COLOR #9597AC

HEX: #9597AC
RGB: (149,151,172)

Color info

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

RGB color model

#9597AC color RGB value is (149,151,172).

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

RGB channels and saturation

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

149
151
172

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

Portions of RGB colors in percentages

R + G + B =
149 + 151 + 172 = 472 (100%)
R 149 of 472 ~ 31.57%
G 151 of 472 ~ 31.99%
B 172 of 472 ~ 36.44%

%31.57
%31.99
%36.44

CMYK color model

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

  • cyan value is 13.37%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(13,12,0,33)
C13M12Y0K33 
(13%,12%,0%,33%)
(0.13/0.12/0.00/0.33)	

CMYK percentages

%13.37
%12.21
%0
%32.55

Codes

Color #9597AC in popluar color models

9597AC
RGB149151172
HSL235°12.17%62.94%
HSB/HSV235°13.37%67.45%
CMYK13.37%12.21%0.00%
32.55%

Color #9597AC in popluar number systems.

HEX9597AC
Decimal149151172
Binary100101011001011110101100
Octal225227254

Shades and tints

Shades of #9597AC

#9597AC
(149,151,172)
#888A9D
(136,138,157)
#7B7D8E
(123,125,142)
#6E707F
(110,112,127)
#616370
(97,99,112)
#545661
(84,86,97)
#474952
(71,73,82)
#3A3C43
(58,60,67)
#2D2F34
(45,47,52)
#202225
(32,34,37)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #9597AC

#9597AC
(149,151,172)
#9EA0B3
(158,160,179)
#A7A9BA
(167,169,186)
#B0B2C1
(176,178,193)
#B9BBC8
(185,187,200)
#C2C4CF
(194,196,207)
#CBCDD6
(203,205,214)
#D4D6DD
(212,214,221)
#DDDFE4
(221,223,228)
#E6E8EB
(230,232,235)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9597AC; }

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

This text font color is #9597AC.


Background Color

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

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

This div background color is #9597AC.


Border color

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

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

This div border color is #9597AC.


Opacity

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

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

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

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

This text has shadow with #9597AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9597AC on black background.


Color preview on white background

This text has color #9597AC on white background.



Black color preview on #9597AC background

This text has black color on #9597AC background.


White color preview on #9597AC background

This text has white color on #9597AC background.