COLOR #9ED8AD

HEX: #9ED8AD RGB: (158,216,173)

Color info

#9ED8AD contains red, green and blue colors in about the same proportion. Web safe color of #9ED8AD is #99CC99 (or #9C9).

RGB color model

#9ED8AD color RGB value is (158,216,173).

RGB: (158,216,173) (62%, 85%, 68%)

RGB channels and saturation

R 158 of 255 = 62%
G 216 of 255 = 85%
B 173 of 255 = 68%

158
216
173

R + G + B ~ 72%. #9ED8AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 216 + 173 = 547 (100%)
R 158 of 547 ~ 28.88%
G 216 of 547 ~ 39.49%
B 173 of 547 ~ 31.63'%

%28.88
%39.49
%31.63

CMYK color model

#9ED8AD color CMYK value is (27,0,20,15).

  • cyan value is 26.85%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • key color value is 15.29%
CMYK: (27,0,20,15) C27M0Y20K15 (27%,0%,20%,15%) (0.27/0.00/0.20/0.15) 

CMYK percentages

%26.85
%0
%19.91
%15.29

Codes

Color #9ED8AD in popluar color models

9E D8 AD
RGB 158 216 173
HSL 136° 42.65% 73.33%
HSB/HSV 136° 26.85% 84.71%
CMYK 26.85% 0.00% 19.91%
15.29%

Color #9ED8AD in popluar number systems.

HEX 9E D8 AD
Decimal 158 216 173
Binary 10011110 11011000 10101101
Octal 236 330 255

Shades and tints

Shades of #9ED8AD

#9ED8AD
(158,216,173)
#90C59E
(144,197,158)
#82B28F
(130,178,143)
#749F80
(116,159,128)
#668C71
(102,140,113)
#587962
(88,121,98)
#4A6653
(74,102,83)
#3C5344
(60,83,68)
#2E4035
(46,64,53)
#202D26
(32,45,38)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #9ED8AD

#9ED8AD
(158,216,173)
#A6DBB4
(166,219,180)
#AEDEBB
(174,222,187)
#B6E1C2
(182,225,194)
#BEE4C9
(190,228,201)
#C6E7D0
(198,231,208)
#CEEAD7
(206,234,215)
#D6EDDE
(214,237,222)
#DEF0E5
(222,240,229)
#E6F3EC
(230,243,236)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED8AD color. Also use rgb(158,216,173) instead hex code.

Text Font Color

.myTextColor { color: #9ED8AD; }

<p style="color:#9ED8AD">This sample text font color is #9ED8AD.</p>

This text font color is #9ED8AD.

Background Color

.myBgColor { background-color: #9ED8AD; }

<div style="background-color:#9ED8AD">Inner text</div>

This div background color is #9ED8AD.

Border color

.myBorderColor { border: 1px solid #9ED8AD; }

<div style="border:3px solid #9ED8AD">Div</div>

This div border color is #9ED8AD.

Opacity

.myOpacity80 { color: #9ED8AD; opacity: 0.8; }

<p style="color:#9ED8AD;opacity:0.8;">80%</p>

Text with #9ED8AD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9ED8AD;}

<p style="text-shadow: 3px 3px 1px #9ED8AD">Text here.</p>

This text has shadow with #9ED8AD color.


.textShadow {text-shadow: 3px 3px 1px #9ED8AD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9ED8AD, 5px 5px 20px red">Text here.</p>

This text has shadow with #9ED8AD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9ED8AD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9ED8AD, Direction=45, Strength=4)">Text</p>

This text has shadow with #9ED8AD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9ED8AD;
-webkit-box-shadow: 1px 1px 3px 2px #9ED8AD;
box-shadow: 1px 1px 3px 2px #9ED8AD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9ED8AD; -webkit-box-shadow: 1px 1px 3px 2px #9ED8AD; box-shadow:1px 1px 3px 2px #9ED8AD;">
Div content here
</div>

This div box has shadow with color #9ED8AD.

Preview

Color preview on black background

This text has color #9ED8AD on black background.


Color preview on white background

This text has color #9ED8AD on white background.


Black color preview on #9ED8AD background

This text has black color on #9ED8AD background.


White color preview on #9ED8AD background

This text has white color on #9ED8AD background.


Related colors

Complementary color

Complementary color for #hex is #612752.


I love getcolorcode.com

Triadic colors

1 #AD9ED8 and #D8AD9E with #9ED8AD are triadic colors.

2 #ADD89E and #D89EAD with #9ED8AD are triadic colors.