COLOR #9E877D

HEX: #9E877D
RGB: (158,135,125)

Color info

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

RGB color model

#9E877D color RGB value is (158,135,125).

  • red value is 158;
  • green value is 135;
  • blue value is 125.
RGB:
(158,135,125)
(62%,53%,49%)

RGB channels and saturation

R 158 of 255 = 62%
G 135 of 255 = 53%
B 125 of 255 = 49%

158
135
125

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

Portions of RGB colors in percentages

R + G + B =
158 + 135 + 125 = 418 (100%)
R 158 of 418 ~ 37.8%
G 135 of 418 ~ 32.3%
B 125 of 418 ~ 29.9%

%37.8
%32.3
%29.9

CMYK color model

#9E877D color CMYK value is (0,15,21,38).

  • cyan value is 0.00%
  • magenta value is 14.56%
  • yellow value is 20.89%
  • key color value is 38.04%
CMYK:
(0,15,21,38)
C0M15Y21K38 
(0%,15%,21%,38%)
(0.00/0.15/0.21/0.38)	

CMYK percentages

%0
%14.56
%20.89
%38.04

Codes

Color #9E877D in popluar color models

9E877D
RGB158135125
HSL18°14.54%55.49%
HSB/HSV18°20.89%61.96%
CMYK0.00%14.56%20.89%
38.04%

Color #9E877D in popluar number systems.

HEX9E877D
Decimal158135125
Binary10011110100001111111101
Octal236207175

Shades and tints

Shades of #9E877D

#9E877D
(158,135,125)
#907B72
(144,123,114)
#826F67
(130,111,103)
#74635C
(116,99,92)
#665751
(102,87,81)
#584B46
(88,75,70)
#4A3F3B
(74,63,59)
#3C3330
(60,51,48)
#2E2725
(46,39,37)
#201B1A
(32,27,26)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #9E877D

#9E877D
(158,135,125)
#A69188
(166,145,136)
#AE9B93
(174,155,147)
#B6A59E
(182,165,158)
#BEAFA9
(190,175,169)
#C6B9B4
(198,185,180)
#CEC3BF
(206,195,191)
#D6CDCA
(214,205,202)
#DED7D5
(222,215,213)
#E6E1E0
(230,225,224)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E877D color. Also use rgb(158,135,125) instead hex code.

Text Font Color

.myTextColor { color: #9E877D; }

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

This text font color is #9E877D.


Background Color

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

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

This div background color is #9E877D.


Border color

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

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

This div border color is #9E877D.


Opacity

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

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

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

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

This text has shadow with #9E877D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E877D on black background.


Color preview on white background

This text has color #9E877D on white background.



Black color preview on #9E877D background

This text has black color on #9E877D background.


White color preview on #9E877D background

This text has white color on #9E877D background.