COLOR #9D96AA

HEX: #9D96AA RGB: (157,150,170)

Color info

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

RGB color model

#9D96AA color RGB value is (157,150,170).

RGB: (157,150,170) (62%, 59%, 67%)

RGB channels and saturation

R 157 of 255 = 62%
G 150 of 255 = 59%
B 170 of 255 = 67%

157
150
170

R + G + B ~ 63%. #9D96AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 150 + 170 = 477 (100%)
R 157 of 477 ~ 32.91%
G 150 of 477 ~ 31.45%
B 170 of 477 ~ 35.64'%

%32.91
%31.45
%35.64

CMYK color model

#9D96AA color CMYK value is (8,12,0,33).

  • cyan value is 7.65%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (8,12,0,33) C8M12Y0K33 (8%,12%,0%,33%) (0.08/0.12/0.00/0.33) 

CMYK percentages

%7.65
%11.76
%0
%33.33

Codes

Color #9D96AA in popluar color models

9D 96 AA
RGB 157 150 170
HSL 261° 10.53% 62.75%
HSB/HSV 261° 11.76% 66.67%
CMYK 7.65% 11.76% 0.00%
33.33%

Color #9D96AA in popluar number systems.

HEX 9D 96 AA
Decimal 157 150 170
Binary 10011101 10010110 10101010
Octal 235 226 252

Shades and tints

Shades of #9D96AA

#9D96AA
(157,150,170)
#8F899B
(143,137,155)
#817C8C
(129,124,140)
#736F7D
(115,111,125)
#65626E
(101,98,110)
#57555F
(87,85,95)
#494850
(73,72,80)
#3B3B41
(59,59,65)
#2D2E32
(45,46,50)
#1F2123
(31,33,35)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #9D96AA

#9D96AA
(157,150,170)
#A59FB1
(165,159,177)
#ADA8B8
(173,168,184)
#B5B1BF
(181,177,191)
#BDBAC6
(189,186,198)
#C5C3CD
(197,195,205)
#CDCCD4
(205,204,212)
#D5D5DB
(213,213,219)
#DDDEE2
(221,222,226)
#E5E7E9
(229,231,233)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D96AA; }

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

This text font color is #9D96AA.

Background Color

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

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

This div background color is #9D96AA.

Border color

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

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

This div border color is #9D96AA.

Opacity

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

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

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

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

This text has shadow with #9D96AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D96AA.

Preview

Color preview on black background

This text has color #9D96AA on black background.


Color preview on white background

This text has color #9D96AA on white background.


Black color preview on #9D96AA background

This text has black color on #9D96AA background.


White color preview on #9D96AA background

This text has white color on #9D96AA background.


Related colors

Complementary color

Complementary color for #hex is #626955.


I love getcolorcode.com

Triadic colors

1 #AA9D96 and #96AA9D with #9D96AA are triadic colors.

2 #AA969D and #969DAA with #9D96AA are triadic colors.