Color spaces of #cfbbbf
RGB | 207 | 187 | 191 |
---|---|---|---|
HSL | 0.97 | 0.17 | 0.77 |
HSV | 348° | 10° | 81° |
CMYK | 0.00 | 0.10 | 0.08 0.19 |
XYZ | 52.9064 | 52.5676 | 56.6483 |
Yxy | 52.5676 | 0.3263 | 0.3242 |
Hunter Lab | 72.5035 | 3.3717 | 4.4281 |
CIE-Lab | 77.6190 | 7.7710 | 0.5555 |
#cfbbbf color RGB value is (207,187,191).
#cfbbbf hex color red value is 207, green value is 187 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cfbbbf hue: 0.97 , saturation: 0.17 and the lightness value of cfbbbf is 0.77.
The process color (four color CMYK) of #cfbbbf color hex is 0.00, 0.10, 0.08, 0.19. Web safe color of #cfbbbf is #cccccc. Color #cfbbbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10111011 | 10111111 |
Octal | 317 | 273 | 277 |
Decimal | 207 | 187 | 191 |
Hex | CF | BB | BF |
Shades of #cfbbbf
Tints of #cfbbbf
RGB Percentages of Color #cfbbbf
CMYK Percentages of Color #cfbbbf
Complementary Color
#cfbbbf | #bbcfcb |
#cfbbbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfbbbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfbbbf Color CSS Codes
.mybgcolor {background-color:#cfbbbf; } .myforecolor {color:#cfbbbf; } .mybordercolor {border:3px solid #cfbbbf; }
#cfbbbf Text Font Color
<p style="color:#cfbbbf">Text here</p>
This sample text font color is #cfbbbf
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.
#cfbbbf Background Color
<div style="background-color:#cfbbbf">
Div content here</div>
This div background color is #cfbbbf
#cfbbbf Border Color
<div style="border:3px solid #cfbbbf">
Div here</div>
This div border color is #cfbbbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,187,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfbbbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfbbbf; -webkit-box-shadow: 1px 1px 3px 2px #cfbbbf; box-shadow: 1px 1px 3px 2px #cfbbbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,187,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 #cfbbbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfbbbf; -webkit-box-shadow: 1px 1px 3px 2px #cfbbbf; box-shadow: 1px 1px 3px 2px #cfbbbf;">
Div content here</div>
This div box has shadow with color #cfbbbf
Comments
No comments written yet.
Please login to write comment.