HEX: #9EDDAD
RGB: (158,221,173)
#9EDDAD contains mainly green and blue colors. Web safe color of #9EDDAD is #99CC99 (or #9C9).
#9EDDAD color RGB value is (158,221,173).
RGB: (158,221,173)
(62%, 87%, 68%)
R 158 of 255 = 62%
G 221 of 255 = 87%
B 173 of 255 = 68%
R + G + B ~ 72%. #9EDDAD is quite light color.
R + G + B = 158 + 221 + 173 = 552 (100%)
R 158 of 552 ~ 28.62%
G 221 of 552 ~ 40.04%
B 173 of 552 ~ 31.34'%
#9EDDAD color CMYK value is (29,0,22,13).
CMYK: (29,0,22,13)
C29M0Y22K13 (29%, 0%, 22%, 13%)
(0.29 / 0.00 / 0.22 / 0.13)
Color #9EDDAD in popluar color models
9E | DD | AD | |
---|---|---|---|
RGB | 158 | 221 | 173 |
HSL | 134° | 48.09% | 74.31% |
HSB/HSV | 134° | 28.51% | 86.67% |
CMYK | 28.51% | 0.00% | 21.72% |
13.33% |
Color #9EDDAD in popluar number systems.
HEX | 9E | DD | AD |
Decimal | 158 | 221 | 173 |
Binary | 10011110 | 11011101 | 10101101 |
Octal | 236 | 335 | 255 |
Shades of #9EDDAD
Tints of #9EDDAD
Examples of css and html codes for elements with #9EDDAD color. Also use rgb(158,221,173) instead hex code.
.myTextColor { color: #9EDDAD; }
<p style="color:#9EDDAD">This sample text font color is #9EDDAD.</p>
This text font color is #9EDDAD.
.myBgColor { background-color: #9EDDAD; }
<div style="background-color:#9EDDAD">Inner text</div>
This div background color is #9EDDAD.
.myBorderColor { border: 1px solid #9EDDAD; }
<div style="border:3px solid #9EDDAD">Div</div>
This div border color is #9EDDAD.
.myOpacity80 { color: #9EDDAD; opacity: 0.8; }
<p style="color:#9EDDAD;opacity:0.8;">80%</p>
Text with #9EDDAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9EDDAD;}
<p style="text-shadow: 3px 3px 1px #9EDDAD">Text here.</p>
This text has shadow with #9EDDAD color.
.textShadow {text-shadow: 3px 3px 1px #9EDDAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9EDDAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #9EDDAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9EDDAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9EDDAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #9EDDAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9EDDAD;
-webkit-box-shadow: 1px 1px 3px 2px #9EDDAD;
box-shadow: 1px 1px 3px 2px #9EDDAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9EDDAD; -webkit-box-shadow: 1px 1px 3px 2px #9EDDAD; box-shadow:1px 1px 3px 2px #9EDDAD;">
Div content here
</div>
This text has color #9EDDAD on black background.
This text has color #9EDDAD on white background.
This text has black color on #9EDDAD background.
This text has white color on #9EDDAD background.
Complementary color for #hex is #612252.