COLOR #9E897C

HEX: #9E897C
RGB: (158,137,124)

Color info

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

RGB color model

#9E897C color RGB value is (158,137,124).

  • red value is 158;
  • green value is 137;
  • blue value is 124.
RGB:
(158,137,124)
(62%,54%,49%)

RGB channels and saturation

R 158 of 255 = 62%
G 137 of 255 = 54%
B 124 of 255 = 49%

158
137
124

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

Portions of RGB colors in percentages

R + G + B =
158 + 137 + 124 = 419 (100%)
R 158 of 419 ~ 37.71%
G 137 of 419 ~ 32.7%
B 124 of 419 ~ 29.59%

%37.71
%32.7
%29.59

CMYK color model

#9E897C color CMYK value is (0,13,22,38).

  • cyan value is 0.00%
  • magenta value is 13.29%
  • yellow value is 21.52%
  • key color value is 38.04%
CMYK:
(0,13,22,38)
C0M13Y22K38 
(0%,13%,22%,38%)
(0.00/0.13/0.22/0.38)	

CMYK percentages

%0
%13.29
%21.52
%38.04

Codes

Color #9E897C in popluar color models

9E897C
RGB158137124
HSL23°14.91%55.29%
HSB/HSV23°21.52%61.96%
CMYK0.00%13.29%21.52%
38.04%

Color #9E897C in popluar number systems.

HEX9E897C
Decimal158137124
Binary10011110100010011111100
Octal236211174

Shades and tints

Shades of #9E897C

#9E897C
(158,137,124)
#907D71
(144,125,113)
#827166
(130,113,102)
#74655B
(116,101,91)
#665950
(102,89,80)
#584D45
(88,77,69)
#4A413A
(74,65,58)
#3C352F
(60,53,47)
#2E2924
(46,41,36)
#201D19
(32,29,25)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #9E897C

#9E897C
(158,137,124)
#A69387
(166,147,135)
#AE9D92
(174,157,146)
#B6A79D
(182,167,157)
#BEB1A8
(190,177,168)
#C6BBB3
(198,187,179)
#CEC5BE
(206,197,190)
#D6CFC9
(214,207,201)
#DED9D4
(222,217,212)
#E6E3DF
(230,227,223)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E897C color. Also use rgb(158,137,124) instead hex code.

Text Font Color

.myTextColor { color: #9E897C; }

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

This text font color is #9E897C.


Background Color

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

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

This div background color is #9E897C.


Border color

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

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

This div border color is #9E897C.


Opacity

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

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

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

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

This text has shadow with #9E897C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E897C on black background.


Color preview on white background

This text has color #9E897C on white background.



Black color preview on #9E897C background

This text has black color on #9E897C background.


White color preview on #9E897C background

This text has white color on #9E897C background.