COLOR #9596BA

HEX: #9596BA RGB: (149,150,186)

Color info

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

RGB color model

#9596BA color RGB value is (149,150,186).

RGB: (149,150,186) (58%, 59%, 73%)

RGB channels and saturation

R 149 of 255 = 58%
G 150 of 255 = 59%
B 186 of 255 = 73%

149
150
186

R + G + B ~ 63%. #9596BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 150 + 186 = 485 (100%)
R 149 of 485 ~ 30.72%
G 150 of 485 ~ 30.93%
B 186 of 485 ~ 38.35'%

%30.72
%30.93
%38.35

CMYK color model

#9596BA color CMYK value is (20,19,0,27).

  • cyan value is 19.89%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (20,19,0,27)
C20M19Y0K27 (20%, 19%, 0%, 27%)
(0.20 / 0.19 / 0.00 / 0.27)

CMYK percentages

%19.89
%19.35
%0
%27.06

Codes

Color #9596BA in popluar color models

95 96 BA
RGB 149 150 186
HSL 238° 21.14% 65.69%
HSB/HSV 238° 19.89% 72.94%
CMYK 19.89% 19.35% 0.00%
27.06%

Color #9596BA in popluar number systems.

HEX 95 96 BA
Decimal 149 150 186
Binary 10010101 10010110 10111010
Octal 225 226 272

Shades and tints

Shades of #9596BA

#9596BA
(149,150,186)
#8889AA
(136,137,170)
#7B7C9A
(123,124,154)
#6E6F8A
(110,111,138)
#61627A
(97,98,122)
#54556A
(84,85,106)
#47485A
(71,72,90)
#3A3B4A
(58,59,74)
#2D2E3A
(45,46,58)
#20212A
(32,33,42)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #9596BA

#9596BA
(149,150,186)
#9E9FC0
(158,159,192)
#A7A8C6
(167,168,198)
#B0B1CC
(176,177,204)
#B9BAD2
(185,186,210)
#C2C3D8
(194,195,216)
#CBCCDE
(203,204,222)
#D4D5E4
(212,213,228)
#DDDEEA
(221,222,234)
#E6E7F0
(230,231,240)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9596BA color. Also use rgb(149,150,186) instead hex code.

Text Font Color

.myTextColor { color: #9596BA; }

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

This text font color is #9596BA.

Background Color

.myBgColor { background-color: #9596BA; }

<div style="background-color:#9596BA">Inner text</div>

This div background color is #9596BA.

Border color

.myBorderColor { border: 1px solid #9596BA; }

<div style="border:3px solid #9596BA">Div</div>

This div border color is #9596BA.

Opacity

.myOpacity80 { color: #9596BA; opacity: 0.8; }

<p style="color:#9596BA;opacity:0.8;">80%</p>

Text with #9596BA 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 #9596BA;}

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

This text has shadow with #9596BA color.


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

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

This text has shadow with #9596BA primary color and red secondary color.


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

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

This text has shadow with #9596BA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9596BA.

Preview

Color preview on black background

This text has color #9596BA on black background.


Color preview on white background

This text has color #9596BA on white background.


Black color preview on #9596BA background

This text has black color on #9596BA background.


White color preview on #9596BA background

This text has white color on #9596BA background.


Related colors

Complementary color

Complementary color for #hex is #6A6945.


I love getcolorcode.com

Triadic colors

1 #BA9596 and #96BA95 with #9596BA are triadic colors.

2 #BA9695 and #9695BA with #9596BA are triadic colors.