COLOR #9588A4

HEX: #9588A4 RGB: (149,136,164)

Color info

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

RGB color model

#9588A4 color RGB value is (149,136,164).

RGB: (149,136,164) (58%, 53%, 64%)

RGB channels and saturation

R 149 of 255 = 58%
G 136 of 255 = 53%
B 164 of 255 = 64%

149
136
164

R + G + B ~ 58%. #9588A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 136 + 164 = 449 (100%)
R 149 of 449 ~ 33.18%
G 136 of 449 ~ 30.29%
B 164 of 449 ~ 36.53'%

%33.18
%30.29
%36.53

CMYK color model

#9588A4 color CMYK value is (9,17,0,36).

  • cyan value is 9.15%
  • magenta value is 17.07%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (9,17,0,36)
C9M17Y0K36 (9%, 17%, 0%, 36%)
(0.09 / 0.17 / 0.00 / 0.36)

CMYK percentages

%9.15
%17.07
%0
%35.69

Codes

Color #9588A4 in popluar color models

95 88 A4
RGB 149 136 164
HSL 268° 13.33% 58.82%
HSB/HSV 268° 17.07% 64.31%
CMYK 9.15% 17.07% 0.00%
35.69%

Color #9588A4 in popluar number systems.

HEX 95 88 A4
Decimal 149 136 164
Binary 10010101 10001000 10100100
Octal 225 210 244

Shades and tints

Shades of #9588A4

#9588A4
(149,136,164)
#887C96
(136,124,150)
#7B7088
(123,112,136)
#6E647A
(110,100,122)
#61586C
(97,88,108)
#544C5E
(84,76,94)
#474050
(71,64,80)
#3A3442
(58,52,66)
#2D2834
(45,40,52)
#201C26
(32,28,38)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #9588A4

#9588A4
(149,136,164)
#9E92AC
(158,146,172)
#A79CB4
(167,156,180)
#B0A6BC
(176,166,188)
#B9B0C4
(185,176,196)
#C2BACC
(194,186,204)
#CBC4D4
(203,196,212)
#D4CEDC
(212,206,220)
#DDD8E4
(221,216,228)
#E6E2EC
(230,226,236)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9588A4 color. Also use rgb(149,136,164) instead hex code.

Text Font Color

.myTextColor { color: #9588A4; }

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

This text font color is #9588A4.

Background Color

.myBgColor { background-color: #9588A4; }

<div style="background-color:#9588A4">Inner text</div>

This div background color is #9588A4.

Border color

.myBorderColor { border: 1px solid #9588A4; }

<div style="border:3px solid #9588A4">Div</div>

This div border color is #9588A4.

Opacity

.myOpacity80 { color: #9588A4; opacity: 0.8; }

<p style="color:#9588A4;opacity:0.8;">80%</p>

Text with #9588A4 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 #9588A4;}

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

This text has shadow with #9588A4 color.


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

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

This text has shadow with #9588A4 primary color and red secondary color.


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

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

This text has shadow with #9588A4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9588A4.

Preview

Color preview on black background

This text has color #9588A4 on black background.


Color preview on white background

This text has color #9588A4 on white background.


Black color preview on #9588A4 background

This text has black color on #9588A4 background.


White color preview on #9588A4 background

This text has white color on #9588A4 background.


Related colors

Complementary color

Complementary color for #hex is #6A775B.


I love getcolorcode.com

Triadic colors

1 #A49588 and #88A495 with #9588A4 are triadic colors.

2 #A48895 and #8895A4 with #9588A4 are triadic colors.