COLOR #9D987D

HEX: #9D987D
RGB: (157,152,125)

Color info

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

RGB color model

#9D987D color RGB value is (157,152,125).

  • red value is 157;
  • green value is 152;
  • blue value is 125.
RGB:
(157,152,125)
(62%,60%,49%)

RGB channels and saturation

R 157 of 255 = 62%
G 152 of 255 = 60%
B 125 of 255 = 49%

157
152
125

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

Portions of RGB colors in percentages

R + G + B =
157 + 152 + 125 = 434 (100%)
R 157 of 434 ~ 36.18%
G 152 of 434 ~ 35.02%
B 125 of 434 ~ 28.8%

%36.18
%35.02
%28.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.18%
  • yellow value is 20.38%
  • key color value is 38.43%
CMYK:
(0,3,20,38)
C0M3Y20K38 
(0%,3%,20%,38%)
(0.00/0.03/0.20/0.38)	

CMYK percentages

%0
%3.18
%20.38
%38.43

Codes

Color #9D987D in popluar color models

9D987D
RGB157152125
HSL51°14.04%55.29%
HSB/HSV51°20.38%61.57%
CMYK0.00%3.18%20.38%
38.43%

Color #9D987D in popluar number systems.

HEX9D987D
Decimal157152125
Binary10011101100110001111101
Octal235230175

Shades and tints

Shades of #9D987D

#9D987D
(157,152,125)
#8F8B72
(143,139,114)
#817E67
(129,126,103)
#73715C
(115,113,92)
#656451
(101,100,81)
#575746
(87,87,70)
#494A3B
(73,74,59)
#3B3D30
(59,61,48)
#2D3025
(45,48,37)
#1F231A
(31,35,26)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #9D987D

#9D987D
(157,152,125)
#A5A188
(165,161,136)
#ADAA93
(173,170,147)
#B5B39E
(181,179,158)
#BDBCA9
(189,188,169)
#C5C5B4
(197,197,180)
#CDCEBF
(205,206,191)
#D5D7CA
(213,215,202)
#DDE0D5
(221,224,213)
#E5E9E0
(229,233,224)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D987D color. Also use rgb(157,152,125) instead hex code.

Text Font Color

.myTextColor { color: #9D987D; }

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

This text font color is #9D987D.


Background Color

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

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

This div background color is #9D987D.


Border color

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

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

This div border color is #9D987D.


Opacity

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

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

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

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

This text has shadow with #9D987D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D987D on black background.


Color preview on white background

This text has color #9D987D on white background.



Black color preview on #9D987D background

This text has black color on #9D987D background.


White color preview on #9D987D background

This text has white color on #9D987D background.