COLOR #9596AA

HEX: #9596AA RGB: (149,150,170)

Color info

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

RGB color model

#9596AA color RGB value is (149,150,170).

RGB: (149,150,170) (58%, 59%, 67%)

RGB channels and saturation

R 149 of 255 = 58%
G 150 of 255 = 59%
B 170 of 255 = 67%

149
150
170

R + G + B ~ 61%. #9596AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 150 + 170 = 469 (100%)
R 149 of 469 ~ 31.77%
G 150 of 469 ~ 31.98%
B 170 of 469 ~ 36.25'%

%31.77
%31.98
%36.25

CMYK color model

#9596AA color CMYK value is (12,12,0,33).

  • cyan value is 12.35%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (12,12,0,33) C12M12Y0K33 (12%,12%,0%,33%) (0.12/0.12/0.00/0.33) 

CMYK percentages

%12.35
%11.76
%0
%33.33

Codes

Color #9596AA in popluar color models

95 96 AA
RGB 149 150 170
HSL 237° 10.99% 62.55%
HSB/HSV 237° 12.35% 66.67%
CMYK 12.35% 11.76% 0.00%
33.33%

Color #9596AA in popluar number systems.

HEX 95 96 AA
Decimal 149 150 170
Binary 10010101 10010110 10101010
Octal 225 226 252

Shades and tints

Shades of #9596AA

#9596AA
(149,150,170)
#88899B
(136,137,155)
#7B7C8C
(123,124,140)
#6E6F7D
(110,111,125)
#61626E
(97,98,110)
#54555F
(84,85,95)
#474850
(71,72,80)
#3A3B41
(58,59,65)
#2D2E32
(45,46,50)
#202123
(32,33,35)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #9596AA

#9596AA
(149,150,170)
#9E9FB1
(158,159,177)
#A7A8B8
(167,168,184)
#B0B1BF
(176,177,191)
#B9BAC6
(185,186,198)
#C2C3CD
(194,195,205)
#CBCCD4
(203,204,212)
#D4D5DB
(212,213,219)
#DDDEE2
(221,222,226)
#E6E7E9
(230,231,233)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9596AA color. Also use rgb(149,150,170) instead hex code.

Text Font Color

.myTextColor { color: #9596AA; }

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

This text font color is #9596AA.

Background Color

.myBgColor { background-color: #9596AA; }

<div style="background-color:#9596AA">Inner text</div>

This div background color is #9596AA.

Border color

.myBorderColor { border: 1px solid #9596AA; }

<div style="border:3px solid #9596AA">Div</div>

This div border color is #9596AA.

Opacity

.myOpacity80 { color: #9596AA; opacity: 0.8; }

<p style="color:#9596AA;opacity:0.8;">80%</p>

Text with #9596AA 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 #9596AA;}

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

This text has shadow with #9596AA color.


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

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

This text has shadow with #9596AA primary color and red secondary color.


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

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

This text has shadow with #9596AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9596AA.

Preview

Color preview on black background

This text has color #9596AA on black background.


Color preview on white background

This text has color #9596AA on white background.


Black color preview on #9596AA background

This text has black color on #9596AA background.


White color preview on #9596AA background

This text has white color on #9596AA background.


Related colors

Complementary color

Complementary color for #hex is #6A6955.


I love getcolorcode.com

Triadic colors

1 #AA9596 and #96AA95 with #9596AA are triadic colors.

2 #AA9695 and #9695AA with #9596AA are triadic colors.