HEX: #9EADDE
RGB: (158,173,222)
#9EADDE contains mainly green and blue colors. Web safe color of #9EADDE is #9999CC (or #99C).
#9EADDE color RGB value is (158,173,222).
RGB: (158,173,222)
(62%, 68%, 87%)
R 158 of 255 = 62%
G 173 of 255 = 68%
B 222 of 255 = 87%
R + G + B ~ 72%. #9EADDE is quite light color.
R + G + B = 158 + 173 + 222 = 553 (100%)
R 158 of 553 ~ 28.57%
G 173 of 553 ~ 31.28%
B 222 of 553 ~ 40.14'%
#9EADDE color CMYK value is (29,22,0,13).
CMYK: (29,22,0,13)
C29M22Y0K13 (29%, 22%, 0%, 13%)
(0.29 / 0.22 / 0.00 / 0.13)
Color #9EADDE in popluar color models
9E | AD | DE | |
---|---|---|---|
RGB | 158 | 173 | 222 |
HSL | 226° | 49.23% | 74.51% |
HSB/HSV | 226° | 28.83% | 87.06% |
CMYK | 28.83% | 22.07% | 0.00% |
12.94% |
Color #9EADDE in popluar number systems.
HEX | 9E | AD | DE |
Decimal | 158 | 173 | 222 |
Binary | 10011110 | 10101101 | 11011110 |
Octal | 236 | 255 | 336 |
Shades of #9EADDE
Tints of #9EADDE
Examples of css and html codes for elements with #9EADDE color. Also use rgb(158,173,222) instead hex code.
.myTextColor { color: #9EADDE; }
<p style="color:#9EADDE">This sample text font color is #9EADDE.</p>
This text font color is #9EADDE.
.myBgColor { background-color: #9EADDE; }
<div style="background-color:#9EADDE">Inner text</div>
This div background color is #9EADDE.
.myBorderColor { border: 1px solid #9EADDE; }
<div style="border:3px solid #9EADDE">Div</div>
This div border color is #9EADDE.
.myOpacity80 { color: #9EADDE; opacity: 0.8; }
<p style="color:#9EADDE;opacity:0.8;">80%</p>
Text with #9EADDE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9EADDE;}
<p style="text-shadow: 3px 3px 1px #9EADDE">Text here.</p>
This text has shadow with #9EADDE color.
.textShadow {text-shadow: 3px 3px 1px #9EADDE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9EADDE, 5px 5px 20px red">Text here.</p>
This text has shadow with #9EADDE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9EADDE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9EADDE, Direction=45, Strength=4)">Text</p>
This text has shadow with #9EADDE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9EADDE;
-webkit-box-shadow: 1px 1px 3px 2px #9EADDE;
box-shadow: 1px 1px 3px 2px #9EADDE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9EADDE; -webkit-box-shadow: 1px 1px 3px 2px #9EADDE; box-shadow:1px 1px 3px 2px #9EADDE;">
Div content here
</div>
This text has color #9EADDE on black background.
This text has color #9EADDE on white background.
This text has black color on #9EADDE background.
This text has white color on #9EADDE background.
Complementary color for #hex is #615221.