COLOR #9EAE8E

HEX: #9EAE8E
RGB: (158,174,142)

Color info

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

RGB color model

#9EAE8E color RGB value is (158,174,142).

  • red value is 158;
  • green value is 174;
  • blue value is 142.
RGB:
(158,174,142)
(62%,68%,56%)

RGB channels and saturation

R 158 of 255 = 62%
G 174 of 255 = 68%
B 142 of 255 = 56%

158
174
142

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

Portions of RGB colors in percentages

R + G + B =
158 + 174 + 142 = 474 (100%)
R 158 of 474 ~ 33.33%
G 174 of 474 ~ 36.71%
B 142 of 474 ~ 29.96%

%33.33
%36.71
%29.96

CMYK color model

#9EAE8E color CMYK value is (9,0,18,32).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 18.39%
  • key color value is 31.76%
CMYK:
(9,0,18,32)
C9M0Y18K32 
(9%,0%,18%,32%)
(0.09/0.00/0.18/0.32)	

CMYK percentages

%9.2
%0
%18.39
%31.76

Codes

Color #9EAE8E in popluar color models

9EAE8E
RGB158174142
HSL90°16.49%61.96%
HSB/HSV90°18.39%68.24%
CMYK9.20%0.00%18.39%
31.76%

Color #9EAE8E in popluar number systems.

HEX9EAE8E
Decimal158174142
Binary100111101010111010001110
Octal236256216

Shades and tints

Shades of #9EAE8E

#9EAE8E
(158,174,142)
#909F82
(144,159,130)
#829076
(130,144,118)
#74816A
(116,129,106)
#66725E
(102,114,94)
#586352
(88,99,82)
#4A5446
(74,84,70)
#3C453A
(60,69,58)
#2E362E
(46,54,46)
#202722
(32,39,34)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #9EAE8E

#9EAE8E
(158,174,142)
#A6B598
(166,181,152)
#AEBCA2
(174,188,162)
#B6C3AC
(182,195,172)
#BECAB6
(190,202,182)
#C6D1C0
(198,209,192)
#CED8CA
(206,216,202)
#D6DFD4
(214,223,212)
#DEE6DE
(222,230,222)
#E6EDE8
(230,237,232)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAE8E color. Also use rgb(158,174,142) instead hex code.

Text Font Color

.myTextColor { color: #9EAE8E; }

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

This text font color is #9EAE8E.


Background Color

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

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

This div background color is #9EAE8E.


Border color

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

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

This div border color is #9EAE8E.


Opacity

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

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

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

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

This text has shadow with #9EAE8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAE8E on black background.


Color preview on white background

This text has color #9EAE8E on white background.



Black color preview on #9EAE8E background

This text has black color on #9EAE8E background.


White color preview on #9EAE8E background

This text has white color on #9EAE8E background.