COLOR #9EB08A

HEX: #9EB08A
RGB: (158,176,138)

Color info

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

RGB color model

#9EB08A color RGB value is (158,176,138).

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

RGB channels and saturation

R 158 of 255 = 62%
G 176 of 255 = 69%
B 138 of 255 = 54%

158
176
138

R + G + B ~ 62%. #9EB08A is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 176 + 138 = 472 (100%)
R 158 of 472 ~ 33.47%
G 176 of 472 ~ 37.29%
B 138 of 472 ~ 29.24%

%33.47
%37.29
%29.24

CMYK color model

#9EB08A color CMYK value is (10,0,22,31).

  • cyan value is 10.23%
  • magenta value is 0.00%
  • yellow value is 21.59%
  • key color value is 30.98%
CMYK:
(10,0,22,31)
C10M0Y22K31 
(10%,0%,22%,31%)
(0.10/0.00/0.22/0.31)	

CMYK percentages

%10.23
%0
%21.59
%30.98

Codes

Color #9EB08A in popluar color models

9EB08A
RGB158176138
HSL88°19.39%61.57%
HSB/HSV88°21.59%69.02%
CMYK10.23%0.00%21.59%
30.98%

Color #9EB08A in popluar number systems.

HEX9EB08A
Decimal158176138
Binary100111101011000010001010
Octal236260212

Shades and tints

Shades of #9EB08A

#9EB08A
(158,176,138)
#90A07E
(144,160,126)
#829072
(130,144,114)
#748066
(116,128,102)
#66705A
(102,112,90)
#58604E
(88,96,78)
#4A5042
(74,80,66)
#3C4036
(60,64,54)
#2E302A
(46,48,42)
#20201E
(32,32,30)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #9EB08A

#9EB08A
(158,176,138)
#A6B794
(166,183,148)
#AEBE9E
(174,190,158)
#B6C5A8
(182,197,168)
#BECCB2
(190,204,178)
#C6D3BC
(198,211,188)
#CEDAC6
(206,218,198)
#D6E1D0
(214,225,208)
#DEE8DA
(222,232,218)
#E6EFE4
(230,239,228)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB08A; }

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

This text font color is #9EB08A.


Background Color

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

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

This div background color is #9EB08A.


Border color

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

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

This div border color is #9EB08A.


Opacity

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

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

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

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

This text has shadow with #9EB08A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB08A on black background.


Color preview on white background

This text has color #9EB08A on white background.



Black color preview on #9EB08A background

This text has black color on #9EB08A background.


White color preview on #9EB08A background

This text has white color on #9EB08A background.