COLOR #9596BB

HEX: #9596BB
RGB: (149,150,187)

Color info

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

RGB color model

#9596BB color RGB value is (149,150,187).

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

RGB channels and saturation

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

149
150
187

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

Portions of RGB colors in percentages

R + G + B =
149 + 150 + 187 = 486 (100%)
R 149 of 486 ~ 30.66%
G 150 of 486 ~ 30.86%
B 187 of 486 ~ 38.48%

%30.66
%30.86
%38.48

CMYK color model

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

  • cyan value is 20.32%
  • magenta value is 19.79%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(20,20,0,27)
C20M20Y0K27 
(20%,20%,0%,27%)
(0.20/0.20/0.00/0.27)	

CMYK percentages

%20.32
%19.79
%0
%26.67

Codes

Color #9596BB in popluar color models

9596BB
RGB149150187
HSL238°21.84%65.88%
HSB/HSV238°20.32%73.33%
CMYK20.32%19.79%0.00%
26.67%

Color #9596BB in popluar number systems.

HEX9596BB
Decimal149150187
Binary100101011001011010111011
Octal225226273

Shades and tints

Shades of #9596BB

#9596BB
(149,150,187)
#8889AA
(136,137,170)
#7B7C99
(123,124,153)
#6E6F88
(110,111,136)
#616277
(97,98,119)
#545566
(84,85,102)
#474855
(71,72,85)
#3A3B44
(58,59,68)
#2D2E33
(45,46,51)
#202122
(32,33,34)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #9596BB

#9596BB
(149,150,187)
#9E9FC1
(158,159,193)
#A7A8C7
(167,168,199)
#B0B1CD
(176,177,205)
#B9BAD3
(185,186,211)
#C2C3D9
(194,195,217)
#CBCCDF
(203,204,223)
#D4D5E5
(212,213,229)
#DDDEEB
(221,222,235)
#E6E7F1
(230,231,241)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9596BB; }

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

This text font color is #9596BB.


Background Color

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

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

This div background color is #9596BB.


Border color

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

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

This div border color is #9596BB.


Opacity

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

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

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

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

This text has shadow with #9596BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9596BB on black background.


Color preview on white background

This text has color #9596BB on white background.



Black color preview on #9596BB background

This text has black color on #9596BB background.


White color preview on #9596BB background

This text has white color on #9596BB background.