COLOR #9597B0

HEX: #9597B0 RGB: (149,151,176)

Color info

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

RGB color model

#9597B0 color RGB value is (149,151,176).

RGB: (149,151,176) (58%, 59%, 69%)

RGB channels and saturation

R 149 of 255 = 58%
G 151 of 255 = 59%
B 176 of 255 = 69%

149
151
176

R + G + B ~ 62%. #9597B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 151 + 176 = 476 (100%)
R 149 of 476 ~ 31.3%
G 151 of 476 ~ 31.72%
B 176 of 476 ~ 36.97'%

%31.3
%31.72
%36.97

CMYK color model

#9597B0 color CMYK value is (15,14,0,31).

  • cyan value is 15.34%
  • magenta value is 14.20%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK: (15,14,0,31) C15M14Y0K31 (15%,14%,0%,31%) (0.15/0.14/0.00/0.31) 

CMYK percentages

%15.34
%14.2
%0
%30.98

Codes

Color #9597B0 in popluar color models

95 97 B0
RGB 149 151 176
HSL 236° 14.59% 63.73%
HSB/HSV 236° 15.34% 69.02%
CMYK 15.34% 14.20% 0.00%
30.98%

Color #9597B0 in popluar number systems.

HEX 95 97 B0
Decimal 149 151 176
Binary 10010101 10010111 10110000
Octal 225 227 260

Shades and tints

Shades of #9597B0

#9597B0
(149,151,176)
#888AA0
(136,138,160)
#7B7D90
(123,125,144)
#6E7080
(110,112,128)
#616370
(97,99,112)
#545660
(84,86,96)
#474950
(71,73,80)
#3A3C40
(58,60,64)
#2D2F30
(45,47,48)
#202220
(32,34,32)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #9597B0

#9597B0
(149,151,176)
#9EA0B7
(158,160,183)
#A7A9BE
(167,169,190)
#B0B2C5
(176,178,197)
#B9BBCC
(185,187,204)
#C2C4D3
(194,196,211)
#CBCDDA
(203,205,218)
#D4D6E1
(212,214,225)
#DDDFE8
(221,223,232)
#E6E8EF
(230,232,239)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9597B0; }

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

This text font color is #9597B0.

Background Color

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

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

This div background color is #9597B0.

Border color

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

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

This div border color is #9597B0.

Opacity

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

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

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

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

This text has shadow with #9597B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9597B0.

Preview

Color preview on black background

This text has color #9597B0 on black background.


Color preview on white background

This text has color #9597B0 on white background.


Black color preview on #9597B0 background

This text has black color on #9597B0 background.


White color preview on #9597B0 background

This text has white color on #9597B0 background.


Related colors

Complementary color

Complementary color for #hex is #6A684F.


I love getcolorcode.com

Triadic colors

1 #B09597 and #97B095 with #9597B0 are triadic colors.

2 #B09795 and #9795B0 with #9597B0 are triadic colors.