COLOR #9EE5A7

HEX: #9EE5A7
RGB: (158,229,167)

Color info

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

RGB color model

#9EE5A7 color RGB value is (158,229,167).

  • red value is 158;
  • green value is 229;
  • blue value is 167.
RGB:
(158,229,167)
(62%,90%,65%)

RGB channels and saturation

R 158 of 255 = 62%
G 229 of 255 = 90%
B 167 of 255 = 65%

158
229
167

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

Portions of RGB colors in percentages

R + G + B =
158 + 229 + 167 = 554 (100%)
R 158 of 554 ~ 28.52%
G 229 of 554 ~ 41.34%
B 167 of 554 ~ 30.14%

%28.52
%41.34
%30.14

CMYK color model

#9EE5A7 color CMYK value is (31,0,27,10).

  • cyan value is 31.00%
  • magenta value is 0.00%
  • yellow value is 27.07%
  • key color value is 10.20%
CMYK:
(31,0,27,10)
C31M0Y27K10 
(31%,0%,27%,10%)
(0.31/0.00/0.27/0.10)	

CMYK percentages

%31
%0
%27.07
%10.2

Codes

Color #9EE5A7 in popluar color models

9EE5A7
RGB158229167
HSL128°57.72%75.88%
HSB/HSV128°31.00%89.80%
CMYK31.00%0.00%27.07%
10.20%

Color #9EE5A7 in popluar number systems.

HEX9EE5A7
Decimal158229167
Binary100111101110010110100111
Octal236345247

Shades and tints

Shades of #9EE5A7

#9EE5A7
(158,229,167)
#90D198
(144,209,152)
#82BD89
(130,189,137)
#74A97A
(116,169,122)
#66956B
(102,149,107)
#58815C
(88,129,92)
#4A6D4D
(74,109,77)
#3C593E
(60,89,62)
#2E452F
(46,69,47)
#203120
(32,49,32)
#121D11
(18,29,17)
#000000
(0,0,0)

Tints of #9EE5A7

#9EE5A7
(158,229,167)
#A6E7AF
(166,231,175)
#AEE9B7
(174,233,183)
#B6EBBF
(182,235,191)
#BEEDC7
(190,237,199)
#C6EFCF
(198,239,207)
#CEF1D7
(206,241,215)
#D6F3DF
(214,243,223)
#DEF5E7
(222,245,231)
#E6F7EF
(230,247,239)
#EEF9F7
(238,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE5A7 color. Also use rgb(158,229,167) instead hex code.

Text Font Color

.myTextColor { color: #9EE5A7; }

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

This text font color is #9EE5A7.


Background Color

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

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

This div background color is #9EE5A7.


Border color

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

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

This div border color is #9EE5A7.


Opacity

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

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

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

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

This text has shadow with #9EE5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE5A7 on black background.


Color preview on white background

This text has color #9EE5A7 on white background.



Black color preview on #9EE5A7 background

This text has black color on #9EE5A7 background.


White color preview on #9EE5A7 background

This text has white color on #9EE5A7 background.