COLOR #9D9586

HEX: #9D9586
RGB: (157,149,134)

Color info

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

RGB color model

#9D9586 color RGB value is (157,149,134).

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

RGB channels and saturation

R 157 of 255 = 62%
G 149 of 255 = 58%
B 134 of 255 = 53%

157
149
134

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

Portions of RGB colors in percentages

R + G + B =
157 + 149 + 134 = 440 (100%)
R 157 of 440 ~ 35.68%
G 149 of 440 ~ 33.86%
B 134 of 440 ~ 30.45%

%35.68
%33.86
%30.45

CMYK color model

#9D9586 color CMYK value is (0,5,15,38).

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 14.65%
  • key color value is 38.43%
CMYK:
(0,5,15,38)
C0M5Y15K38 
(0%,5%,15%,38%)
(0.00/0.05/0.15/0.38)	

CMYK percentages

%0
%5.1
%14.65
%38.43

Codes

Color #9D9586 in popluar color models

9D9586
RGB157149134
HSL39°10.50%57.06%
HSB/HSV39°14.65%61.57%
CMYK0.00%5.10%14.65%
38.43%

Color #9D9586 in popluar number systems.

HEX9D9586
Decimal157149134
Binary100111011001010110000110
Octal235225206

Shades and tints

Shades of #9D9586

#9D9586
(157,149,134)
#8F887A
(143,136,122)
#817B6E
(129,123,110)
#736E62
(115,110,98)
#656156
(101,97,86)
#57544A
(87,84,74)
#49473E
(73,71,62)
#3B3A32
(59,58,50)
#2D2D26
(45,45,38)
#1F201A
(31,32,26)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #9D9586

#9D9586
(157,149,134)
#A59E91
(165,158,145)
#ADA79C
(173,167,156)
#B5B0A7
(181,176,167)
#BDB9B2
(189,185,178)
#C5C2BD
(197,194,189)
#CDCBC8
(205,203,200)
#D5D4D3
(213,212,211)
#DDDDDE
(221,221,222)
#E5E6E9
(229,230,233)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9586; }

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

This text font color is #9D9586.


Background Color

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

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

This div background color is #9D9586.


Border color

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

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

This div border color is #9D9586.


Opacity

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

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

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

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

This text has shadow with #9D9586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9586 on black background.


Color preview on white background

This text has color #9D9586 on white background.



Black color preview on #9D9586 background

This text has black color on #9D9586 background.


White color preview on #9D9586 background

This text has white color on #9D9586 background.