Color spaces of #d1bfcf
RGB | 209 | 191 | 207 |
---|---|---|---|
HSL | 0.85 | 0.16 | 0.78 |
HSV | 307° | 9° | 82° |
CMYK | 0.00 | 0.09 | 0.01 0.18 |
XYZ | 56.1878 | 55.3219 | 66.7483 |
Yxy | 55.3219 | 0.3152 | 0.3103 |
Hunter Lab | 74.3787 | 4.6813 | -1.1424 |
CIE-Lab | 79.2263 | 9.1762 | -5.7154 |
#d1bfcf color RGB value is (209,191,207).
#d1bfcf hex color red value is 209, green value is 191 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d1bfcf hue: 0.85 , saturation: 0.16 and the lightness value of d1bfcf is 0.78.
The process color (four color CMYK) of #d1bfcf color hex is 0.00, 0.09, 0.01, 0.18. Web safe color of #d1bfcf is #cccccc. Color #d1bfcf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10111111 | 11001111 |
Octal | 321 | 277 | 317 |
Decimal | 209 | 191 | 207 |
Hex | D1 | BF | CF |
Shades of #d1bfcf
Tints of #d1bfcf
RGB Percentages of Color #d1bfcf
CMYK Percentages of Color #d1bfcf
Complementary Color
#d1bfcf | #bfd1c1 |
#d1bfcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1bfcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1bfcf Color CSS Codes
.mybgcolor {background-color:#d1bfcf; } .myforecolor {color:#d1bfcf; } .mybordercolor {border:3px solid #d1bfcf; }
#d1bfcf Text Font Color
<p style="color:#d1bfcf">Text here</p>
This sample text font color is #d1bfcf
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.
#d1bfcf Background Color
<div style="background-color:#d1bfcf">
Div content here</div>
This div background color is #d1bfcf
#d1bfcf Border Color
<div style="border:3px solid #d1bfcf">
Div here</div>
This div border color is #d1bfcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,191,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1bfcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1bfcf; -webkit-box-shadow: 1px 1px 3px 2px #d1bfcf; box-shadow: 1px 1px 3px 2px #d1bfcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,191,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d1bfcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1bfcf; -webkit-box-shadow: 1px 1px 3px 2px #d1bfcf; box-shadow: 1px 1px 3px 2px #d1bfcf;">
Div content here</div>
This div box has shadow with color #d1bfcf
Comments
No comments written yet.
Please login to write comment.