Color spaces of #d9c8bf
RGB | 217 | 200 | 191 |
---|---|---|---|
HSL | 0.06 | 0.25 | 0.80 |
HSV | 21° | 12° | 85° |
CMYK | 0.00 | 0.08 | 0.12 0.15 |
XYZ | 58.6735 | 59.8219 | 57.7446 |
Yxy | 59.8219 | 0.3329 | 0.3394 |
Hunter Lab | 77.3446 | 0.0567 | 9.8760 |
CIE-Lab | 81.7413 | 4.4349 | 6.6318 |
#d9c8bf color RGB value is (217,200,191).
#d9c8bf hex color red value is 217, green value is 200 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d9c8bf hue: 0.06 , saturation: 0.25 and the lightness value of d9c8bf is 0.80.
The process color (four color CMYK) of #d9c8bf color hex is 0.00, 0.08, 0.12, 0.15. Web safe color of #d9c8bf is #cccccc. Color #d9c8bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 11001000 | 10111111 |
Octal | 331 | 310 | 277 |
Decimal | 217 | 200 | 191 |
Hex | D9 | C8 | BF |
Shades of #d9c8bf
Tints of #d9c8bf
RGB Percentages of Color #d9c8bf
CMYK Percentages of Color #d9c8bf
Complementary Color
#d9c8bf | #bfd0d9 |
#d9c8bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d9c8bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d9c8bf Color CSS Codes
.mybgcolor {background-color:#d9c8bf; } .myforecolor {color:#d9c8bf; } .mybordercolor {border:3px solid #d9c8bf; }
#d9c8bf Text Font Color
<p style="color:#d9c8bf">Text here</p>
This sample text font color is #d9c8bf
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.
#d9c8bf Background Color
<div style="background-color:#d9c8bf">
Div content here</div>
This div background color is #d9c8bf
#d9c8bf Border Color
<div style="border:3px solid #d9c8bf">
Div here</div>
This div border color is #d9c8bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,200,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d9c8bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d9c8bf; -webkit-box-shadow: 1px 1px 3px 2px #d9c8bf; box-shadow: 1px 1px 3px 2px #d9c8bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,200,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d9c8bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d9c8bf; -webkit-box-shadow: 1px 1px 3px 2px #d9c8bf; box-shadow: 1px 1px 3px 2px #d9c8bf;">
Div content here</div>
This div box has shadow with color #d9c8bf
Comments
No comments written yet.
Please login to write comment.