COLOR #9D8096

HEX: #9D8096 RGB: (157,128,150)

Color info

#9D8096 contains red, green and blue colors in about the same proportion. Web safe color of #9D8096 is #996699 (or #969).

RGB color model

#9D8096 color RGB value is (157,128,150).

RGB: (157,128,150) (62%, 50%, 59%)

RGB channels and saturation

R 157 of 255 = 62%
G 128 of 255 = 50%
B 150 of 255 = 59%

157
128
150

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

Portions of RGB colors in percentages

R + G + B = 157 + 128 + 150 = 435 (100%)
R 157 of 435 ~ 36.09%
G 128 of 435 ~ 29.43%
B 150 of 435 ~ 34.48'%

%36.09
%29.43
%34.48

CMYK color model

#9D8096 color CMYK value is (0,18,4,38).

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

CMYK: (0,18,4,38)
C0M18Y4K38 (0%, 18%, 4%, 38%)
(0.00 / 0.18 / 0.04 / 0.38)

CMYK percentages

%0
%18.47
%4.46
%38.43

Codes

Color #9D8096 in popluar color models

9D 80 96
RGB 157 128 150
HSL 314° 12.89% 55.88%
HSB/HSV 314° 18.47% 61.57%
CMYK 0.00% 18.47% 4.46%
38.43%

Color #9D8096 in popluar number systems.

HEX 9D 80 96
Decimal 157 128 150
Binary 10011101 10000000 10010110
Octal 235 200 226

Shades and tints

Shades of #9D8096

#9D8096
(157,128,150)
#8F7589
(143,117,137)
#816A7C
(129,106,124)
#735F6F
(115,95,111)
#655462
(101,84,98)
#574955
(87,73,85)
#493E48
(73,62,72)
#3B333B
(59,51,59)
#2D282E
(45,40,46)
#1F1D21
(31,29,33)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #9D8096

#9D8096
(157,128,150)
#A58B9F
(165,139,159)
#AD96A8
(173,150,168)
#B5A1B1
(181,161,177)
#BDACBA
(189,172,186)
#C5B7C3
(197,183,195)
#CDC2CC
(205,194,204)
#D5CDD5
(213,205,213)
#DDD8DE
(221,216,222)
#E5E3E7
(229,227,231)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8096; }

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

This text font color is #9D8096.

Background Color

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

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

This div background color is #9D8096.

Border color

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

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

This div border color is #9D8096.

Opacity

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

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

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

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

This text has shadow with #9D8096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D8096.

Preview

Color preview on black background

This text has color #9D8096 on black background.


Color preview on white background

This text has color #9D8096 on white background.


Black color preview on #9D8096 background

This text has black color on #9D8096 background.


White color preview on #9D8096 background

This text has white color on #9D8096 background.


Related colors

Complementary color

Complementary color for #hex is #627F69.


I love getcolorcode.com

Triadic colors

1 #969D80 and #80969D with #9D8096 are triadic colors.

2 #96809D and #809D96 with #9D8096 are triadic colors.