What is the RGB code for cool grey?
The CSS color cool grey in RGB format is rgb(149, 163, 166). Use this value directly in CSS, SVG, and most design tools.
How do I use cool grey in CSS?
To apply cool grey in CSS:
- Text color: color: rgb(149, 163, 166);
- Background: background-color: rgb(149, 163, 166);
- Border: border-color: rgb(149, 163, 166);
What are all the color format values for cool grey?
| Format | Value |
|---|---|
| HEX | #95a3a6 |
| RGB | rgb(149, 163, 166) |
| HSL | hsl(190.6, 8.7%, 61.8%) |
| CMYK | cmyk(10.2%, 1.8%, 0%, 34.9%) |
How do I convert cool grey to RGB?
Select cool grey from the color name list in our color converter. The RGB value — rgb(149, 163, 166) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does cool grey belong to?
cool grey belongs to the cyan color family. It is a medium, muted color with HSL values: hue 190.6°, saturation 8.7%, lightness 61.8%.
How do I create lighter and darker shades of cool grey?
Lighter variant (lightness 76.8%): #bfc7c9. Darker variant (lightness 46.8%): #6d7e82. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.