COLOR #9590AC

HEX: #9590AC
RGB: (149,144,172)

Color info

#9590AC contains red, green and blue colors in about the same proportion. Web safe color of #9590AC is #999999 (or #999).

RGB color model

#9590AC color RGB value is (149,144,172).

  • red value is 149;
  • green value is 144;
  • blue value is 172.
RGB:
(149,144,172)
(58%,56%,67%)

RGB channels and saturation

R 149 of 255 = 58%
G 144 of 255 = 56%
B 172 of 255 = 67%

149
144
172

R + G + B ~ 60%. #9590AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 144 + 172 = 465 (100%)
R 149 of 465 ~ 32.04%
G 144 of 465 ~ 30.97%
B 172 of 465 ~ 36.99%

%32.04
%30.97
%36.99

CMYK color model

#9590AC color CMYK value is (13,16,0,33).

  • cyan value is 13.37%
  • magenta value is 16.28%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(13,16,0,33)
C13M16Y0K33 
(13%,16%,0%,33%)
(0.13/0.16/0.00/0.33)	

CMYK percentages

%13.37
%16.28
%0
%32.55

Codes

Color #9590AC in popluar color models

9590AC
RGB149144172
HSL251°14.43%61.96%
HSB/HSV251°16.28%67.45%
CMYK13.37%16.28%0.00%
32.55%

Color #9590AC in popluar number systems.

HEX9590AC
Decimal149144172
Binary100101011001000010101100
Octal225220254

Shades and tints

Shades of #9590AC

#9590AC
(149,144,172)
#88839D
(136,131,157)
#7B768E
(123,118,142)
#6E697F
(110,105,127)
#615C70
(97,92,112)
#544F61
(84,79,97)
#474252
(71,66,82)
#3A3543
(58,53,67)
#2D2834
(45,40,52)
#201B25
(32,27,37)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #9590AC

#9590AC
(149,144,172)
#9E9AB3
(158,154,179)
#A7A4BA
(167,164,186)
#B0AEC1
(176,174,193)
#B9B8C8
(185,184,200)
#C2C2CF
(194,194,207)
#CBCCD6
(203,204,214)
#D4D6DD
(212,214,221)
#DDE0E4
(221,224,228)
#E6EAEB
(230,234,235)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9590AC color. Also use rgb(149,144,172) instead hex code.

Text Font Color

.myTextColor { color: #9590AC; }

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

This text font color is #9590AC.


Background Color

.myBgColor { background-color: #9590AC; }

<div style="background-color:#9590AC">Inner text</div>

This div background color is #9590AC.


Border color

.myBorderColor { border: 1px solid #9590AC; }

<div style="border:3px solid #9590AC">Div</div>

This div border color is #9590AC.


Opacity

.myOpacity80 { color: #9590AC; opacity: 0.8; }

<p style="color:#9590AC;opacity:0.8;">80%</p>

Text with #9590AC 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 #9590AC;}

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

This text has shadow with #9590AC color.

.textShadow {text-shadow: 3px 3px 1px #9590AC, 3px 3px 1px red;}

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

This text has shadow with #9590AC primary color and red secondary color.


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

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

This text has shadow with #9590AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9590AC on black background.


Color preview on white background

This text has color #9590AC on white background.



Black color preview on #9590AC background

This text has black color on #9590AC background.


White color preview on #9590AC background

This text has white color on #9590AC background.