Color spaces of #96b7ac
RGB | 150 | 183 | 172 |
---|---|---|---|
HSL | 0.44 | 0.19 | 0.65 |
HSV | 160° | 18° | 72° |
CMYK | 0.18 | 0.00 | 0.06 0.28 |
XYZ | 36.9576 | 43.3296 | 45.4453 |
Yxy | 43.3296 | 0.2939 | 0.3446 |
Hunter Lab | 65.8252 | -14.9752 | 5.1442 |
CIE-Lab | 71.7781 | -13.4108 | 1.8765 |
#96b7ac color RGB value is (150,183,172).
#96b7ac hex color red value is 150, green value is 183 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #96b7ac hue: 0.44 , saturation: 0.19 and the lightness value of 96b7ac is 0.65.
The process color (four color CMYK) of #96b7ac color hex is 0.18, 0.00, 0.06, 0.28. Web safe color of #96b7ac is #99cc99. Color #96b7ac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 10110111 | 10101100 |
Octal | 226 | 267 | 254 |
Decimal | 150 | 183 | 172 |
Hex | 96 | B7 | AC |
Shades of #96b7ac
Tints of #96b7ac
RGB Percentages of Color #96b7ac
CMYK Percentages of Color #96b7ac
Complementary Color
#96b7ac | #b796a1 |
#96b7ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#96b7ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#96b7ac Color CSS Codes
.mybgcolor {background-color:#96b7ac; } .myforecolor {color:#96b7ac; } .mybordercolor {border:3px solid #96b7ac; }
#96b7ac Text Font Color
<p style="color:#96b7ac">Text here</p>
This sample text font color is #96b7ac
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.
#96b7ac Background Color
<div style="background-color:#96b7ac">
Div content here</div>
This div background color is #96b7ac
#96b7ac Border Color
<div style="border:3px solid #96b7ac">
Div here</div>
This div border color is #96b7ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,183,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #96b7ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #96b7ac; -webkit-box-shadow: 1px 1px 3px 2px #96b7ac; box-shadow: 1px 1px 3px 2px #96b7ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,183,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #96b7ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #96b7ac; -webkit-box-shadow: 1px 1px 3px 2px #96b7ac; box-shadow: 1px 1px 3px 2px #96b7ac;">
Div content here</div>
This div box has shadow with color #96b7ac
Comments
No comments written yet.
Please login to write comment.