COLOR #9EA28F

HEX: #9EA28F
RGB: (158,162,143)

Color info

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

RGB color model

#9EA28F color RGB value is (158,162,143).

  • red value is 158;
  • green value is 162;
  • blue value is 143.
RGB:
(158,162,143)
(62%,64%,56%)

RGB channels and saturation

R 158 of 255 = 62%
G 162 of 255 = 64%
B 143 of 255 = 56%

158
162
143

R + G + B ~ 61%. #9EA28F is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 162 + 143 = 463 (100%)
R 158 of 463 ~ 34.13%
G 162 of 463 ~ 34.99%
B 143 of 463 ~ 30.89%

%34.13
%34.99
%30.89

CMYK color model

#9EA28F color CMYK value is (2,0,12,36).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 11.73%
  • key color value is 36.47%
CMYK:
(2,0,12,36)
C2M0Y12K36 
(2%,0%,12%,36%)
(0.02/0.00/0.12/0.36)	

CMYK percentages

%2.47
%0
%11.73
%36.47

Codes

Color #9EA28F in popluar color models

9EA28F
RGB158162143
HSL73°9.27%59.80%
HSB/HSV73°11.73%63.53%
CMYK2.47%0.00%11.73%
36.47%

Color #9EA28F in popluar number systems.

HEX9EA28F
Decimal158162143
Binary100111101010001010001111
Octal236242217

Shades and tints

Shades of #9EA28F

#9EA28F
(158,162,143)
#909482
(144,148,130)
#828675
(130,134,117)
#747868
(116,120,104)
#666A5B
(102,106,91)
#585C4E
(88,92,78)
#4A4E41
(74,78,65)
#3C4034
(60,64,52)
#2E3227
(46,50,39)
#20241A
(32,36,26)
#12160D
(18,22,13)
#000000
(0,0,0)

Tints of #9EA28F

#9EA28F
(158,162,143)
#A6AA99
(166,170,153)
#AEB2A3
(174,178,163)
#B6BAAD
(182,186,173)
#BEC2B7
(190,194,183)
#C6CAC1
(198,202,193)
#CED2CB
(206,210,203)
#D6DAD5
(214,218,213)
#DEE2DF
(222,226,223)
#E6EAE9
(230,234,233)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA28F; }

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

This text font color is #9EA28F.


Background Color

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

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

This div background color is #9EA28F.


Border color

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

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

This div border color is #9EA28F.


Opacity

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

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

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

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

This text has shadow with #9EA28F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA28F on black background.


Color preview on white background

This text has color #9EA28F on white background.



Black color preview on #9EA28F background

This text has black color on #9EA28F background.


White color preview on #9EA28F background

This text has white color on #9EA28F background.