HEX: #96ABCA
RGB: (150,171,202)
#96ABCA contains red, green and blue colors in about the same proportion. Web safe color of #96ABCA is #9999CC (or #99C).
#96ABCA color RGB value is (150,171,202).
RGB: (150,171,202)
(59%, 67%, 79%)
R 150 of 255 = 59%
G 171 of 255 = 67%
B 202 of 255 = 79%
R + G + B ~ 68%. #96ABCA is quite light color.
R + G + B = 150 + 171 + 202 = 523 (100%)
R 150 of 523 ~ 28.68%
G 171 of 523 ~ 32.7%
B 202 of 523 ~ 38.62'%
#96ABCA color CMYK value is (26,15,0,21).
CMYK: (26,15,0,21) C26M15Y0K21 (26%,15%,0%,21%) (0.26/0.15/0.00/0.21)
Color #96ABCA in popluar color models
96 | AB | CA | |
---|---|---|---|
RGB | 150 | 171 | 202 |
HSL | 216° | 32.91% | 69.02% |
HSB/HSV | 216° | 25.74% | 79.22% |
CMYK | 25.74% | 15.35% | 0.00% |
20.78% |
Color #96ABCA in popluar number systems.
HEX | 96 | AB | CA |
Decimal | 150 | 171 | 202 |
Binary | 10010110 | 10101011 | 11001010 |
Octal | 226 | 253 | 312 |
Shades of #96ABCA
Tints of #96ABCA
Examples of css and html codes for elements with #96ABCA color. Also use rgb(150,171,202) instead hex code.
.myTextColor { color: #96ABCA; }
<p style="color:#96ABCA">This sample text font color is #96ABCA.</p>
This text font color is #96ABCA.
.myBgColor { background-color: #96ABCA; }
<div style="background-color:#96ABCA">Inner text</div>
This div background color is #96ABCA.
.myBorderColor { border: 1px solid #96ABCA; }
<div style="border:3px solid #96ABCA">Div</div>
This div border color is #96ABCA.
.myOpacity80 { color: #96ABCA; opacity: 0.8; }
<p style="color:#96ABCA;opacity:0.8;">80%</p>
Text with #96ABCA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #96ABCA;}
<p style="text-shadow: 3px 3px 1px #96ABCA">Text here.</p>
This text has shadow with #96ABCA color.
.textShadow {text-shadow: 3px 3px 1px #96ABCA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #96ABCA, 5px 5px 20px red">Text here.</p>
This text has shadow with #96ABCA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#96ABCA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#96ABCA, Direction=45, Strength=4)">Text</p>
This text has shadow with #96ABCA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #96ABCA;
-webkit-box-shadow: 1px 1px 3px 2px #96ABCA;
box-shadow: 1px 1px 3px 2px #96ABCA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96ABCA; -webkit-box-shadow: 1px 1px 3px 2px #96ABCA; box-shadow:1px 1px 3px 2px #96ABCA;">
Div content here
</div>
This text has color #96ABCA on black background.
This text has color #96ABCA on white background.
This text has black color on #96ABCA background.
This text has white color on #96ABCA background.
Complementary color for #hex is #695435.