COLOR #9599D8

HEX: #9599D8
RGB: (149,153,216)

Color info

#9599D8 contains mainly blue color. Web safe color of #9599D8 is #9999CC (or #99C).

RGB color model

#9599D8 color RGB value is (149,153,216).

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

RGB channels and saturation

R 149 of 255 = 58%
G 153 of 255 = 60%
B 216 of 255 = 85%

149
153
216

R + G + B ~ 68%. #9599D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 153 + 216 = 518 (100%)
R 149 of 518 ~ 28.76%
G 153 of 518 ~ 29.54%
B 216 of 518 ~ 41.7%

%28.76
%29.54
%41.7

CMYK color model

#9599D8 color CMYK value is (31,29,0,15).

  • cyan value is 31.02%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(31,29,0,15)
C31M29Y0K15 
(31%,29%,0%,15%)
(0.31/0.29/0.00/0.15)	

CMYK percentages

%31.02
%29.17
%0
%15.29

Codes

Color #9599D8 in popluar color models

9599D8
RGB149153216
HSL236°46.21%71.57%
HSB/HSV236°31.02%84.71%
CMYK31.02%29.17%0.00%
15.29%

Color #9599D8 in popluar number systems.

HEX9599D8
Decimal149153216
Binary100101011001100111011000
Octal225231330

Shades and tints

Shades of #9599D8

#9599D8
(149,153,216)
#888CC5
(136,140,197)
#7B7FB2
(123,127,178)
#6E729F
(110,114,159)
#61658C
(97,101,140)
#545879
(84,88,121)
#474B66
(71,75,102)
#3A3E53
(58,62,83)
#2D3140
(45,49,64)
#20242D
(32,36,45)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #9599D8

#9599D8
(149,153,216)
#9EA2DB
(158,162,219)
#A7ABDE
(167,171,222)
#B0B4E1
(176,180,225)
#B9BDE4
(185,189,228)
#C2C6E7
(194,198,231)
#CBCFEA
(203,207,234)
#D4D8ED
(212,216,237)
#DDE1F0
(221,225,240)
#E6EAF3
(230,234,243)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9599D8; }

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

This text font color is #9599D8.


Background Color

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

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

This div background color is #9599D8.


Border color

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

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

This div border color is #9599D8.


Opacity

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

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

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

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

This text has shadow with #9599D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9599D8 on black background.


Color preview on white background

This text has color #9599D8 on white background.



Black color preview on #9599D8 background

This text has black color on #9599D8 background.


White color preview on #9599D8 background

This text has white color on #9599D8 background.