Color spaces of #cfb5bf
RGB | 207 | 181 | 191 |
---|---|---|---|
HSL | 0.94 | 0.21 | 0.76 |
HSV | 337° | 13° | 81° |
CMYK | 0.00 | 0.13 | 0.08 0.19 |
XYZ | 51.6600 | 50.0747 | 56.2328 |
Yxy | 50.0747 | 0.3270 | 0.3170 |
Hunter Lab | 70.7635 | 6.4756 | 2.4191 |
CIE-Lab | 76.1151 | 10.9978 | -1.6433 |
#cfb5bf color RGB value is (207,181,191).
#cfb5bf hex color red value is 207, green value is 181 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cfb5bf hue: 0.94 , saturation: 0.21 and the lightness value of cfb5bf is 0.76.
The process color (four color CMYK) of #cfb5bf color hex is 0.00, 0.13, 0.08, 0.19. Web safe color of #cfb5bf is #cccccc. Color #cfb5bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10110101 | 10111111 |
Octal | 317 | 265 | 277 |
Decimal | 207 | 181 | 191 |
Hex | CF | B5 | BF |
Shades of #cfb5bf
Tints of #cfb5bf
RGB Percentages of Color #cfb5bf
CMYK Percentages of Color #cfb5bf
Complementary Color
#cfb5bf | #b5cfc5 |
#cfb5bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfb5bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfb5bf Color CSS Codes
.mybgcolor {background-color:#cfb5bf; } .myforecolor {color:#cfb5bf; } .mybordercolor {border:3px solid #cfb5bf; }
#cfb5bf Text Font Color
<p style="color:#cfb5bf">Text here</p>
This sample text font color is #cfb5bf
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.
#cfb5bf Background Color
<div style="background-color:#cfb5bf">
Div content here</div>
This div background color is #cfb5bf
#cfb5bf Border Color
<div style="border:3px solid #cfb5bf">
Div here</div>
This div border color is #cfb5bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,181,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfb5bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfb5bf; -webkit-box-shadow: 1px 1px 3px 2px #cfb5bf; box-shadow: 1px 1px 3px 2px #cfb5bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,181,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 #cfb5bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfb5bf; -webkit-box-shadow: 1px 1px 3px 2px #cfb5bf; box-shadow: 1px 1px 3px 2px #cfb5bf;">
Div content here</div>
This div box has shadow with color #cfb5bf
Comments
No comments written yet.
Please login to write comment.