COLOR #9D8896

HEX: #9D8896
RGB: (157,136,150)

Color info

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

RGB color model

#9D8896 color RGB value is (157,136,150).

  • red value is 157;
  • green value is 136;
  • blue value is 150.
RGB:
(157,136,150)
(62%,53%,59%)

RGB channels and saturation

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

157
136
150

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

Portions of RGB colors in percentages

R + G + B =
157 + 136 + 150 = 443 (100%)
R 157 of 443 ~ 35.44%
G 136 of 443 ~ 30.7%
B 150 of 443 ~ 33.86%

%35.44
%30.7
%33.86

CMYK color model

#9D8896 color CMYK value is (0,13,4,38).

  • cyan value is 0.00%
  • magenta value is 13.38%
  • yellow value is 4.46%
  • key color value is 38.43%
CMYK:
(0,13,4,38)
C0M13Y4K38 
(0%,13%,4%,38%)
(0.00/0.13/0.04/0.38)	

CMYK percentages

%0
%13.38
%4.46
%38.43

Codes

Color #9D8896 in popluar color models

9D8896
RGB157136150
HSL320°9.68%57.45%
HSB/HSV320°13.38%61.57%
CMYK0.00%13.38%4.46%
38.43%

Color #9D8896 in popluar number systems.

HEX9D8896
Decimal157136150
Binary100111011000100010010110
Octal235210226

Shades and tints

Shades of #9D8896

#9D8896
(157,136,150)
#8F7C89
(143,124,137)
#81707C
(129,112,124)
#73646F
(115,100,111)
#655862
(101,88,98)
#574C55
(87,76,85)
#494048
(73,64,72)
#3B343B
(59,52,59)
#2D282E
(45,40,46)
#1F1C21
(31,28,33)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #9D8896

#9D8896
(157,136,150)
#A5929F
(165,146,159)
#AD9CA8
(173,156,168)
#B5A6B1
(181,166,177)
#BDB0BA
(189,176,186)
#C5BAC3
(197,186,195)
#CDC4CC
(205,196,204)
#D5CED5
(213,206,213)
#DDD8DE
(221,216,222)
#E5E2E7
(229,226,231)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8896; }

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

This text font color is #9D8896.


Background Color

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

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

This div background color is #9D8896.


Border color

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

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

This div border color is #9D8896.


Opacity

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

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

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

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

This text has shadow with #9D8896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8896 on black background.


Color preview on white background

This text has color #9D8896 on white background.



Black color preview on #9D8896 background

This text has black color on #9D8896 background.


White color preview on #9D8896 background

This text has white color on #9D8896 background.