COLOR #9590AB

HEX: #9590AB RGB: (149,144,171)

Color info

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

RGB color model

#9590AB color RGB value is (149,144,171).

RGB: (149,144,171) (58%, 56%, 67%)

RGB channels and saturation

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

149
144
171

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

Portions of RGB colors in percentages

R + G + B = 149 + 144 + 171 = 464 (100%)
R 149 of 464 ~ 32.11%
G 144 of 464 ~ 31.03%
B 171 of 464 ~ 36.85'%

%32.11
%31.03
%36.85

CMYK color model

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

  • cyan value is 12.87%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (13,16,0,33)
C13M16Y0K33 (13%, 16%, 0%, 33%)
(0.13 / 0.16 / 0.00 / 0.33)

CMYK percentages

%12.87
%15.79
%0
%32.94

Codes

Color #9590AB in popluar color models

95 90 AB
RGB 149 144 171
HSL 251° 13.85% 61.76%
HSB/HSV 251° 15.79% 67.06%
CMYK 12.87% 15.79% 0.00%
32.94%

Color #9590AB in popluar number systems.

HEX 95 90 AB
Decimal 149 144 171
Binary 10010101 10010000 10101011
Octal 225 220 253

Shades and tints

Shades of #9590AB

#9590AB
(149,144,171)
#88839C
(136,131,156)
#7B768D
(123,118,141)
#6E697E
(110,105,126)
#615C6F
(97,92,111)
#544F60
(84,79,96)
#474251
(71,66,81)
#3A3542
(58,53,66)
#2D2833
(45,40,51)
#201B24
(32,27,36)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #9590AB

#9590AB
(149,144,171)
#9E9AB2
(158,154,178)
#A7A4B9
(167,164,185)
#B0AEC0
(176,174,192)
#B9B8C7
(185,184,199)
#C2C2CE
(194,194,206)
#CBCCD5
(203,204,213)
#D4D6DC
(212,214,220)
#DDE0E3
(221,224,227)
#E6EAEA
(230,234,234)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9590AB; }

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

This text font color is #9590AB.

Background Color

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

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

This div background color is #9590AB.

Border color

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

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

This div border color is #9590AB.

Opacity

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

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

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

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

This text has shadow with #9590AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9590AB.

Preview

Color preview on black background

This text has color #9590AB on black background.


Color preview on white background

This text has color #9590AB on white background.


Black color preview on #9590AB background

This text has black color on #9590AB background.


White color preview on #9590AB background

This text has white color on #9590AB background.


Related colors

Complementary color

Complementary color for #hex is #6A6F54.


I love getcolorcode.com

Triadic colors

1 #AB9590 and #90AB95 with #9590AB are triadic colors.

2 #AB9095 and #9095AB with #9590AB are triadic colors.