#c5cacb color RGB value is (12, 92, 172).
#c5cacb hex color red value is 12, green value is 92, and blue value is 172.
Cylindrical-coordinate representations (HSL) of color #c5cacb
hue: 210,
saturation: 0.87 and lightness: 0.36.
The process color (four-color CMYK) of #c5cacb color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #c5cacb is #ff9999. Color #c5cacb contains mainly RED.
| Color spaces of #c5cacb | Value |
|---|---|
| RGB | 197, 202, 203 |
| HSL | 0.53, 0.05, 0.78 |
| HSV | 190°, 3°, 80° |
| XYZ | 54.92, 58.42, 64.87 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11000101 | 11001010 | 11001011 |
| Octal | 305 | 312 | 313 |
| Decimal | 197 | 202 | 203 |
| Hex | C5 | CA | CB |
Shades of #c5cacb
Tints of #c5cacb
.mybgColor {background-color: #c5cacb;}
.myforeColor {color: #c5cacb;}
.myborderColor {border:3px solid #c5cacb;}
<p style="color:#c5cacb">Text here</p>
This sample text is styled with the font color #c5cacb. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#c5cacb">Div content here</div>
<div style="border:3px solid #c5cacb">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(197, 202, 203, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #c5cacb; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #c5cacb;
-webkit-box-shadow: 1px 1px 3px #c5cacb;
box-shadow: 1px 1px 3px #c5cacb; }
<p style="text-shadow: 4px 4px 2px rgba(197, 202, 203, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #c5cacb;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #c5cacb;
-webkit-box-shadow: 1px 1px 3px #c5cacb;
box-shadow: 1px 1px 3px #c5cacb;">Div content here</div>
