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