COLOR #9E886F

HEX: #9E886F RGB: (158,136,111)

Color info

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

RGB color model

#9E886F color RGB value is (158,136,111).

RGB: (158,136,111) (62%, 53%, 44%)

RGB channels and saturation

R 158 of 255 = 62%
G 136 of 255 = 53%
B 111 of 255 = 44%

158
136
111

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

Portions of RGB colors in percentages

R + G + B = 158 + 136 + 111 = 405 (100%)
R 158 of 405 ~ 39.01%
G 136 of 405 ~ 33.58%
B 111 of 405 ~ 27.41'%

%39.01
%33.58
%27.41

CMYK color model

#9E886F color CMYK value is (0,14,30,38).

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

CMYK: (0,14,30,38)
C0M14Y30K38 (0%, 14%, 30%, 38%)
(0.00 / 0.14 / 0.30 / 0.38)

CMYK percentages

%0
%13.92
%29.75
%38.04

Codes

Color #9E886F in popluar color models

9E 88 6F
RGB 158 136 111
HSL 32° 19.50% 52.75%
HSB/HSV 32° 29.75% 61.96%
CMYK 0.00% 13.92% 29.75%
38.04%

Color #9E886F in popluar number systems.

HEX 9E 88 6F
Decimal 158 136 111
Binary 10011110 10001000 1101111
Octal 236 210 157

Shades and tints

Shades of #9E886F

#9E886F
(158,136,111)
#907C65
(144,124,101)
#82705B
(130,112,91)
#746451
(116,100,81)
#665847
(102,88,71)
#584C3D
(88,76,61)
#4A4033
(74,64,51)
#3C3429
(60,52,41)
#2E281F
(46,40,31)
#201C15
(32,28,21)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #9E886F

#9E886F
(158,136,111)
#A6927C
(166,146,124)
#AE9C89
(174,156,137)
#B6A696
(182,166,150)
#BEB0A3
(190,176,163)
#C6BAB0
(198,186,176)
#CEC4BD
(206,196,189)
#D6CECA
(214,206,202)
#DED8D7
(222,216,215)
#E6E2E4
(230,226,228)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E886F; }

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

This text font color is #9E886F.

Background Color

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

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

This div background color is #9E886F.

Border color

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

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

This div border color is #9E886F.

Opacity

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

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

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

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

This text has shadow with #9E886F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E886F.

Preview

Color preview on black background

This text has color #9E886F on black background.


Color preview on white background

This text has color #9E886F on white background.


Black color preview on #9E886F background

This text has black color on #9E886F background.


White color preview on #9E886F background

This text has white color on #9E886F background.


Related colors

Complementary color

Complementary color for #hex is #617790.


I love getcolorcode.com

Triadic colors

1 #6F9E88 and #886F9E with #9E886F are triadic colors.

2 #6F889E and #889E6F with #9E886F are triadic colors.