COLOR #9E786F

HEX: #9E786F
RGB: (158,120,111)

Color info

#9E786F contains red, green and blue colors in about the same proportion. Web safe color of #9E786F is #996666 (or #966).

RGB color model

#9E786F color RGB value is (158,120,111).

  • red value is 158;
  • green value is 120;
  • blue value is 111.
RGB:
(158,120,111)
(62%,47%,44%)

RGB channels and saturation

R 158 of 255 = 62%
G 120 of 255 = 47%
B 111 of 255 = 44%

158
120
111

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

Portions of RGB colors in percentages

R + G + B =
158 + 120 + 111 = 389 (100%)
R 158 of 389 ~ 40.62%
G 120 of 389 ~ 30.85%
B 111 of 389 ~ 28.53%

%40.62
%30.85
%28.53

CMYK color model

#9E786F color CMYK value is (0,24,30,38).

  • cyan value is 0.00%
  • magenta value is 24.05%
  • yellow value is 29.75%
  • key color value is 38.04%
CMYK:
(0,24,30,38)
C0M24Y30K38 
(0%,24%,30%,38%)
(0.00/0.24/0.30/0.38)	

CMYK percentages

%0
%24.05
%29.75
%38.04

Codes

Color #9E786F in popluar color models

9E786F
RGB158120111
HSL11°19.50%52.75%
HSB/HSV11°29.75%61.96%
CMYK0.00%24.05%29.75%
38.04%

Color #9E786F in popluar number systems.

HEX9E786F
Decimal158120111
Binary1001111011110001101111
Octal236170157

Shades and tints

Shades of #9E786F

#9E786F
(158,120,111)
#906E65
(144,110,101)
#82645B
(130,100,91)
#745A51
(116,90,81)
#665047
(102,80,71)
#58463D
(88,70,61)
#4A3C33
(74,60,51)
#3C3229
(60,50,41)
#2E281F
(46,40,31)
#201E15
(32,30,21)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #9E786F

#9E786F
(158,120,111)
#A6847C
(166,132,124)
#AE9089
(174,144,137)
#B69C96
(182,156,150)
#BEA8A3
(190,168,163)
#C6B4B0
(198,180,176)
#CEC0BD
(206,192,189)
#D6CCCA
(214,204,202)
#DED8D7
(222,216,215)
#E6E4E4
(230,228,228)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E786F; }

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

This text font color is #9E786F.


Background Color

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

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

This div background color is #9E786F.


Border color

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

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

This div border color is #9E786F.


Opacity

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

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

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

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

This text has shadow with #9E786F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E786F on black background.


Color preview on white background

This text has color #9E786F on white background.



Black color preview on #9E786F background

This text has black color on #9E786F background.


White color preview on #9E786F background

This text has white color on #9E786F background.