COLOR #9D867E

HEX: #9D867E
RGB: (157,134,126)

Color info

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

RGB color model

#9D867E color RGB value is (157,134,126).

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

RGB channels and saturation

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

157
134
126

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

Portions of RGB colors in percentages

R + G + B =
157 + 134 + 126 = 417 (100%)
R 157 of 417 ~ 37.65%
G 134 of 417 ~ 32.13%
B 126 of 417 ~ 30.22%

%37.65
%32.13
%30.22

CMYK color model

#9D867E color CMYK value is (0,15,20,38).

  • cyan value is 0.00%
  • magenta value is 14.65%
  • yellow value is 19.75%
  • key color value is 38.43%
CMYK:
(0,15,20,38)
C0M15Y20K38 
(0%,15%,20%,38%)
(0.00/0.15/0.20/0.38)	

CMYK percentages

%0
%14.65
%19.75
%38.43

Codes

Color #9D867E in popluar color models

9D867E
RGB157134126
HSL15°13.66%55.49%
HSB/HSV15°19.75%61.57%
CMYK0.00%14.65%19.75%
38.43%

Color #9D867E in popluar number systems.

HEX9D867E
Decimal157134126
Binary10011101100001101111110
Octal235206176

Shades and tints

Shades of #9D867E

#9D867E
(157,134,126)
#8F7A73
(143,122,115)
#816E68
(129,110,104)
#73625D
(115,98,93)
#655652
(101,86,82)
#574A47
(87,74,71)
#493E3C
(73,62,60)
#3B3231
(59,50,49)
#2D2626
(45,38,38)
#1F1A1B
(31,26,27)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #9D867E

#9D867E
(157,134,126)
#A59189
(165,145,137)
#AD9C94
(173,156,148)
#B5A79F
(181,167,159)
#BDB2AA
(189,178,170)
#C5BDB5
(197,189,181)
#CDC8C0
(205,200,192)
#D5D3CB
(213,211,203)
#DDDED6
(221,222,214)
#E5E9E1
(229,233,225)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D867E; }

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

This text font color is #9D867E.


Background Color

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

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

This div background color is #9D867E.


Border color

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

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

This div border color is #9D867E.


Opacity

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

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

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

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

This text has shadow with #9D867E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D867E on black background.


Color preview on white background

This text has color #9D867E on white background.



Black color preview on #9D867E background

This text has black color on #9D867E background.


White color preview on #9D867E background

This text has white color on #9D867E background.