COLOR #9EA28B

HEX: #9EA28B RGB: (158,162,139)

Color info

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

RGB color model

#9EA28B color RGB value is (158,162,139).

RGB: (158,162,139) (62%, 64%, 55%)

RGB channels and saturation

R 158 of 255 = 62%
G 162 of 255 = 64%
B 139 of 255 = 55%

158
162
139

R + G + B ~ 60%. #9EA28B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 158 + 162 + 139 = 459 (100%)
R 158 of 459 ~ 34.42%
G 162 of 459 ~ 35.29%
B 139 of 459 ~ 30.28'%

%34.42
%35.29
%30.28

CMYK color model

#9EA28B color CMYK value is (2,0,14,36).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 36.47%

CMYK: (2,0,14,36)
C2M0Y14K36 (2%, 0%, 14%, 36%)
(0.02 / 0.00 / 0.14 / 0.36)

CMYK percentages

%2.47
%0
%14.2
%36.47

Codes

Color #9EA28B in popluar color models

9E A2 8B
RGB 158 162 139
HSL 70° 11.00% 59.02%
HSB/HSV 70° 14.20% 63.53%
CMYK 2.47% 0.00% 14.20%
36.47%

Color #9EA28B in popluar number systems.

HEX 9E A2 8B
Decimal 158 162 139
Binary 10011110 10100010 10001011
Octal 236 242 213

Shades and tints

Shades of #9EA28B

#9EA28B
(158,162,139)
#90947F
(144,148,127)
#828673
(130,134,115)
#747867
(116,120,103)
#666A5B
(102,106,91)
#585C4F
(88,92,79)
#4A4E43
(74,78,67)
#3C4037
(60,64,55)
#2E322B
(46,50,43)
#20241F
(32,36,31)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #9EA28B

#9EA28B
(158,162,139)
#A6AA95
(166,170,149)
#AEB29F
(174,178,159)
#B6BAA9
(182,186,169)
#BEC2B3
(190,194,179)
#C6CABD
(198,202,189)
#CED2C7
(206,210,199)
#D6DAD1
(214,218,209)
#DEE2DB
(222,226,219)
#E6EAE5
(230,234,229)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA28B color. Also use rgb(158,162,139) instead hex code.

Text Font Color

.myTextColor { color: #9EA28B; }

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

This text font color is #9EA28B.

Background Color

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

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

This div background color is #9EA28B.

Border color

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

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

This div border color is #9EA28B.

Opacity

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

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

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

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

This text has shadow with #9EA28B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA28B.

Preview

Color preview on black background

This text has color #9EA28B on black background.


Color preview on white background

This text has color #9EA28B on white background.


Black color preview on #9EA28B background

This text has black color on #9EA28B background.


White color preview on #9EA28B background

This text has white color on #9EA28B background.


Related colors

Complementary color

Complementary color for #hex is #615D74.


I love getcolorcode.com

Triadic colors

1 #8B9EA2 and #A28B9E with #9EA28B are triadic colors.

2 #8BA29E and #A29E8B with #9EA28B are triadic colors.