COLOR #9EB39D

HEX: #9EB39D
RGB: (158,179,157)

Color info

#9EB39D contains red, green and blue colors in about the same proportion. Web safe color of #9EB39D is #999999 (or #999).

RGB color model

#9EB39D color RGB value is (158,179,157).

  • red value is 158;
  • green value is 179;
  • blue value is 157.
RGB:
(158,179,157)
(62%,70%,62%)

RGB channels and saturation

R 158 of 255 = 62%
G 179 of 255 = 70%
B 157 of 255 = 62%

158
179
157

R + G + B ~ 65%. #9EB39D is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 179 + 157 = 494 (100%)
R 158 of 494 ~ 31.98%
G 179 of 494 ~ 36.23%
B 157 of 494 ~ 31.78%

%31.98
%36.23
%31.78

CMYK color model

#9EB39D color CMYK value is (12,0,12,30).

  • cyan value is 11.73%
  • magenta value is 0.00%
  • yellow value is 12.29%
  • key color value is 29.80%
CMYK:
(12,0,12,30)
C12M0Y12K30 
(12%,0%,12%,30%)
(0.12/0.00/0.12/0.30)	

CMYK percentages

%11.73
%0
%12.29
%29.8

Codes

Color #9EB39D in popluar color models

9EB39D
RGB158179157
HSL117°12.64%65.88%
HSB/HSV117°12.29%70.20%
CMYK11.73%0.00%12.29%
29.80%

Color #9EB39D in popluar number systems.

HEX9EB39D
Decimal158179157
Binary100111101011001110011101
Octal236263235

Shades and tints

Shades of #9EB39D

#9EB39D
(158,179,157)
#90A38F
(144,163,143)
#829381
(130,147,129)
#748373
(116,131,115)
#667365
(102,115,101)
#586357
(88,99,87)
#4A5349
(74,83,73)
#3C433B
(60,67,59)
#2E332D
(46,51,45)
#20231F
(32,35,31)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #9EB39D

#9EB39D
(158,179,157)
#A6B9A5
(166,185,165)
#AEBFAD
(174,191,173)
#B6C5B5
(182,197,181)
#BECBBD
(190,203,189)
#C6D1C5
(198,209,197)
#CED7CD
(206,215,205)
#D6DDD5
(214,221,213)
#DEE3DD
(222,227,221)
#E6E9E5
(230,233,229)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB39D color. Also use rgb(158,179,157) instead hex code.

Text Font Color

.myTextColor { color: #9EB39D; }

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

This text font color is #9EB39D.


Background Color

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

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

This div background color is #9EB39D.


Border color

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

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

This div border color is #9EB39D.


Opacity

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

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

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

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

This text has shadow with #9EB39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB39D on black background.


Color preview on white background

This text has color #9EB39D on white background.



Black color preview on #9EB39D background

This text has black color on #9EB39D background.


White color preview on #9EB39D background

This text has white color on #9EB39D background.