COLOR #9EAE83

HEX: #9EAE83 RGB: (158,174,131)

Color info

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

RGB color model

#9EAE83 color RGB value is (158,174,131).

RGB: (158,174,131) (62%, 68%, 51%)

RGB channels and saturation

R 158 of 255 = 62%
G 174 of 255 = 68%
B 131 of 255 = 51%

158
174
131

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

Portions of RGB colors in percentages

R + G + B = 158 + 174 + 131 = 463 (100%)
R 158 of 463 ~ 34.13%
G 174 of 463 ~ 37.58%
B 131 of 463 ~ 28.29'%

%34.13
%37.58
%28.29

CMYK color model

#9EAE83 color CMYK value is (9,0,25,32).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 24.71%
  • key color value is 31.76%

CMYK: (9,0,25,32)
C9M0Y25K32 (9%, 0%, 25%, 32%)
(0.09 / 0.00 / 0.25 / 0.32)

CMYK percentages

%9.2
%0
%24.71
%31.76

Codes

Color #9EAE83 in popluar color models

9E AE 83
RGB 158 174 131
HSL 82° 20.98% 59.80%
HSB/HSV 82° 24.71% 68.24%
CMYK 9.20% 0.00% 24.71%
31.76%

Color #9EAE83 in popluar number systems.

HEX 9E AE 83
Decimal 158 174 131
Binary 10011110 10101110 10000011
Octal 236 256 203

Shades and tints

Shades of #9EAE83

#9EAE83
(158,174,131)
#909F78
(144,159,120)
#82906D
(130,144,109)
#748162
(116,129,98)
#667257
(102,114,87)
#58634C
(88,99,76)
#4A5441
(74,84,65)
#3C4536
(60,69,54)
#2E362B
(46,54,43)
#202720
(32,39,32)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #9EAE83

#9EAE83
(158,174,131)
#A6B58E
(166,181,142)
#AEBC99
(174,188,153)
#B6C3A4
(182,195,164)
#BECAAF
(190,202,175)
#C6D1BA
(198,209,186)
#CED8C5
(206,216,197)
#D6DFD0
(214,223,208)
#DEE6DB
(222,230,219)
#E6EDE6
(230,237,230)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAE83; }

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

This text font color is #9EAE83.

Background Color

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

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

This div background color is #9EAE83.

Border color

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

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

This div border color is #9EAE83.

Opacity

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

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

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

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

This text has shadow with #9EAE83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EAE83.

Preview

Color preview on black background

This text has color #9EAE83 on black background.


Color preview on white background

This text has color #9EAE83 on white background.


Black color preview on #9EAE83 background

This text has black color on #9EAE83 background.


White color preview on #9EAE83 background

This text has white color on #9EAE83 background.


Related colors

Complementary color

Complementary color for #hex is #61517C.


I love getcolorcode.com

Triadic colors

1 #839EAE and #AE839E with #9EAE83 are triadic colors.

2 #83AE9E and #AE9E83 with #9EAE83 are triadic colors.