COLOR #9594AF

HEX: #9594AF RGB: (149,148,175)

Color info

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

RGB color model

#9594AF color RGB value is (149,148,175).

RGB: (149,148,175) (58%, 58%, 69%)

RGB channels and saturation

R 149 of 255 = 58%
G 148 of 255 = 58%
B 175 of 255 = 69%

149
148
175

R + G + B ~ 62%. #9594AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 148 + 175 = 472 (100%)
R 149 of 472 ~ 31.57%
G 148 of 472 ~ 31.36%
B 175 of 472 ~ 37.08'%

%31.57
%31.36
%37.08

CMYK color model

#9594AF color CMYK value is (15,15,0,31).

  • cyan value is 14.86%
  • magenta value is 15.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (15,15,0,31)
C15M15Y0K31 (15%, 15%, 0%, 31%)
(0.15 / 0.15 / 0.00 / 0.31)

CMYK percentages

%14.86
%15.43
%0
%31.37

Codes

Color #9594AF in popluar color models

95 94 AF
RGB 149 148 175
HSL 242° 14.44% 63.33%
HSB/HSV 242° 15.43% 68.63%
CMYK 14.86% 15.43% 0.00%
31.37%

Color #9594AF in popluar number systems.

HEX 95 94 AF
Decimal 149 148 175
Binary 10010101 10010100 10101111
Octal 225 224 257

Shades and tints

Shades of #9594AF

#9594AF
(149,148,175)
#8887A0
(136,135,160)
#7B7A91
(123,122,145)
#6E6D82
(110,109,130)
#616073
(97,96,115)
#545364
(84,83,100)
#474655
(71,70,85)
#3A3946
(58,57,70)
#2D2C37
(45,44,55)
#201F28
(32,31,40)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #9594AF

#9594AF
(149,148,175)
#9E9DB6
(158,157,182)
#A7A6BD
(167,166,189)
#B0AFC4
(176,175,196)
#B9B8CB
(185,184,203)
#C2C1D2
(194,193,210)
#CBCAD9
(203,202,217)
#D4D3E0
(212,211,224)
#DDDCE7
(221,220,231)
#E6E5EE
(230,229,238)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9594AF; }

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

This text font color is #9594AF.

Background Color

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

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

This div background color is #9594AF.

Border color

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

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

This div border color is #9594AF.

Opacity

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

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

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

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

This text has shadow with #9594AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9594AF.

Preview

Color preview on black background

This text has color #9594AF on black background.


Color preview on white background

This text has color #9594AF on white background.


Black color preview on #9594AF background

This text has black color on #9594AF background.


White color preview on #9594AF background

This text has white color on #9594AF background.


Related colors

Complementary color

Complementary color for #hex is #6A6B50.


I love getcolorcode.com

Triadic colors

1 #AF9594 and #94AF95 with #9594AF are triadic colors.

2 #AF9495 and #9495AF with #9594AF are triadic colors.