COLOR #9ED7AD

HEX: #9ED7AD
RGB: (158,215,173)

Color info

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

RGB color model

#9ED7AD color RGB value is (158,215,173).

  • red value is 158;
  • green value is 215;
  • blue value is 173.
RGB:
(158,215,173)
(62%,84%,68%)

RGB channels and saturation

R 158 of 255 = 62%
G 215 of 255 = 84%
B 173 of 255 = 68%

158
215
173

R + G + B ~ 71%. #9ED7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 215 + 173 = 546 (100%)
R 158 of 546 ~ 28.94%
G 215 of 546 ~ 39.38%
B 173 of 546 ~ 31.68%

%28.94
%39.38
%31.68

CMYK color model

#9ED7AD color CMYK value is (27,0,20,16).

  • cyan value is 26.51%
  • magenta value is 0.00%
  • yellow value is 19.53%
  • key color value is 15.69%
CMYK:
(27,0,20,16)
C27M0Y20K16 
(27%,0%,20%,16%)
(0.27/0.00/0.20/0.16)	

CMYK percentages

%26.51
%0
%19.53
%15.69

Codes

Color #9ED7AD in popluar color models

9ED7AD
RGB158215173
HSL136°41.61%73.14%
HSB/HSV136°26.51%84.31%
CMYK26.51%0.00%19.53%
15.69%

Color #9ED7AD in popluar number systems.

HEX9ED7AD
Decimal158215173
Binary100111101101011110101101
Octal236327255

Shades and tints

Shades of #9ED7AD

#9ED7AD
(158,215,173)
#90C49E
(144,196,158)
#82B18F
(130,177,143)
#749E80
(116,158,128)
#668B71
(102,139,113)
#587862
(88,120,98)
#4A6553
(74,101,83)
#3C5244
(60,82,68)
#2E3F35
(46,63,53)
#202C26
(32,44,38)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #9ED7AD

#9ED7AD
(158,215,173)
#A6DAB4
(166,218,180)
#AEDDBB
(174,221,187)
#B6E0C2
(182,224,194)
#BEE3C9
(190,227,201)
#C6E6D0
(198,230,208)
#CEE9D7
(206,233,215)
#D6ECDE
(214,236,222)
#DEEFE5
(222,239,229)
#E6F2EC
(230,242,236)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ED7AD; }

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

This text font color is #9ED7AD.


Background Color

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

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

This div background color is #9ED7AD.


Border color

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

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

This div border color is #9ED7AD.


Opacity

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

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

Text with #9ED7AD 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 #9ED7AD;}

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

This text has shadow with #9ED7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED7AD on black background.


Color preview on white background

This text has color #9ED7AD on white background.



Black color preview on #9ED7AD background

This text has black color on #9ED7AD background.


White color preview on #9ED7AD background

This text has white color on #9ED7AD background.