COLOR #9599BB

HEX: #9599BB
RGB: (149,153,187)

Color info

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

RGB color model

#9599BB color RGB value is (149,153,187).

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

RGB channels and saturation

R 149 of 255 = 58%
G 153 of 255 = 60%
B 187 of 255 = 73%

149
153
187

R + G + B ~ 64%. #9599BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 153 + 187 = 489 (100%)
R 149 of 489 ~ 30.47%
G 153 of 489 ~ 31.29%
B 187 of 489 ~ 38.24%

%30.47
%31.29
%38.24

CMYK color model

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

  • cyan value is 20.32%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(20,18,0,27)
C20M18Y0K27 
(20%,18%,0%,27%)
(0.20/0.18/0.00/0.27)	

CMYK percentages

%20.32
%18.18
%0
%26.67

Codes

Color #9599BB in popluar color models

9599BB
RGB149153187
HSL234°21.84%65.88%
HSB/HSV234°20.32%73.33%
CMYK20.32%18.18%0.00%
26.67%

Color #9599BB in popluar number systems.

HEX9599BB
Decimal149153187
Binary100101011001100110111011
Octal225231273

Shades and tints

Shades of #9599BB

#9599BB
(149,153,187)
#888CAA
(136,140,170)
#7B7F99
(123,127,153)
#6E7288
(110,114,136)
#616577
(97,101,119)
#545866
(84,88,102)
#474B55
(71,75,85)
#3A3E44
(58,62,68)
#2D3133
(45,49,51)
#202422
(32,36,34)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #9599BB

#9599BB
(149,153,187)
#9EA2C1
(158,162,193)
#A7ABC7
(167,171,199)
#B0B4CD
(176,180,205)
#B9BDD3
(185,189,211)
#C2C6D9
(194,198,217)
#CBCFDF
(203,207,223)
#D4D8E5
(212,216,229)
#DDE1EB
(221,225,235)
#E6EAF1
(230,234,241)
#EFF3F7
(239,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9599BB; }

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

This text font color is #9599BB.


Background Color

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

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

This div background color is #9599BB.


Border color

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

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

This div border color is #9599BB.


Opacity

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

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

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

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

This text has shadow with #9599BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9599BB on black background.


Color preview on white background

This text has color #9599BB on white background.



Black color preview on #9599BB background

This text has black color on #9599BB background.


White color preview on #9599BB background

This text has white color on #9599BB background.