COLOR #9D9187

HEX: #9D9187
RGB: (157,145,135)

Color info

#9D9187 contains red, green and blue colors in about the same proportion. Web safe color of #9D9187 is #999999 (or #999).

RGB color model

#9D9187 color RGB value is (157,145,135).

  • red value is 157;
  • green value is 145;
  • blue value is 135.
RGB:
(157,145,135)
(62%,57%,53%)

RGB channels and saturation

R 157 of 255 = 62%
G 145 of 255 = 57%
B 135 of 255 = 53%

157
145
135

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

Portions of RGB colors in percentages

R + G + B =
157 + 145 + 135 = 437 (100%)
R 157 of 437 ~ 35.93%
G 145 of 437 ~ 33.18%
B 135 of 437 ~ 30.89%

%35.93
%33.18
%30.89

CMYK color model

#9D9187 color CMYK value is (0,8,14,38).

  • cyan value is 0.00%
  • magenta value is 7.64%
  • yellow value is 14.01%
  • key color value is 38.43%
CMYK:
(0,8,14,38)
C0M8Y14K38 
(0%,8%,14%,38%)
(0.00/0.08/0.14/0.38)	

CMYK percentages

%0
%7.64
%14.01
%38.43

Codes

Color #9D9187 in popluar color models

9D9187
RGB157145135
HSL27°10.09%57.25%
HSB/HSV27°14.01%61.57%
CMYK0.00%7.64%14.01%
38.43%

Color #9D9187 in popluar number systems.

HEX9D9187
Decimal157145135
Binary100111011001000110000111
Octal235221207

Shades and tints

Shades of #9D9187

#9D9187
(157,145,135)
#8F847B
(143,132,123)
#81776F
(129,119,111)
#736A63
(115,106,99)
#655D57
(101,93,87)
#57504B
(87,80,75)
#49433F
(73,67,63)
#3B3633
(59,54,51)
#2D2927
(45,41,39)
#1F1C1B
(31,28,27)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #9D9187

#9D9187
(157,145,135)
#A59B91
(165,155,145)
#ADA59B
(173,165,155)
#B5AFA5
(181,175,165)
#BDB9AF
(189,185,175)
#C5C3B9
(197,195,185)
#CDCDC3
(205,205,195)
#D5D7CD
(213,215,205)
#DDE1D7
(221,225,215)
#E5EBE1
(229,235,225)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D9187 color. Also use rgb(157,145,135) instead hex code.

Text Font Color

.myTextColor { color: #9D9187; }

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

This text font color is #9D9187.


Background Color

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

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

This div background color is #9D9187.


Border color

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

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

This div border color is #9D9187.


Opacity

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

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

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

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

This text has shadow with #9D9187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9187 on black background.


Color preview on white background

This text has color #9D9187 on white background.



Black color preview on #9D9187 background

This text has black color on #9D9187 background.


White color preview on #9D9187 background

This text has white color on #9D9187 background.