COLOR #9EAA86

HEX: #9EAA86 RGB: (158,170,134)

Color info

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

RGB color model

#9EAA86 color RGB value is (158,170,134).

RGB: (158,170,134) (62%, 67%, 53%)

RGB channels and saturation

R 158 of 255 = 62%
G 170 of 255 = 67%
B 134 of 255 = 53%

158
170
134

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

Portions of RGB colors in percentages

R + G + B = 158 + 170 + 134 = 462 (100%)
R 158 of 462 ~ 34.2%
G 170 of 462 ~ 36.8%
B 134 of 462 ~ 29'%

%34.2
%36.8
%29

CMYK color model

#9EAA86 color CMYK value is (7,0,21,33).

  • cyan value is 7.06%
  • magenta value is 0.00%
  • yellow value is 21.18%
  • key color value is 33.33%

CMYK: (7,0,21,33)
C7M0Y21K33 (7%, 0%, 21%, 33%)
(0.07 / 0.00 / 0.21 / 0.33)

CMYK percentages

%7.06
%0
%21.18
%33.33

Codes

Color #9EAA86 in popluar color models

9E AA 86
RGB 158 170 134
HSL 80° 17.48% 59.61%
HSB/HSV 80° 21.18% 66.67%
CMYK 7.06% 0.00% 21.18%
33.33%

Color #9EAA86 in popluar number systems.

HEX 9E AA 86
Decimal 158 170 134
Binary 10011110 10101010 10000110
Octal 236 252 206

Shades and tints

Shades of #9EAA86

#9EAA86
(158,170,134)
#909B7A
(144,155,122)
#828C6E
(130,140,110)
#747D62
(116,125,98)
#666E56
(102,110,86)
#585F4A
(88,95,74)
#4A503E
(74,80,62)
#3C4132
(60,65,50)
#2E3226
(46,50,38)
#20231A
(32,35,26)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #9EAA86

#9EAA86
(158,170,134)
#A6B191
(166,177,145)
#AEB89C
(174,184,156)
#B6BFA7
(182,191,167)
#BEC6B2
(190,198,178)
#C6CDBD
(198,205,189)
#CED4C8
(206,212,200)
#D6DBD3
(214,219,211)
#DEE2DE
(222,226,222)
#E6E9E9
(230,233,233)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAA86 color. Also use rgb(158,170,134) instead hex code.

Text Font Color

.myTextColor { color: #9EAA86; }

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

This text font color is #9EAA86.

Background Color

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

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

This div background color is #9EAA86.

Border color

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

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

This div border color is #9EAA86.

Opacity

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

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

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

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

This text has shadow with #9EAA86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EAA86.

Preview

Color preview on black background

This text has color #9EAA86 on black background.


Color preview on white background

This text has color #9EAA86 on white background.


Black color preview on #9EAA86 background

This text has black color on #9EAA86 background.


White color preview on #9EAA86 background

This text has white color on #9EAA86 background.


Related colors

Complementary color

Complementary color for #hex is #615579.


I love getcolorcode.com

Triadic colors

1 #869EAA and #AA869E with #9EAA86 are triadic colors.

2 #86AA9E and #AA9E86 with #9EAA86 are triadic colors.