HEX: #96BEF9
RGB: (150,190,249)
#96BEF9 contains mainly green and blue colors. Web safe color of #96BEF9 is #99CCFF (or #9CF).
#96BEF9 color RGB value is (150,190,249).
RGB: (150,190,249)
(59%, 75%, 98%)
R 150 of 255 = 59%
G 190 of 255 = 75%
B 249 of 255 = 98%
R + G + B ~ 77%. #96BEF9 is quite light color.
R + G + B = 150 + 190 + 249 = 589 (100%)
R 150 of 589 ~ 25.47%
G 190 of 589 ~ 32.26%
B 249 of 589 ~ 42.28'%
#96BEF9 color CMYK value is (40,24,0,2).
CMYK: (40,24,0,2)
C40M24Y0K2 (40%, 24%, 0%, 2%)
(0.40 / 0.24 / 0.00 / 0.02)
Color #96BEF9 in popluar color models
96 | BE | F9 | |
---|---|---|---|
RGB | 150 | 190 | 249 |
HSL | 216° | 89.19% | 78.24% |
HSB/HSV | 216° | 39.76% | 97.65% |
CMYK | 39.76% | 23.69% | 0.00% |
2.35% |
Color #96BEF9 in popluar number systems.
HEX | 96 | BE | F9 |
Decimal | 150 | 190 | 249 |
Binary | 10010110 | 10111110 | 11111001 |
Octal | 226 | 276 | 371 |
Shades of #96BEF9
Tints of #96BEF9
Examples of css and html codes for elements with #96BEF9 color. Also use rgb(150,190,249) instead hex code.
.myTextColor { color: #96BEF9; }
<p style="color:#96BEF9">This sample text font color is #96BEF9.</p>
This text font color is #96BEF9.
.myBgColor { background-color: #96BEF9; }
<div style="background-color:#96BEF9">Inner text</div>
This div background color is #96BEF9.
.myBorderColor { border: 1px solid #96BEF9; }
<div style="border:3px solid #96BEF9">Div</div>
This div border color is #96BEF9.
.myOpacity80 { color: #96BEF9; opacity: 0.8; }
<p style="color:#96BEF9;opacity:0.8;">80%</p>
Text with #96BEF9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #96BEF9;}
<p style="text-shadow: 3px 3px 1px #96BEF9">Text here.</p>
This text has shadow with #96BEF9 color.
.textShadow {text-shadow: 3px 3px 1px #96BEF9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #96BEF9, 5px 5px 20px red">Text here.</p>
This text has shadow with #96BEF9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#96BEF9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#96BEF9, Direction=45, Strength=4)">Text</p>
This text has shadow with #96BEF9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #96BEF9;
-webkit-box-shadow: 1px 1px 3px 2px #96BEF9;
box-shadow: 1px 1px 3px 2px #96BEF9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96BEF9; -webkit-box-shadow: 1px 1px 3px 2px #96BEF9; box-shadow:1px 1px 3px 2px #96BEF9;">
Div content here
</div>
This text has color #96BEF9 on black background.
This text has color #96BEF9 on white background.
This text has black color on #96BEF9 background.
This text has white color on #96BEF9 background.
Complementary color for #hex is #694106.