COLOR #9EDFA2

HEX: #9EDFA2
RGB: (158,223,162)

Color info

#9EDFA2 contains mainly green color. Web safe color of #9EDFA2 is #99CC99 (or #9C9).

RGB color model

#9EDFA2 color RGB value is (158,223,162).

  • red value is 158;
  • green value is 223;
  • blue value is 162.
RGB:
(158,223,162)
(62%,87%,64%)

RGB channels and saturation

R 158 of 255 = 62%
G 223 of 255 = 87%
B 162 of 255 = 64%

158
223
162

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

Portions of RGB colors in percentages

R + G + B =
158 + 223 + 162 = 543 (100%)
R 158 of 543 ~ 29.1%
G 223 of 543 ~ 41.07%
B 162 of 543 ~ 29.83%

%29.1
%41.07
%29.83

CMYK color model

#9EDFA2 color CMYK value is (29,0,27,13).

  • cyan value is 29.15%
  • magenta value is 0.00%
  • yellow value is 27.35%
  • key color value is 12.55%
CMYK:
(29,0,27,13)
C29M0Y27K13 
(29%,0%,27%,13%)
(0.29/0.00/0.27/0.13)	

CMYK percentages

%29.15
%0
%27.35
%12.55

Codes

Color #9EDFA2 in popluar color models

9EDFA2
RGB158223162
HSL124°50.39%74.71%
HSB/HSV124°29.15%87.45%
CMYK29.15%0.00%27.35%
12.55%

Color #9EDFA2 in popluar number systems.

HEX9EDFA2
Decimal158223162
Binary100111101101111110100010
Octal236337242

Shades and tints

Shades of #9EDFA2

#9EDFA2
(158,223,162)
#90CB94
(144,203,148)
#82B786
(130,183,134)
#74A378
(116,163,120)
#668F6A
(102,143,106)
#587B5C
(88,123,92)
#4A674E
(74,103,78)
#3C5340
(60,83,64)
#2E3F32
(46,63,50)
#202B24
(32,43,36)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #9EDFA2

#9EDFA2
(158,223,162)
#A6E1AA
(166,225,170)
#AEE3B2
(174,227,178)
#B6E5BA
(182,229,186)
#BEE7C2
(190,231,194)
#C6E9CA
(198,233,202)
#CEEBD2
(206,235,210)
#D6EDDA
(214,237,218)
#DEEFE2
(222,239,226)
#E6F1EA
(230,241,234)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EDFA2 color. Also use rgb(158,223,162) instead hex code.

Text Font Color

.myTextColor { color: #9EDFA2; }

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

This text font color is #9EDFA2.


Background Color

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

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

This div background color is #9EDFA2.


Border color

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

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

This div border color is #9EDFA2.


Opacity

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

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

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

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

This text has shadow with #9EDFA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EDFA2 on black background.


Color preview on white background

This text has color #9EDFA2 on white background.



Black color preview on #9EDFA2 background

This text has black color on #9EDFA2 background.


White color preview on #9EDFA2 background

This text has white color on #9EDFA2 background.