COLOR #9594AB

HEX: #9594AB RGB: (149,148,171)

Color info

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

RGB color model

#9594AB color RGB value is (149,148,171).

RGB: (149,148,171) (58%, 58%, 67%)

RGB channels and saturation

R 149 of 255 = 58%
G 148 of 255 = 58%
B 171 of 255 = 67%

149
148
171

R + G + B ~ 61%. #9594AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 148 + 171 = 468 (100%)
R 149 of 468 ~ 31.84%
G 148 of 468 ~ 31.62%
B 171 of 468 ~ 36.54'%

%31.84
%31.62
%36.54

CMYK color model

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

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

CMYK: (13,13,0,33)
C13M13Y0K33 (13%, 13%, 0%, 33%)
(0.13 / 0.13 / 0.00 / 0.33)

CMYK percentages

%12.87
%13.45
%0
%32.94

Codes

Color #9594AB in popluar color models

95 94 AB
RGB 149 148 171
HSL 243° 12.04% 62.55%
HSB/HSV 243° 13.45% 67.06%
CMYK 12.87% 13.45% 0.00%
32.94%

Color #9594AB in popluar number systems.

HEX 95 94 AB
Decimal 149 148 171
Binary 10010101 10010100 10101011
Octal 225 224 253

Shades and tints

Shades of #9594AB

#9594AB
(149,148,171)
#88879C
(136,135,156)
#7B7A8D
(123,122,141)
#6E6D7E
(110,109,126)
#61606F
(97,96,111)
#545360
(84,83,96)
#474651
(71,70,81)
#3A3942
(58,57,66)
#2D2C33
(45,44,51)
#201F24
(32,31,36)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #9594AB

#9594AB
(149,148,171)
#9E9DB2
(158,157,178)
#A7A6B9
(167,166,185)
#B0AFC0
(176,175,192)
#B9B8C7
(185,184,199)
#C2C1CE
(194,193,206)
#CBCAD5
(203,202,213)
#D4D3DC
(212,211,220)
#DDDCE3
(221,220,227)
#E6E5EA
(230,229,234)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9594AB; }

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

This text font color is #9594AB.

Background Color

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

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

This div background color is #9594AB.

Border color

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

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

This div border color is #9594AB.

Opacity

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

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

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

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

This text has shadow with #9594AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9594AB.

Preview

Color preview on black background

This text has color #9594AB on black background.


Color preview on white background

This text has color #9594AB on white background.


Black color preview on #9594AB background

This text has black color on #9594AB background.


White color preview on #9594AB background

This text has white color on #9594AB background.


Related colors

Complementary color

Complementary color for #hex is #6A6B54.


I love getcolorcode.com

Triadic colors

1 #AB9594 and #94AB95 with #9594AB are triadic colors.

2 #AB9495 and #9495AB with #9594AB are triadic colors.