HEX: #96C2ED
RGB: (150,194,237)
#96C2ED contains mainly green and blue colors. Web safe color of #96C2ED is #99CCFF (or #9CF).
#96C2ED color RGB value is (150,194,237).
RGB: (150,194,237)
(59%, 76%, 93%)
R 150 of 255 = 59%
G 194 of 255 = 76%
B 237 of 255 = 93%
R + G + B ~ 76%. #96C2ED is quite light color.
R + G + B = 150 + 194 + 237 = 581 (100%)
R 150 of 581 ~ 25.82%
G 194 of 581 ~ 33.39%
B 237 of 581 ~ 40.79'%
#96C2ED color CMYK value is (37,18,0,7).
CMYK: (37,18,0,7) C37M18Y0K7 (37%,18%,0%,7%) (0.37/0.18/0.00/0.07)
Color #96C2ED in popluar color models
96 | C2 | ED | |
---|---|---|---|
RGB | 150 | 194 | 237 |
HSL | 210° | 70.73% | 75.88% |
HSB/HSV | 210° | 36.71% | 92.94% |
CMYK | 36.71% | 18.14% | 0.00% |
7.06% |
Color #96C2ED in popluar number systems.
HEX | 96 | C2 | ED |
Decimal | 150 | 194 | 237 |
Binary | 10010110 | 11000010 | 11101101 |
Octal | 226 | 302 | 355 |
Shades of #96C2ED
Tints of #96C2ED
Examples of css and html codes for elements with #96C2ED color. Also use rgb(150,194,237) instead hex code.
.myTextColor { color: #96C2ED; }
<p style="color:#96C2ED">This sample text font color is #96C2ED.</p>
This text font color is #96C2ED.
.myBgColor { background-color: #96C2ED; }
<div style="background-color:#96C2ED">Inner text</div>
This div background color is #96C2ED.
.myBorderColor { border: 1px solid #96C2ED; }
<div style="border:3px solid #96C2ED">Div</div>
This div border color is #96C2ED.
.myOpacity80 { color: #96C2ED; opacity: 0.8; }
<p style="color:#96C2ED;opacity:0.8;">80%</p>
Text with #96C2ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #96C2ED;}
<p style="text-shadow: 3px 3px 1px #96C2ED">Text here.</p>
This text has shadow with #96C2ED color.
.textShadow {text-shadow: 3px 3px 1px #96C2ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #96C2ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #96C2ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#96C2ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#96C2ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #96C2ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #96C2ED;
-webkit-box-shadow: 1px 1px 3px 2px #96C2ED;
box-shadow: 1px 1px 3px 2px #96C2ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96C2ED; -webkit-box-shadow: 1px 1px 3px 2px #96C2ED; box-shadow:1px 1px 3px 2px #96C2ED;">
Div content here
</div>
This text has color #96C2ED on black background.
This text has color #96C2ED on white background.
This text has black color on #96C2ED background.
This text has white color on #96C2ED background.
Complementary color for #hex is #693D12.