COLOR #9EB09D

HEX: #9EB09D
RGB: (158,176,157)

Color info

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

RGB color model

#9EB09D color RGB value is (158,176,157).

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

RGB channels and saturation

R 158 of 255 = 62%
G 176 of 255 = 69%
B 157 of 255 = 62%

158
176
157

R + G + B ~ 64%. #9EB09D is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 176 + 157 = 491 (100%)
R 158 of 491 ~ 32.18%
G 176 of 491 ~ 35.85%
B 157 of 491 ~ 31.98%

%32.18
%35.85
%31.98

CMYK color model

#9EB09D color CMYK value is (10,0,11,31).

  • cyan value is 10.23%
  • magenta value is 0.00%
  • yellow value is 10.80%
  • key color value is 30.98%
CMYK:
(10,0,11,31)
C10M0Y11K31 
(10%,0%,11%,31%)
(0.10/0.00/0.11/0.31)	

CMYK percentages

%10.23
%0
%10.8
%30.98

Codes

Color #9EB09D in popluar color models

9EB09D
RGB158176157
HSL117°10.73%65.29%
HSB/HSV117°10.80%69.02%
CMYK10.23%0.00%10.80%
30.98%

Color #9EB09D in popluar number systems.

HEX9EB09D
Decimal158176157
Binary100111101011000010011101
Octal236260235

Shades and tints

Shades of #9EB09D

#9EB09D
(158,176,157)
#90A08F
(144,160,143)
#829081
(130,144,129)
#748073
(116,128,115)
#667065
(102,112,101)
#586057
(88,96,87)
#4A5049
(74,80,73)
#3C403B
(60,64,59)
#2E302D
(46,48,45)
#20201F
(32,32,31)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #9EB09D

#9EB09D
(158,176,157)
#A6B7A5
(166,183,165)
#AEBEAD
(174,190,173)
#B6C5B5
(182,197,181)
#BECCBD
(190,204,189)
#C6D3C5
(198,211,197)
#CEDACD
(206,218,205)
#D6E1D5
(214,225,213)
#DEE8DD
(222,232,221)
#E6EFE5
(230,239,229)
#EEF6ED
(238,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB09D; }

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

This text font color is #9EB09D.


Background Color

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

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

This div background color is #9EB09D.


Border color

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

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

This div border color is #9EB09D.


Opacity

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

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

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

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

This text has shadow with #9EB09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB09D on black background.


Color preview on white background

This text has color #9EB09D on white background.



Black color preview on #9EB09D background

This text has black color on #9EB09D background.


White color preview on #9EB09D background

This text has white color on #9EB09D background.