Color spaces of #d7c0bd
RGB | 215 | 192 | 189 |
---|---|---|---|
HSL | 0.02 | 0.25 | 0.79 |
HSV | 7° | 12° | 84° |
CMYK | 0.00 | 0.11 | 0.12 0.16 |
XYZ | 56.0593 | 55.8205 | 55.9639 |
Yxy | 55.8205 | 0.3340 | 0.3326 |
Hunter Lab | 74.7131 | 3.1855 | 7.8880 |
CIE-Lab | 79.5116 | 7.6267 | 4.4689 |
#d7c0bd color RGB value is (215,192,189).
#d7c0bd hex color red value is 215, green value is 192 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d7c0bd hue: 0.02 , saturation: 0.25 and the lightness value of d7c0bd is 0.79.
The process color (four color CMYK) of #d7c0bd color hex is 0.00, 0.11, 0.12, 0.16. Web safe color of #d7c0bd is #cccccc. Color #d7c0bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 11000000 | 10111101 |
Octal | 327 | 300 | 275 |
Decimal | 215 | 192 | 189 |
Hex | D7 | C0 | BD |
Shades of #d7c0bd
Tints of #d7c0bd
RGB Percentages of Color #d7c0bd
CMYK Percentages of Color #d7c0bd
Complementary Color
#d7c0bd | #bdd4d7 |
#d7c0bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d7c0bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d7c0bd Color CSS Codes
.mybgcolor {background-color:#d7c0bd; } .myforecolor {color:#d7c0bd; } .mybordercolor {border:3px solid #d7c0bd; }
#d7c0bd Text Font Color
<p style="color:#d7c0bd">Text here</p>
This sample text font color is #d7c0bd
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.
#d7c0bd Background Color
<div style="background-color:#d7c0bd">
Div content here</div>
This div background color is #d7c0bd
#d7c0bd Border Color
<div style="border:3px solid #d7c0bd">
Div here</div>
This div border color is #d7c0bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,192,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d7c0bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d7c0bd; -webkit-box-shadow: 1px 1px 3px 2px #d7c0bd; box-shadow: 1px 1px 3px 2px #d7c0bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,192,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d7c0bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d7c0bd; -webkit-box-shadow: 1px 1px 3px 2px #d7c0bd; box-shadow: 1px 1px 3px 2px #d7c0bd;">
Div content here</div>
This div box has shadow with color #d7c0bd
Comments
No comments written yet.
Please login to write comment.