Color spaces of #b7cdbb
RGB | 183 | 205 | 187 |
---|---|---|---|
HSL | 0.36 | 0.18 | 0.76 |
HSV | 131° | 11° | 80° |
CMYK | 0.11 | 0.00 | 0.09 0.20 |
XYZ | 50.3294 | 57.3178 | 55.4245 |
Yxy | 57.3178 | 0.3086 | 0.3515 |
Hunter Lab | 75.7085 | -13.8269 | 9.5911 |
CIE-Lab | 80.3580 | -10.8245 | 6.4447 |
#b7cdbb color RGB value is (183,205,187).
#b7cdbb hex color red value is 183, green value is 205 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b7cdbb hue: 0.36 , saturation: 0.18 and the lightness value of b7cdbb is 0.76.
The process color (four color CMYK) of #b7cdbb color hex is 0.11, 0.00, 0.09, 0.20. Web safe color of #b7cdbb is #cccccc. Color #b7cdbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 11001101 | 10111011 |
Octal | 267 | 315 | 273 |
Decimal | 183 | 205 | 187 |
Hex | B7 | CD | BB |
Shades of #b7cdbb
Tints of #b7cdbb
RGB Percentages of Color #b7cdbb
CMYK Percentages of Color #b7cdbb
Complementary Color
#b7cdbb | #cdb7c9 |
#b7cdbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b7cdbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b7cdbb Color CSS Codes
.mybgcolor {background-color:#b7cdbb; } .myforecolor {color:#b7cdbb; } .mybordercolor {border:3px solid #b7cdbb; }
#b7cdbb Text Font Color
<p style="color:#b7cdbb">Text here</p>
This sample text font color is #b7cdbb
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.
#b7cdbb Background Color
<div style="background-color:#b7cdbb">
Div content here</div>
This div background color is #b7cdbb
#b7cdbb Border Color
<div style="border:3px solid #b7cdbb">
Div here</div>
This div border color is #b7cdbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,205,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b7cdbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b7cdbb; -webkit-box-shadow: 1px 1px 3px 2px #b7cdbb; box-shadow: 1px 1px 3px 2px #b7cdbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,205,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b7cdbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b7cdbb; -webkit-box-shadow: 1px 1px 3px 2px #b7cdbb; box-shadow: 1px 1px 3px 2px #b7cdbb;">
Div content here</div>
This div box has shadow with color #b7cdbb
Comments
No comments written yet.
Please login to write comment.