COLOR #8594AE

HEX: #8594AE
RGB: (133,148,174)

Color info

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

RGB color model

#8594AE color RGB value is (133,148,174).

  • red value is 133;
  • green value is 148;
  • blue value is 174.
RGB:
(133,148,174)
(52%,58%,68%)

RGB channels and saturation

R 133 of 255 = 52%
G 148 of 255 = 58%
B 174 of 255 = 68%

133
148
174

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

Portions of RGB colors in percentages

R + G + B =
133 + 148 + 174 = 455 (100%)
R 133 of 455 ~ 29.23%
G 148 of 455 ~ 32.53%
B 174 of 455 ~ 38.24%

%29.23
%32.53
%38.24

CMYK color model

#8594AE color CMYK value is (24,15,0,32).

  • cyan value is 23.56%
  • magenta value is 14.94%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(24,15,0,32)
C24M15Y0K32 
(24%,15%,0%,32%)
(0.24/0.15/0.00/0.32)	

CMYK percentages

%23.56
%14.94
%0
%31.76

Codes

Color #8594AE in popluar color models

8594AE
RGB133148174
HSL218°20.20%60.20%
HSB/HSV218°23.56%68.24%
CMYK23.56%14.94%0.00%
31.76%

Color #8594AE in popluar number systems.

HEX8594AE
Decimal133148174
Binary100001011001010010101110
Octal205224256

Shades and tints

Shades of #8594AE

#8594AE
(133,148,174)
#79879F
(121,135,159)
#6D7A90
(109,122,144)
#616D81
(97,109,129)
#556072
(85,96,114)
#495363
(73,83,99)
#3D4654
(61,70,84)
#313945
(49,57,69)
#252C36
(37,44,54)
#191F27
(25,31,39)
#0D1218
(13,18,24)
#000000
(0,0,0)

Tints of #8594AE

#8594AE
(133,148,174)
#909DB5
(144,157,181)
#9BA6BC
(155,166,188)
#A6AFC3
(166,175,195)
#B1B8CA
(177,184,202)
#BCC1D1
(188,193,209)
#C7CAD8
(199,202,216)
#D2D3DF
(210,211,223)
#DDDCE6
(221,220,230)
#E8E5ED
(232,229,237)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8594AE color. Also use rgb(133,148,174) instead hex code.

Text Font Color

.myTextColor { color: #8594AE; }

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

This text font color is #8594AE.


Background Color

.myBgColor { background-color: #8594AE; }

<div style="background-color:#8594AE">Inner text</div>

This div background color is #8594AE.


Border color

.myBorderColor { border: 1px solid #8594AE; }

<div style="border:3px solid #8594AE">Div</div>

This div border color is #8594AE.


Opacity

.myOpacity80 { color: #8594AE; opacity: 0.8; }

<p style="color:#8594AE;opacity:0.8;">80%</p>

Text with #8594AE 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 #8594AE;}

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

This text has shadow with #8594AE color.

.textShadow {text-shadow: 3px 3px 1px #8594AE, 3px 3px 1px red;}

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

This text has shadow with #8594AE primary color and red secondary color.


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

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

This text has shadow with #8594AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8594AE on black background.


Color preview on white background

This text has color #8594AE on white background.



Black color preview on #8594AE background

This text has black color on #8594AE background.


White color preview on #8594AE background

This text has white color on #8594AE background.