COLOR #9589AE

HEX: #9589AE RGB: (149,137,174)

Color info

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

RGB color model

#9589AE color RGB value is (149,137,174).

RGB: (149,137,174) (58%, 54%, 68%)

RGB channels and saturation

R 149 of 255 = 58%
G 137 of 255 = 54%
B 174 of 255 = 68%

149
137
174

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

Portions of RGB colors in percentages

R + G + B = 149 + 137 + 174 = 460 (100%)
R 149 of 460 ~ 32.39%
G 137 of 460 ~ 29.78%
B 174 of 460 ~ 37.83'%

%32.39
%29.78
%37.83

CMYK color model

#9589AE color CMYK value is (14,21,0,32).

  • cyan value is 14.37%
  • magenta value is 21.26%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (14,21,0,32)
C14M21Y0K32 (14%, 21%, 0%, 32%)
(0.14 / 0.21 / 0.00 / 0.32)

CMYK percentages

%14.37
%21.26
%0
%31.76

Codes

Color #9589AE in popluar color models

95 89 AE
RGB 149 137 174
HSL 259° 18.59% 60.98%
HSB/HSV 259° 21.26% 68.24%
CMYK 14.37% 21.26% 0.00%
31.76%

Color #9589AE in popluar number systems.

HEX 95 89 AE
Decimal 149 137 174
Binary 10010101 10001001 10101110
Octal 225 211 256

Shades and tints

Shades of #9589AE

#9589AE
(149,137,174)
#887D9F
(136,125,159)
#7B7190
(123,113,144)
#6E6581
(110,101,129)
#615972
(97,89,114)
#544D63
(84,77,99)
#474154
(71,65,84)
#3A3545
(58,53,69)
#2D2936
(45,41,54)
#201D27
(32,29,39)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #9589AE

#9589AE
(149,137,174)
#9E93B5
(158,147,181)
#A79DBC
(167,157,188)
#B0A7C3
(176,167,195)
#B9B1CA
(185,177,202)
#C2BBD1
(194,187,209)
#CBC5D8
(203,197,216)
#D4CFDF
(212,207,223)
#DDD9E6
(221,217,230)
#E6E3ED
(230,227,237)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9589AE color. Also use rgb(149,137,174) instead hex code.

Text Font Color

.myTextColor { color: #9589AE; }

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

This text font color is #9589AE.

Background Color

.myBgColor { background-color: #9589AE; }

<div style="background-color:#9589AE">Inner text</div>

This div background color is #9589AE.

Border color

.myBorderColor { border: 1px solid #9589AE; }

<div style="border:3px solid #9589AE">Div</div>

This div border color is #9589AE.

Opacity

.myOpacity80 { color: #9589AE; opacity: 0.8; }

<p style="color:#9589AE;opacity:0.8;">80%</p>

Text with #9589AE 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 #9589AE;}

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

This text has shadow with #9589AE color.


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

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

This text has shadow with #9589AE primary color and red secondary color.


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

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

This text has shadow with #9589AE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9589AE.

Preview

Color preview on black background

This text has color #9589AE on black background.


Color preview on white background

This text has color #9589AE on white background.


Black color preview on #9589AE background

This text has black color on #9589AE background.


White color preview on #9589AE background

This text has white color on #9589AE background.


Related colors

Complementary color

Complementary color for #hex is #6A7651.


I love getcolorcode.com

Triadic colors

1 #AE9589 and #89AE95 with #9589AE are triadic colors.

2 #AE8995 and #8995AE with #9589AE are triadic colors.