COLOR #9D8F7E

HEX: #9D8F7E
RGB: (157,143,126)

Color info

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

RGB color model

#9D8F7E color RGB value is (157,143,126).

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

RGB channels and saturation

R 157 of 255 = 62%
G 143 of 255 = 56%
B 126 of 255 = 49%

157
143
126

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

Portions of RGB colors in percentages

R + G + B =
157 + 143 + 126 = 426 (100%)
R 157 of 426 ~ 36.85%
G 143 of 426 ~ 33.57%
B 126 of 426 ~ 29.58%

%36.85
%33.57
%29.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.92%
  • yellow value is 19.75%
  • key color value is 38.43%
CMYK:
(0,9,20,38)
C0M9Y20K38 
(0%,9%,20%,38%)
(0.00/0.09/0.20/0.38)	

CMYK percentages

%0
%8.92
%19.75
%38.43

Codes

Color #9D8F7E in popluar color models

9D8F7E
RGB157143126
HSL33°13.66%55.49%
HSB/HSV33°19.75%61.57%
CMYK0.00%8.92%19.75%
38.43%

Color #9D8F7E in popluar number systems.

HEX9D8F7E
Decimal157143126
Binary10011101100011111111110
Octal235217176

Shades and tints

Shades of #9D8F7E

#9D8F7E
(157,143,126)
#8F8273
(143,130,115)
#817568
(129,117,104)
#73685D
(115,104,93)
#655B52
(101,91,82)
#574E47
(87,78,71)
#49413C
(73,65,60)
#3B3431
(59,52,49)
#2D2726
(45,39,38)
#1F1A1B
(31,26,27)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #9D8F7E

#9D8F7E
(157,143,126)
#A59989
(165,153,137)
#ADA394
(173,163,148)
#B5AD9F
(181,173,159)
#BDB7AA
(189,183,170)
#C5C1B5
(197,193,181)
#CDCBC0
(205,203,192)
#D5D5CB
(213,213,203)
#DDDFD6
(221,223,214)
#E5E9E1
(229,233,225)
#EDF3EC
(237,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8F7E; }

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

This text font color is #9D8F7E.


Background Color

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

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

This div background color is #9D8F7E.


Border color

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

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

This div border color is #9D8F7E.


Opacity

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

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

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

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

This text has shadow with #9D8F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8F7E on black background.


Color preview on white background

This text has color #9D8F7E on white background.



Black color preview on #9D8F7E background

This text has black color on #9D8F7E background.


White color preview on #9D8F7E background

This text has white color on #9D8F7E background.