COLOR #9596AC

HEX: #9596AC
RGB: (149,150,172)

Color info

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

RGB color model

#9596AC color RGB value is (149,150,172).

  • red value is 149;
  • green value is 150;
  • blue value is 172.
RGB:
(149,150,172)
(58%,59%,67%)

RGB channels and saturation

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

149
150
172

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

Portions of RGB colors in percentages

R + G + B =
149 + 150 + 172 = 471 (100%)
R 149 of 471 ~ 31.63%
G 150 of 471 ~ 31.85%
B 172 of 471 ~ 36.52%

%31.63
%31.85
%36.52

CMYK color model

#9596AC color CMYK value is (13,13,0,33).

  • cyan value is 13.37%
  • magenta value is 12.79%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(13,13,0,33)
C13M13Y0K33 
(13%,13%,0%,33%)
(0.13/0.13/0.00/0.33)	

CMYK percentages

%13.37
%12.79
%0
%32.55

Codes

Color #9596AC in popluar color models

9596AC
RGB149150172
HSL237°12.17%62.94%
HSB/HSV237°13.37%67.45%
CMYK13.37%12.79%0.00%
32.55%

Color #9596AC in popluar number systems.

HEX9596AC
Decimal149150172
Binary100101011001011010101100
Octal225226254

Shades and tints

Shades of #9596AC

#9596AC
(149,150,172)
#88899D
(136,137,157)
#7B7C8E
(123,124,142)
#6E6F7F
(110,111,127)
#616270
(97,98,112)
#545561
(84,85,97)
#474852
(71,72,82)
#3A3B43
(58,59,67)
#2D2E34
(45,46,52)
#202125
(32,33,37)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #9596AC

#9596AC
(149,150,172)
#9E9FB3
(158,159,179)
#A7A8BA
(167,168,186)
#B0B1C1
(176,177,193)
#B9BAC8
(185,186,200)
#C2C3CF
(194,195,207)
#CBCCD6
(203,204,214)
#D4D5DD
(212,213,221)
#DDDEE4
(221,222,228)
#E6E7EB
(230,231,235)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9596AC; }

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

This text font color is #9596AC.


Background Color

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

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

This div background color is #9596AC.


Border color

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

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

This div border color is #9596AC.


Opacity

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

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

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

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

This text has shadow with #9596AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9596AC on black background.


Color preview on white background

This text has color #9596AC on white background.



Black color preview on #9596AC background

This text has black color on #9596AC background.


White color preview on #9596AC background

This text has white color on #9596AC background.