COLOR #9ED4A8

HEX: #9ED4A8
RGB: (158,212,168)

Color info

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

RGB color model

#9ED4A8 color RGB value is (158,212,168).

  • red value is 158;
  • green value is 212;
  • blue value is 168.
RGB:
(158,212,168)
(62%,83%,66%)

RGB channels and saturation

R 158 of 255 = 62%
G 212 of 255 = 83%
B 168 of 255 = 66%

158
212
168

R + G + B ~ 70%. #9ED4A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 212 + 168 = 538 (100%)
R 158 of 538 ~ 29.37%
G 212 of 538 ~ 39.41%
B 168 of 538 ~ 31.23%

%29.37
%39.41
%31.23

CMYK color model

#9ED4A8 color CMYK value is (25,0,21,17).

  • cyan value is 25.47%
  • magenta value is 0.00%
  • yellow value is 20.75%
  • key color value is 16.86%
CMYK:
(25,0,21,17)
C25M0Y21K17 
(25%,0%,21%,17%)
(0.25/0.00/0.21/0.17)	

CMYK percentages

%25.47
%0
%20.75
%16.86

Codes

Color #9ED4A8 in popluar color models

9ED4A8
RGB158212168
HSL131°38.57%72.55%
HSB/HSV131°25.47%83.14%
CMYK25.47%0.00%20.75%
16.86%

Color #9ED4A8 in popluar number systems.

HEX9ED4A8
Decimal158212168
Binary100111101101010010101000
Octal236324250

Shades and tints

Shades of #9ED4A8

#9ED4A8
(158,212,168)
#90C199
(144,193,153)
#82AE8A
(130,174,138)
#749B7B
(116,155,123)
#66886C
(102,136,108)
#58755D
(88,117,93)
#4A624E
(74,98,78)
#3C4F3F
(60,79,63)
#2E3C30
(46,60,48)
#202921
(32,41,33)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #9ED4A8

#9ED4A8
(158,212,168)
#A6D7AF
(166,215,175)
#AEDAB6
(174,218,182)
#B6DDBD
(182,221,189)
#BEE0C4
(190,224,196)
#C6E3CB
(198,227,203)
#CEE6D2
(206,230,210)
#D6E9D9
(214,233,217)
#DEECE0
(222,236,224)
#E6EFE7
(230,239,231)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED4A8 color. Also use rgb(158,212,168) instead hex code.

Text Font Color

.myTextColor { color: #9ED4A8; }

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

This text font color is #9ED4A8.


Background Color

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

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

This div background color is #9ED4A8.


Border color

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

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

This div border color is #9ED4A8.


Opacity

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

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

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

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

This text has shadow with #9ED4A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED4A8 on black background.


Color preview on white background

This text has color #9ED4A8 on white background.



Black color preview on #9ED4A8 background

This text has black color on #9ED4A8 background.


White color preview on #9ED4A8 background

This text has white color on #9ED4A8 background.