COLOR #9D9686

HEX: #9D9686 RGB: (157,150,134)

Color info

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

RGB color model

#9D9686 color RGB value is (157,150,134).

RGB: (157,150,134) (62%, 59%, 53%)

RGB channels and saturation

R 157 of 255 = 62%
G 150 of 255 = 59%
B 134 of 255 = 53%

157
150
134

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

Portions of RGB colors in percentages

R + G + B = 157 + 150 + 134 = 441 (100%)
R 157 of 441 ~ 35.6%
G 150 of 441 ~ 34.01%
B 134 of 441 ~ 30.39'%

%35.6
%34.01
%30.39

CMYK color model

#9D9686 color CMYK value is (0,4,15,38).

  • cyan value is 0.00%
  • magenta value is 4.46%
  • yellow value is 14.65%
  • key color value is 38.43%

CMYK: (0,4,15,38)
C0M4Y15K38 (0%, 4%, 15%, 38%)
(0.00 / 0.04 / 0.15 / 0.38)

CMYK percentages

%0
%4.46
%14.65
%38.43

Codes

Color #9D9686 in popluar color models

9D 96 86
RGB 157 150 134
HSL 42° 10.50% 57.06%
HSB/HSV 42° 14.65% 61.57%
CMYK 0.00% 4.46% 14.65%
38.43%

Color #9D9686 in popluar number systems.

HEX 9D 96 86
Decimal 157 150 134
Binary 10011101 10010110 10000110
Octal 235 226 206

Shades and tints

Shades of #9D9686

#9D9686
(157,150,134)
#8F897A
(143,137,122)
#817C6E
(129,124,110)
#736F62
(115,111,98)
#656256
(101,98,86)
#57554A
(87,85,74)
#49483E
(73,72,62)
#3B3B32
(59,59,50)
#2D2E26
(45,46,38)
#1F211A
(31,33,26)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #9D9686

#9D9686
(157,150,134)
#A59F91
(165,159,145)
#ADA89C
(173,168,156)
#B5B1A7
(181,177,167)
#BDBAB2
(189,186,178)
#C5C3BD
(197,195,189)
#CDCCC8
(205,204,200)
#D5D5D3
(213,213,211)
#DDDEDE
(221,222,222)
#E5E7E9
(229,231,233)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9686; }

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

This text font color is #9D9686.

Background Color

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

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

This div background color is #9D9686.

Border color

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

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

This div border color is #9D9686.

Opacity

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

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

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

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

This text has shadow with #9D9686 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D9686.

Preview

Color preview on black background

This text has color #9D9686 on black background.


Color preview on white background

This text has color #9D9686 on white background.


Black color preview on #9D9686 background

This text has black color on #9D9686 background.


White color preview on #9D9686 background

This text has white color on #9D9686 background.


Related colors

Complementary color

Complementary color for #hex is #626979.


I love getcolorcode.com

Triadic colors

1 #869D96 and #96869D with #9D9686 are triadic colors.

2 #86969D and #969D86 with #9D9686 are triadic colors.