#cac8c7 color RGB value is (12, 172, 140).
#cac8c7 hex color red value is 12, green value is 172, and blue value is 140.
Cylindrical-coordinate representations (HSL) of color #cac8c7
hue: 168,
saturation: 0.87 and lightness: 0.36.
The process color (four-color CMYK) of #cac8c7 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #cac8c7 is #ff9999. Color #cac8c7 contains mainly RED.
| Color spaces of #cac8c7 | Value |
|---|---|
| RGB | 202, 200, 199 |
| HSL | 0.06, 0.03, 0.79 |
| HSV | 20°, 1°, 79° |
| XYZ | 55.32, 57.99, 62.3 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001010 | 11001000 | 11000111 |
| Octal | 312 | 310 | 307 |
| Decimal | 202 | 200 | 199 |
| Hex | CA | C8 | C7 |
Shades of #cac8c7
Tints of #cac8c7
.mybgColor {background-color: #cac8c7;}
.myforeColor {color: #cac8c7;}
.myborderColor {border:3px solid #cac8c7;}
<p style="color:#cac8c7">Text here</p>
This sample text is styled with the font color #cac8c7. 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:#cac8c7">Div content here</div>
<div style="border:3px solid #cac8c7">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(202, 200, 199, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #cac8c7; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #cac8c7;
-webkit-box-shadow: 1px 1px 3px #cac8c7;
box-shadow: 1px 1px 3px #cac8c7; }
<p style="text-shadow: 4px 4px 2px rgba(202, 200, 199, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #cac8c7;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #cac8c7;
-webkit-box-shadow: 1px 1px 3px #cac8c7;
box-shadow: 1px 1px 3px #cac8c7;">Div content here</div>
