Color spaces of #d3bfbf
RGB | 211 | 191 | 191 |
---|---|---|---|
HSL | 0.00 | 0.19 | 0.79 |
HSV | 0° | 9° | 83° |
CMYK | 0.00 | 0.09 | 0.09 0.17 |
XYZ | 54.8987 | 54.8721 | 56.9881 |
Yxy | 54.8721 | 0.3292 | 0.3291 |
Hunter Lab | 74.0757 | 2.6567 | 6.2399 |
CIE-Lab | 78.9675 | 7.0576 | 2.5595 |
#d3bfbf color RGB value is (211,191,191).
#d3bfbf hex color red value is 211, green value is 191 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d3bfbf hue: 0.00 , saturation: 0.19 and the lightness value of d3bfbf is 0.79.
The process color (four color CMYK) of #d3bfbf color hex is 0.00, 0.09, 0.09, 0.17. Web safe color of #d3bfbf is #cccccc. Color #d3bfbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 10111111 | 10111111 |
Octal | 323 | 277 | 277 |
Decimal | 211 | 191 | 191 |
Hex | D3 | BF | BF |
Shades of #d3bfbf
Tints of #d3bfbf
RGB Percentages of Color #d3bfbf
CMYK Percentages of Color #d3bfbf
Complementary Color
#d3bfbf | #bfd3d3 |
#d3bfbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d3bfbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d3bfbf Color CSS Codes
.mybgcolor {background-color:#d3bfbf; } .myforecolor {color:#d3bfbf; } .mybordercolor {border:3px solid #d3bfbf; }
#d3bfbf Text Font Color
<p style="color:#d3bfbf">Text here</p>
This sample text font color is #d3bfbf
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.
#d3bfbf Background Color
<div style="background-color:#d3bfbf">
Div content here</div>
This div background color is #d3bfbf
#d3bfbf Border Color
<div style="border:3px solid #d3bfbf">
Div here</div>
This div border color is #d3bfbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,191,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d3bfbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d3bfbf; -webkit-box-shadow: 1px 1px 3px 2px #d3bfbf; box-shadow: 1px 1px 3px 2px #d3bfbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,191,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 #d3bfbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d3bfbf; -webkit-box-shadow: 1px 1px 3px 2px #d3bfbf; box-shadow: 1px 1px 3px 2px #d3bfbf;">
Div content here</div>
This div box has shadow with color #d3bfbf
#d3bfbf Color Palettes
Comments
No comments written yet.
Please login to write comment.