COLOR #9594AD

HEX: #9594AD RGB: (149,148,173)

Color info

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

RGB color model

#9594AD color RGB value is (149,148,173).

RGB: (149,148,173) (58%, 58%, 68%)

RGB channels and saturation

R 149 of 255 = 58%
G 148 of 255 = 58%
B 173 of 255 = 68%

149
148
173

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

Portions of RGB colors in percentages

R + G + B = 149 + 148 + 173 = 470 (100%)
R 149 of 470 ~ 31.7%
G 148 of 470 ~ 31.49%
B 173 of 470 ~ 36.81'%

%31.7
%31.49
%36.81

CMYK color model

#9594AD color CMYK value is (14,14,0,32).

  • cyan value is 13.87%
  • magenta value is 14.45%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (14,14,0,32) C14M14Y0K32 (14%,14%,0%,32%) (0.14/0.14/0.00/0.32) 

CMYK percentages

%13.87
%14.45
%0
%32.16

Codes

Color #9594AD in popluar color models

95 94 AD
RGB 149 148 173
HSL 242° 13.23% 62.94%
HSB/HSV 242° 14.45% 67.84%
CMYK 13.87% 14.45% 0.00%
32.16%

Color #9594AD in popluar number systems.

HEX 95 94 AD
Decimal 149 148 173
Binary 10010101 10010100 10101101
Octal 225 224 255

Shades and tints

Shades of #9594AD

#9594AD
(149,148,173)
#88879E
(136,135,158)
#7B7A8F
(123,122,143)
#6E6D80
(110,109,128)
#616071
(97,96,113)
#545362
(84,83,98)
#474653
(71,70,83)
#3A3944
(58,57,68)
#2D2C35
(45,44,53)
#201F26
(32,31,38)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #9594AD

#9594AD
(149,148,173)
#9E9DB4
(158,157,180)
#A7A6BB
(167,166,187)
#B0AFC2
(176,175,194)
#B9B8C9
(185,184,201)
#C2C1D0
(194,193,208)
#CBCAD7
(203,202,215)
#D4D3DE
(212,211,222)
#DDDCE5
(221,220,229)
#E6E5EC
(230,229,236)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9594AD; }

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

This text font color is #9594AD.

Background Color

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

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

This div background color is #9594AD.

Border color

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

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

This div border color is #9594AD.

Opacity

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

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

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

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

This text has shadow with #9594AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9594AD.

Preview

Color preview on black background

This text has color #9594AD on black background.


Color preview on white background

This text has color #9594AD on white background.


Black color preview on #9594AD background

This text has black color on #9594AD background.


White color preview on #9594AD background

This text has white color on #9594AD background.


Related colors

Complementary color

Complementary color for #hex is #6A6B52.


I love getcolorcode.com

Triadic colors

1 #AD9594 and #94AD95 with #9594AD are triadic colors.

2 #AD9495 and #9495AD with #9594AD are triadic colors.