COLOR #9ED8A9

HEX: #9ED8A9
RGB: (158,216,169)

Color info

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

RGB color model

#9ED8A9 color RGB value is (158,216,169).

  • red value is 158;
  • green value is 216;
  • blue value is 169.
RGB:
(158,216,169)
(62%,85%,66%)

RGB channels and saturation

R 158 of 255 = 62%
G 216 of 255 = 85%
B 169 of 255 = 66%

158
216
169

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

Portions of RGB colors in percentages

R + G + B =
158 + 216 + 169 = 543 (100%)
R 158 of 543 ~ 29.1%
G 216 of 543 ~ 39.78%
B 169 of 543 ~ 31.12%

%29.1
%39.78
%31.12

CMYK color model

#9ED8A9 color CMYK value is (27,0,22,15).

  • cyan value is 26.85%
  • magenta value is 0.00%
  • yellow value is 21.76%
  • key color value is 15.29%
CMYK:
(27,0,22,15)
C27M0Y22K15 
(27%,0%,22%,15%)
(0.27/0.00/0.22/0.15)	

CMYK percentages

%26.85
%0
%21.76
%15.29

Codes

Color #9ED8A9 in popluar color models

9ED8A9
RGB158216169
HSL131°42.65%73.33%
HSB/HSV131°26.85%84.71%
CMYK26.85%0.00%21.76%
15.29%

Color #9ED8A9 in popluar number systems.

HEX9ED8A9
Decimal158216169
Binary100111101101100010101001
Octal236330251

Shades and tints

Shades of #9ED8A9

#9ED8A9
(158,216,169)
#90C59A
(144,197,154)
#82B28B
(130,178,139)
#749F7C
(116,159,124)
#668C6D
(102,140,109)
#58795E
(88,121,94)
#4A664F
(74,102,79)
#3C5340
(60,83,64)
#2E4031
(46,64,49)
#202D22
(32,45,34)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #9ED8A9

#9ED8A9
(158,216,169)
#A6DBB0
(166,219,176)
#AEDEB7
(174,222,183)
#B6E1BE
(182,225,190)
#BEE4C5
(190,228,197)
#C6E7CC
(198,231,204)
#CEEAD3
(206,234,211)
#D6EDDA
(214,237,218)
#DEF0E1
(222,240,225)
#E6F3E8
(230,243,232)
#EEF6EF
(238,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ED8A9; }

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

This text font color is #9ED8A9.


Background Color

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

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

This div background color is #9ED8A9.


Border color

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

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

This div border color is #9ED8A9.


Opacity

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

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

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

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

This text has shadow with #9ED8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED8A9 on black background.


Color preview on white background

This text has color #9ED8A9 on white background.



Black color preview on #9ED8A9 background

This text has black color on #9ED8A9 background.


White color preview on #9ED8A9 background

This text has white color on #9ED8A9 background.