COLOR #9EE7B9

HEX: #9EE7B9
RGB: (158,231,185)

Color info

#9EE7B9 contains mainly green and blue colors. Web safe color of #9EE7B9 is #99FFCC (or #9FC).

RGB color model

#9EE7B9 color RGB value is (158,231,185).

  • red value is 158;
  • green value is 231;
  • blue value is 185.
RGB:
(158,231,185)
(62%,91%,73%)

RGB channels and saturation

R 158 of 255 = 62%
G 231 of 255 = 91%
B 185 of 255 = 73%

158
231
185

R + G + B ~ 75%. #9EE7B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 231 + 185 = 574 (100%)
R 158 of 574 ~ 27.53%
G 231 of 574 ~ 40.24%
B 185 of 574 ~ 32.23%

%27.53
%40.24
%32.23

CMYK color model

#9EE7B9 color CMYK value is (32,0,20,9).

  • cyan value is 31.60%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • key color value is 9.41%
CMYK:
(32,0,20,9)
C32M0Y20K9 
(32%,0%,20%,9%)
(0.32/0.00/0.20/0.09)	

CMYK percentages

%31.6
%0
%19.91
%9.41

Codes

Color #9EE7B9 in popluar color models

9EE7B9
RGB158231185
HSL142°60.33%76.27%
HSB/HSV142°31.60%90.59%
CMYK31.60%0.00%19.91%
9.41%

Color #9EE7B9 in popluar number systems.

HEX9EE7B9
Decimal158231185
Binary100111101110011110111001
Octal236347271

Shades and tints

Shades of #9EE7B9

#9EE7B9
(158,231,185)
#90D2A9
(144,210,169)
#82BD99
(130,189,153)
#74A889
(116,168,137)
#669379
(102,147,121)
#587E69
(88,126,105)
#4A6959
(74,105,89)
#3C5449
(60,84,73)
#2E3F39
(46,63,57)
#202A29
(32,42,41)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #9EE7B9

#9EE7B9
(158,231,185)
#A6E9BF
(166,233,191)
#AEEBC5
(174,235,197)
#B6EDCB
(182,237,203)
#BEEFD1
(190,239,209)
#C6F1D7
(198,241,215)
#CEF3DD
(206,243,221)
#D6F5E3
(214,245,227)
#DEF7E9
(222,247,233)
#E6F9EF
(230,249,239)
#EEFBF5
(238,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE7B9 color. Also use rgb(158,231,185) instead hex code.

Text Font Color

.myTextColor { color: #9EE7B9; }

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

This text font color is #9EE7B9.


Background Color

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

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

This div background color is #9EE7B9.


Border color

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

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

This div border color is #9EE7B9.


Opacity

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

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

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

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

This text has shadow with #9EE7B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EE7B9 on black background.


Color preview on white background

This text has color #9EE7B9 on white background.



Black color preview on #9EE7B9 background

This text has black color on #9EE7B9 background.


White color preview on #9EE7B9 background

This text has white color on #9EE7B9 background.