COLOR #9597BF

HEX: #9597BF
RGB: (149,151,191)

Color info

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

RGB color model

#9597BF color RGB value is (149,151,191).

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

RGB channels and saturation

R 149 of 255 = 58%
G 151 of 255 = 59%
B 191 of 255 = 75%

149
151
191

R + G + B ~ 64%. #9597BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 151 + 191 = 491 (100%)
R 149 of 491 ~ 30.35%
G 151 of 491 ~ 30.75%
B 191 of 491 ~ 38.9%

%30.35
%30.75
%38.9

CMYK color model

#9597BF color CMYK value is (22,21,0,25).

  • cyan value is 21.99%
  • magenta value is 20.94%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(22,21,0,25)
C22M21Y0K25 
(22%,21%,0%,25%)
(0.22/0.21/0.00/0.25)	

CMYK percentages

%21.99
%20.94
%0
%25.1

Codes

Color #9597BF in popluar color models

9597BF
RGB149151191
HSL237°24.71%66.67%
HSB/HSV237°21.99%74.90%
CMYK21.99%20.94%0.00%
25.10%

Color #9597BF in popluar number systems.

HEX9597BF
Decimal149151191
Binary100101011001011110111111
Octal225227277

Shades and tints

Shades of #9597BF

#9597BF
(149,151,191)
#888AAE
(136,138,174)
#7B7D9D
(123,125,157)
#6E708C
(110,112,140)
#61637B
(97,99,123)
#54566A
(84,86,106)
#474959
(71,73,89)
#3A3C48
(58,60,72)
#2D2F37
(45,47,55)
#202226
(32,34,38)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #9597BF

#9597BF
(149,151,191)
#9EA0C4
(158,160,196)
#A7A9C9
(167,169,201)
#B0B2CE
(176,178,206)
#B9BBD3
(185,187,211)
#C2C4D8
(194,196,216)
#CBCDDD
(203,205,221)
#D4D6E2
(212,214,226)
#DDDFE7
(221,223,231)
#E6E8EC
(230,232,236)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9597BF; }

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

This text font color is #9597BF.


Background Color

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

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

This div background color is #9597BF.


Border color

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

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

This div border color is #9597BF.


Opacity

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

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

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

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

This text has shadow with #9597BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9597BF on black background.


Color preview on white background

This text has color #9597BF on white background.



Black color preview on #9597BF background

This text has black color on #9597BF background.


White color preview on #9597BF background

This text has white color on #9597BF background.