COLOR #9597BB

HEX: #9597BB
RGB: (149,151,187)

Color info

#9597BB contains red, green and blue colors in about the same proportion. Web safe color of #9597BB is #9999CC (or #99C).

RGB color model

#9597BB color RGB value is (149,151,187).

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

RGB channels and saturation

R 149 of 255 = 58%
G 151 of 255 = 59%
B 187 of 255 = 73%

149
151
187

R + G + B ~ 63%. #9597BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 151 + 187 = 487 (100%)
R 149 of 487 ~ 30.6%
G 151 of 487 ~ 31.01%
B 187 of 487 ~ 38.4%

%30.6
%31.01
%38.4

CMYK color model

#9597BB color CMYK value is (20,19,0,27).

  • cyan value is 20.32%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(20,19,0,27)
C20M19Y0K27 
(20%,19%,0%,27%)
(0.20/0.19/0.00/0.27)	

CMYK percentages

%20.32
%19.25
%0
%26.67

Codes

Color #9597BB in popluar color models

9597BB
RGB149151187
HSL237°21.84%65.88%
HSB/HSV237°20.32%73.33%
CMYK20.32%19.25%0.00%
26.67%

Color #9597BB in popluar number systems.

HEX9597BB
Decimal149151187
Binary100101011001011110111011
Octal225227273

Shades and tints

Shades of #9597BB

#9597BB
(149,151,187)
#888AAA
(136,138,170)
#7B7D99
(123,125,153)
#6E7088
(110,112,136)
#616377
(97,99,119)
#545666
(84,86,102)
#474955
(71,73,85)
#3A3C44
(58,60,68)
#2D2F33
(45,47,51)
#202222
(32,34,34)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #9597BB

#9597BB
(149,151,187)
#9EA0C1
(158,160,193)
#A7A9C7
(167,169,199)
#B0B2CD
(176,178,205)
#B9BBD3
(185,187,211)
#C2C4D9
(194,196,217)
#CBCDDF
(203,205,223)
#D4D6E5
(212,214,229)
#DDDFEB
(221,223,235)
#E6E8F1
(230,232,241)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9597BB; }

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

This text font color is #9597BB.


Background Color

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

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

This div background color is #9597BB.


Border color

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

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

This div border color is #9597BB.


Opacity

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

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

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

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

This text has shadow with #9597BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9597BB on black background.


Color preview on white background

This text has color #9597BB on white background.



Black color preview on #9597BB background

This text has black color on #9597BB background.


White color preview on #9597BB background

This text has white color on #9597BB background.