#c9b7ae hex color information.
RGB value of #c9b7ae is (201,183,174)
Change page background color to #c9b7ae
| Reset
| RGB | 201 | 183 | 174 |
|---|---|---|---|
| HSL | 0.06 | 0.20 | 0.74 |
| HSV | 20° | 13° | 79° |
| CMYK | 0.00 | 0.09 | 0.13 0.21 |
| XYZ | 48.6609 | 49.3405 | 47.0034 |
| Yxy | 49.3405 | 0.3356 | 0.3403 |
| Hunter Lab | 70.2428 | 0.7315 | 9.4957 |
| CIE-Lab | 75.6627 | 4.8936 | 6.8851 |
#c9b7ae hex color red value is 201, green value is 183 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #c9b7ae hue: 0.06 , saturation: 0.20 and the lightness value of c9b7ae is 0.74.
The process color (four color CMYK) of #c9b7ae hex color is 0.00, 0.09, 0.13, 0.21. Web safe color of #c9b7ae is #cccc99
Color #c9b7ae contains mostly RED color.
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001001 | 10110111 | 10101110 |
| Octal | 311 | 267 | 256 |
| Decimal | 201 | 183 | 174 |
| Hexadecimal | C9 | B7 | AE |
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
.mybgcolor {background-color:#c9b7ae; }
.myforecolor {color:#c9b7ae; }
.mybordercolor {border:3px solid #c9b7ae; }
This sample text font color is #c9b7ae
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
<p style="color:#c9b7ae">Text here</p>
This div background color is #c9b7ae
<div style="background-color:#c9b7ae">
Div content here</div>
This div border color is #c9b7ae
<div style="border:3px solid #c9b7ae">
Div here</div>
| #c9b7ae | border color |
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(201,183,174, 0.8);
}
.textShadowHex {
text-shadow: 4px 4px 2px #c9b7ae;
}
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #c9b7ae;
-webkit-box-shadow: 1px 1px 3px 2px #c9b7ae;
box-shadow: 1px 1px 3px 2px #c9b7ae;
}
<p style="text-shadow: 4px 4px 2px rgba(201,183,174, 0.8);">Text here</p>
This text has shadow with rgb values.
<p style="text-shadow: 4px 4px 2px #c9b7ae">Text here</p>
This text has shadow with hex values.
This div box has shadow with color #c9b7ae
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9b7ae; -webkit-box-shadow: 1px 1px 3px 2px #c9b7ae; box-shadow: 1px 1px 3px 2px #c9b7ae;">
Div content here</div>