COLOR #9EAE7E

HEX: #9EAE7E RGB: (158,174,126)

Color info

#9EAE7E contains red, green and blue colors in about the same proportion. Web safe color of #9EAE7E is #999966 (or #996).

RGB color model

#9EAE7E color RGB value is (158,174,126).

RGB: (158,174,126) (62%, 68%, 49%)

RGB channels and saturation

R 158 of 255 = 62%
G 174 of 255 = 68%
B 126 of 255 = 49%

158
174
126

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

Portions of RGB colors in percentages

R + G + B = 158 + 174 + 126 = 458 (100%)
R 158 of 458 ~ 34.5%
G 174 of 458 ~ 37.99%
B 126 of 458 ~ 27.51'%

%34.5
%37.99
%27.51

CMYK color model

#9EAE7E color CMYK value is (9,0,28,32).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 27.59%
  • key color value is 31.76%
CMYK: (9,0,28,32) C9M0Y28K32 (9%,0%,28%,32%) (0.09/0.00/0.28/0.32) 

CMYK percentages

%9.2
%0
%27.59
%31.76

Codes

Color #9EAE7E in popluar color models

9E AE 7E
RGB 158 174 126
HSL 80° 22.86% 58.82%
HSB/HSV 80° 27.59% 68.24%
CMYK 9.20% 0.00% 27.59%
31.76%

Color #9EAE7E in popluar number systems.

HEX 9E AE 7E
Decimal 158 174 126
Binary 10011110 10101110 1111110
Octal 236 256 176

Shades and tints

Shades of #9EAE7E

#9EAE7E
(158,174,126)
#909F73
(144,159,115)
#829068
(130,144,104)
#74815D
(116,129,93)
#667252
(102,114,82)
#586347
(88,99,71)
#4A543C
(74,84,60)
#3C4531
(60,69,49)
#2E3626
(46,54,38)
#20271B
(32,39,27)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #9EAE7E

#9EAE7E
(158,174,126)
#A6B589
(166,181,137)
#AEBC94
(174,188,148)
#B6C39F
(182,195,159)
#BECAAA
(190,202,170)
#C6D1B5
(198,209,181)
#CED8C0
(206,216,192)
#D6DFCB
(214,223,203)
#DEE6D6
(222,230,214)
#E6EDE1
(230,237,225)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAE7E; }

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

This text font color is #9EAE7E.

Background Color

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

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

This div background color is #9EAE7E.

Border color

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

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

This div border color is #9EAE7E.

Opacity

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

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

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

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

This text has shadow with #9EAE7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EAE7E.

Preview

Color preview on black background

This text has color #9EAE7E on black background.


Color preview on white background

This text has color #9EAE7E on white background.


Black color preview on #9EAE7E background

This text has black color on #9EAE7E background.


White color preview on #9EAE7E background

This text has white color on #9EAE7E background.


Related colors

Complementary color

Complementary color for #hex is #615181.


I love getcolorcode.com

Triadic colors

1 #7E9EAE and #AE7E9E with #9EAE7E are triadic colors.

2 #7EAE9E and #AE9E7E with #9EAE7E are triadic colors.