COLOR #9D887E

HEX: #9D887E
RGB: (157,136,126)

Color info

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

RGB color model

#9D887E color RGB value is (157,136,126).

  • red value is 157;
  • green value is 136;
  • blue value is 126.
RGB:
(157,136,126)
(62%,53%,49%)

RGB channels and saturation

R 157 of 255 = 62%
G 136 of 255 = 53%
B 126 of 255 = 49%

157
136
126

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

Portions of RGB colors in percentages

R + G + B =
157 + 136 + 126 = 419 (100%)
R 157 of 419 ~ 37.47%
G 136 of 419 ~ 32.46%
B 126 of 419 ~ 30.07%

%37.47
%32.46
%30.07

CMYK color model

#9D887E color CMYK value is (0,13,20,38).

  • cyan value is 0.00%
  • magenta value is 13.38%
  • yellow value is 19.75%
  • key color value is 38.43%
CMYK:
(0,13,20,38)
C0M13Y20K38 
(0%,13%,20%,38%)
(0.00/0.13/0.20/0.38)	

CMYK percentages

%0
%13.38
%19.75
%38.43

Codes

Color #9D887E in popluar color models

9D887E
RGB157136126
HSL19°13.66%55.49%
HSB/HSV19°19.75%61.57%
CMYK0.00%13.38%19.75%
38.43%

Color #9D887E in popluar number systems.

HEX9D887E
Decimal157136126
Binary10011101100010001111110
Octal235210176

Shades and tints

Shades of #9D887E

#9D887E
(157,136,126)
#8F7C73
(143,124,115)
#817068
(129,112,104)
#73645D
(115,100,93)
#655852
(101,88,82)
#574C47
(87,76,71)
#49403C
(73,64,60)
#3B3431
(59,52,49)
#2D2826
(45,40,38)
#1F1C1B
(31,28,27)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #9D887E

#9D887E
(157,136,126)
#A59289
(165,146,137)
#AD9C94
(173,156,148)
#B5A69F
(181,166,159)
#BDB0AA
(189,176,170)
#C5BAB5
(197,186,181)
#CDC4C0
(205,196,192)
#D5CECB
(213,206,203)
#DDD8D6
(221,216,214)
#E5E2E1
(229,226,225)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D887E color. Also use rgb(157,136,126) instead hex code.

Text Font Color

.myTextColor { color: #9D887E; }

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

This text font color is #9D887E.


Background Color

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

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

This div background color is #9D887E.


Border color

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

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

This div border color is #9D887E.


Opacity

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

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

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

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

This text has shadow with #9D887E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D887E on black background.


Color preview on white background

This text has color #9D887E on white background.



Black color preview on #9D887E background

This text has black color on #9D887E background.


White color preview on #9D887E background

This text has white color on #9D887E background.