COLOR #9588AB

HEX: #9588AB
RGB: (149,136,171)

Color info

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

RGB color model

#9588AB color RGB value is (149,136,171).

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

RGB channels and saturation

R 149 of 255 = 58%
G 136 of 255 = 53%
B 171 of 255 = 67%

149
136
171

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

Portions of RGB colors in percentages

R + G + B =
149 + 136 + 171 = 456 (100%)
R 149 of 456 ~ 32.68%
G 136 of 456 ~ 29.82%
B 171 of 456 ~ 37.5%

%32.68
%29.82
%37.5

CMYK color model

#9588AB color CMYK value is (13,20,0,33).

  • cyan value is 12.87%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(13,20,0,33)
C13M20Y0K33 
(13%,20%,0%,33%)
(0.13/0.20/0.00/0.33)	

CMYK percentages

%12.87
%20.47
%0
%32.94

Codes

Color #9588AB in popluar color models

9588AB
RGB149136171
HSL262°17.24%60.20%
HSB/HSV262°20.47%67.06%
CMYK12.87%20.47%0.00%
32.94%

Color #9588AB in popluar number systems.

HEX9588AB
Decimal149136171
Binary100101011000100010101011
Octal225210253

Shades and tints

Shades of #9588AB

#9588AB
(149,136,171)
#887C9C
(136,124,156)
#7B708D
(123,112,141)
#6E647E
(110,100,126)
#61586F
(97,88,111)
#544C60
(84,76,96)
#474051
(71,64,81)
#3A3442
(58,52,66)
#2D2833
(45,40,51)
#201C24
(32,28,36)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #9588AB

#9588AB
(149,136,171)
#9E92B2
(158,146,178)
#A79CB9
(167,156,185)
#B0A6C0
(176,166,192)
#B9B0C7
(185,176,199)
#C2BACE
(194,186,206)
#CBC4D5
(203,196,213)
#D4CEDC
(212,206,220)
#DDD8E3
(221,216,227)
#E6E2EA
(230,226,234)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9588AB; }

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

This text font color is #9588AB.


Background Color

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

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

This div background color is #9588AB.


Border color

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

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

This div border color is #9588AB.


Opacity

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

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

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

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

This text has shadow with #9588AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9588AB on black background.


Color preview on white background

This text has color #9588AB on white background.



Black color preview on #9588AB background

This text has black color on #9588AB background.


White color preview on #9588AB background

This text has white color on #9588AB background.