Color spaces of #d6bfa6
RGB | 214 | 191 | 166 |
---|---|---|---|
HSL | 0.09 | 0.37 | 0.75 |
HSV | 31° | 22° | 84° |
CMYK | 0.00 | 0.11 | 0.22 0.16 |
XYZ | 53.2453 | 54.3109 | 43.7531 |
Yxy | 54.3109 | 0.3519 | 0.3589 |
Hunter Lab | 73.6959 | -0.0016 | 16.3868 |
CIE-Lab | 78.6427 | 4.2350 | 15.5907 |
#d6bfa6 color RGB value is (214,191,166).
#d6bfa6 hex color red value is 214, green value is 191 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #d6bfa6 hue: 0.09 , saturation: 0.37 and the lightness value of d6bfa6 is 0.75.
The process color (four color CMYK) of #d6bfa6 color hex is 0.00, 0.11, 0.22, 0.16. Web safe color of #d6bfa6 is #cccc99. Color #d6bfa6 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 10111111 | 10100110 |
Octal | 326 | 277 | 246 |
Decimal | 214 | 191 | 166 |
Hex | D6 | BF | A6 |
Shades of #d6bfa6
Tints of #d6bfa6
RGB Percentages of Color #d6bfa6
CMYK Percentages of Color #d6bfa6
Complementary Color
#d6bfa6 | #a6bdd6 |
#d6bfa6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d6bfa6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d6bfa6 Color CSS Codes
.mybgcolor {background-color:#d6bfa6; } .myforecolor {color:#d6bfa6; } .mybordercolor {border:3px solid #d6bfa6; }
#d6bfa6 Text Font Color
<p style="color:#d6bfa6">Text here</p>
This sample text font color is #d6bfa6
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.
#d6bfa6 Background Color
<div style="background-color:#d6bfa6">
Div content here</div>
This div background color is #d6bfa6
#d6bfa6 Border Color
<div style="border:3px solid #d6bfa6">
Div here</div>
This div border color is #d6bfa6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,191,166, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d6bfa6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d6bfa6; -webkit-box-shadow: 1px 1px 3px 2px #d6bfa6; box-shadow: 1px 1px 3px 2px #d6bfa6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,191,166, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d6bfa6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d6bfa6; -webkit-box-shadow: 1px 1px 3px 2px #d6bfa6; box-shadow: 1px 1px 3px 2px #d6bfa6;">
Div content here</div>
This div box has shadow with color #d6bfa6
Comments
No comments written yet.
Please login to write comment.