COLOR #9596A6

HEX: #9596A6
RGB: (149,150,166)

Color info

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

RGB color model

#9596A6 color RGB value is (149,150,166).

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

RGB channels and saturation

R 149 of 255 = 58%
G 150 of 255 = 59%
B 166 of 255 = 65%

149
150
166

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

Portions of RGB colors in percentages

R + G + B =
149 + 150 + 166 = 465 (100%)
R 149 of 465 ~ 32.04%
G 150 of 465 ~ 32.26%
B 166 of 465 ~ 35.7%

%32.04
%32.26
%35.7

CMYK color model

#9596A6 color CMYK value is (10,10,0,35).

  • cyan value is 10.24%
  • magenta value is 9.64%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(10,10,0,35)
C10M10Y0K35 
(10%,10%,0%,35%)
(0.10/0.10/0.00/0.35)	

CMYK percentages

%10.24
%9.64
%0
%34.9

Codes

Color #9596A6 in popluar color models

9596A6
RGB149150166
HSL236°8.72%61.76%
HSB/HSV236°10.24%65.10%
CMYK10.24%9.64%0.00%
34.90%

Color #9596A6 in popluar number systems.

HEX9596A6
Decimal149150166
Binary100101011001011010100110
Octal225226246

Shades and tints

Shades of #9596A6

#9596A6
(149,150,166)
#888997
(136,137,151)
#7B7C88
(123,124,136)
#6E6F79
(110,111,121)
#61626A
(97,98,106)
#54555B
(84,85,91)
#47484C
(71,72,76)
#3A3B3D
(58,59,61)
#2D2E2E
(45,46,46)
#20211F
(32,33,31)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #9596A6

#9596A6
(149,150,166)
#9E9FAE
(158,159,174)
#A7A8B6
(167,168,182)
#B0B1BE
(176,177,190)
#B9BAC6
(185,186,198)
#C2C3CE
(194,195,206)
#CBCCD6
(203,204,214)
#D4D5DE
(212,213,222)
#DDDEE6
(221,222,230)
#E6E7EE
(230,231,238)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9596A6; }

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

This text font color is #9596A6.


Background Color

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

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

This div background color is #9596A6.


Border color

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

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

This div border color is #9596A6.


Opacity

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

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

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

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

This text has shadow with #9596A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9596A6 on black background.


Color preview on white background

This text has color #9596A6 on white background.



Black color preview on #9596A6 background

This text has black color on #9596A6 background.


White color preview on #9596A6 background

This text has white color on #9596A6 background.