COLOR #9597CA

HEX: #9597CA RGB: (149,151,202)

Color info

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

RGB color model

#9597CA color RGB value is (149,151,202).

RGB: (149,151,202) (58%, 59%, 79%)

RGB channels and saturation

R 149 of 255 = 58%
G 151 of 255 = 59%
B 202 of 255 = 79%

149
151
202

R + G + B ~ 65%. #9597CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 151 + 202 = 502 (100%)
R 149 of 502 ~ 29.68%
G 151 of 502 ~ 30.08%
B 202 of 502 ~ 40.24'%

%29.68
%30.08
%40.24

CMYK color model

#9597CA color CMYK value is (26,25,0,21).

  • cyan value is 26.24%
  • magenta value is 25.25%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (26,25,0,21) C26M25Y0K21 (26%,25%,0%,21%) (0.26/0.25/0.00/0.21) 

CMYK percentages

%26.24
%25.25
%0
%20.78

Codes

Color #9597CA in popluar color models

95 97 CA
RGB 149 151 202
HSL 238° 33.33% 68.82%
HSB/HSV 238° 26.24% 79.22%
CMYK 26.24% 25.25% 0.00%
20.78%

Color #9597CA in popluar number systems.

HEX 95 97 CA
Decimal 149 151 202
Binary 10010101 10010111 11001010
Octal 225 227 312

Shades and tints

Shades of #9597CA

#9597CA
(149,151,202)
#888AB8
(136,138,184)
#7B7DA6
(123,125,166)
#6E7094
(110,112,148)
#616382
(97,99,130)
#545670
(84,86,112)
#47495E
(71,73,94)
#3A3C4C
(58,60,76)
#2D2F3A
(45,47,58)
#202228
(32,34,40)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #9597CA

#9597CA
(149,151,202)
#9EA0CE
(158,160,206)
#A7A9D2
(167,169,210)
#B0B2D6
(176,178,214)
#B9BBDA
(185,187,218)
#C2C4DE
(194,196,222)
#CBCDE2
(203,205,226)
#D4D6E6
(212,214,230)
#DDDFEA
(221,223,234)
#E6E8EE
(230,232,238)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9597CA; }

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

This text font color is #9597CA.

Background Color

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

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

This div background color is #9597CA.

Border color

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

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

This div border color is #9597CA.

Opacity

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

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

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

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

This text has shadow with #9597CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9597CA.

Preview

Color preview on black background

This text has color #9597CA on black background.


Color preview on white background

This text has color #9597CA on white background.


Black color preview on #9597CA background

This text has black color on #9597CA background.


White color preview on #9597CA background

This text has white color on #9597CA background.


Related colors

Complementary color

Complementary color for #hex is #6A6835.


I love getcolorcode.com

Triadic colors

1 #CA9597 and #97CA95 with #9597CA are triadic colors.

2 #CA9795 and #9795CA with #9597CA are triadic colors.