COLOR #9588A2

HEX: #9588A2
RGB: (149,136,162)

Color info

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

RGB color model

#9588A2 color RGB value is (149,136,162).

  • red value is 149;
  • green value is 136;
  • blue value is 162.
RGB:
(149,136,162)
(58%,53%,64%)

RGB channels and saturation

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

149
136
162

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

Portions of RGB colors in percentages

R + G + B =
149 + 136 + 162 = 447 (100%)
R 149 of 447 ~ 33.33%
G 136 of 447 ~ 30.43%
B 162 of 447 ~ 36.24%

%33.33
%30.43
%36.24

CMYK color model

#9588A2 color CMYK value is (8,16,0,36).

  • cyan value is 8.02%
  • magenta value is 16.05%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(8,16,0,36)
C8M16Y0K36 
(8%,16%,0%,36%)
(0.08/0.16/0.00/0.36)	

CMYK percentages

%8.02
%16.05
%0
%36.47

Codes

Color #9588A2 in popluar color models

9588A2
RGB149136162
HSL270°12.26%58.43%
HSB/HSV270°16.05%63.53%
CMYK8.02%16.05%0.00%
36.47%

Color #9588A2 in popluar number systems.

HEX9588A2
Decimal149136162
Binary100101011000100010100010
Octal225210242

Shades and tints

Shades of #9588A2

#9588A2
(149,136,162)
#887C94
(136,124,148)
#7B7086
(123,112,134)
#6E6478
(110,100,120)
#61586A
(97,88,106)
#544C5C
(84,76,92)
#47404E
(71,64,78)
#3A3440
(58,52,64)
#2D2832
(45,40,50)
#201C24
(32,28,36)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #9588A2

#9588A2
(149,136,162)
#9E92AA
(158,146,170)
#A79CB2
(167,156,178)
#B0A6BA
(176,166,186)
#B9B0C2
(185,176,194)
#C2BACA
(194,186,202)
#CBC4D2
(203,196,210)
#D4CEDA
(212,206,218)
#DDD8E2
(221,216,226)
#E6E2EA
(230,226,234)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9588A2; }

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

This text font color is #9588A2.


Background Color

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

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

This div background color is #9588A2.


Border color

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

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

This div border color is #9588A2.


Opacity

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

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

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

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

This text has shadow with #9588A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9588A2 on black background.


Color preview on white background

This text has color #9588A2 on white background.



Black color preview on #9588A2 background

This text has black color on #9588A2 background.


White color preview on #9588A2 background

This text has white color on #9588A2 background.