COLOR #9E8876

HEX: #9E8876 RGB: (158,136,118)

Color info

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

RGB color model

#9E8876 color RGB value is (158,136,118).

RGB: (158,136,118) (62%, 53%, 46%)

RGB channels and saturation

R 158 of 255 = 62%
G 136 of 255 = 53%
B 118 of 255 = 46%

158
136
118

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

Portions of RGB colors in percentages

R + G + B = 158 + 136 + 118 = 412 (100%)
R 158 of 412 ~ 38.35%
G 136 of 412 ~ 33.01%
B 118 of 412 ~ 28.64'%

%38.35
%33.01
%28.64

CMYK color model

#9E8876 color CMYK value is (0,14,25,38).

  • cyan value is 0.00%
  • magenta value is 13.92%
  • yellow value is 25.32%
  • key color value is 38.04%

CMYK: (0,14,25,38)
C0M14Y25K38 (0%, 14%, 25%, 38%)
(0.00 / 0.14 / 0.25 / 0.38)

CMYK percentages

%0
%13.92
%25.32
%38.04

Codes

Color #9E8876 in popluar color models

9E 88 76
RGB 158 136 118
HSL 27° 17.09% 54.12%
HSB/HSV 27° 25.32% 61.96%
CMYK 0.00% 13.92% 25.32%
38.04%

Color #9E8876 in popluar number systems.

HEX 9E 88 76
Decimal 158 136 118
Binary 10011110 10001000 1110110
Octal 236 210 166

Shades and tints

Shades of #9E8876

#9E8876
(158,136,118)
#907C6C
(144,124,108)
#827062
(130,112,98)
#746458
(116,100,88)
#66584E
(102,88,78)
#584C44
(88,76,68)
#4A403A
(74,64,58)
#3C3430
(60,52,48)
#2E2826
(46,40,38)
#201C1C
(32,28,28)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #9E8876

#9E8876
(158,136,118)
#A69282
(166,146,130)
#AE9C8E
(174,156,142)
#B6A69A
(182,166,154)
#BEB0A6
(190,176,166)
#C6BAB2
(198,186,178)
#CEC4BE
(206,196,190)
#D6CECA
(214,206,202)
#DED8D6
(222,216,214)
#E6E2E2
(230,226,226)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8876 color. Also use rgb(158,136,118) instead hex code.

Text Font Color

.myTextColor { color: #9E8876; }

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

This text font color is #9E8876.

Background Color

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

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

This div background color is #9E8876.

Border color

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

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

This div border color is #9E8876.

Opacity

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

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

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

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

This text has shadow with #9E8876 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E8876.

Preview

Color preview on black background

This text has color #9E8876 on black background.


Color preview on white background

This text has color #9E8876 on white background.


Black color preview on #9E8876 background

This text has black color on #9E8876 background.


White color preview on #9E8876 background

This text has white color on #9E8876 background.


Related colors

Complementary color

Complementary color for #hex is #617789.


I love getcolorcode.com

Triadic colors

1 #769E88 and #88769E with #9E8876 are triadic colors.

2 #76889E and #889E76 with #9E8876 are triadic colors.