COLOR #8596AE

HEX: #8596AE
RGB: (133,150,174)

Color info

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

RGB color model

#8596AE color RGB value is (133,150,174).

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

RGB channels and saturation

R 133 of 255 = 52%
G 150 of 255 = 59%
B 174 of 255 = 68%

133
150
174

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

Portions of RGB colors in percentages

R + G + B =
133 + 150 + 174 = 457 (100%)
R 133 of 457 ~ 29.1%
G 150 of 457 ~ 32.82%
B 174 of 457 ~ 38.07%

%29.1
%32.82
%38.07

CMYK color model

#8596AE color CMYK value is (24,14,0,32).

  • cyan value is 23.56%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(24,14,0,32)
C24M14Y0K32 
(24%,14%,0%,32%)
(0.24/0.14/0.00/0.32)	

CMYK percentages

%23.56
%13.79
%0
%31.76

Codes

Color #8596AE in popluar color models

8596AE
RGB133150174
HSL215°20.20%60.20%
HSB/HSV215°23.56%68.24%
CMYK23.56%13.79%0.00%
31.76%

Color #8596AE in popluar number systems.

HEX8596AE
Decimal133150174
Binary100001011001011010101110
Octal205226256

Shades and tints

Shades of #8596AE

#8596AE
(133,150,174)
#79899F
(121,137,159)
#6D7C90
(109,124,144)
#616F81
(97,111,129)
#556272
(85,98,114)
#495563
(73,85,99)
#3D4854
(61,72,84)
#313B45
(49,59,69)
#252E36
(37,46,54)
#192127
(25,33,39)
#0D1418
(13,20,24)
#000000
(0,0,0)

Tints of #8596AE

#8596AE
(133,150,174)
#909FB5
(144,159,181)
#9BA8BC
(155,168,188)
#A6B1C3
(166,177,195)
#B1BACA
(177,186,202)
#BCC3D1
(188,195,209)
#C7CCD8
(199,204,216)
#D2D5DF
(210,213,223)
#DDDEE6
(221,222,230)
#E8E7ED
(232,231,237)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8596AE; }

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

This text font color is #8596AE.


Background Color

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

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

This div background color is #8596AE.


Border color

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

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

This div border color is #8596AE.


Opacity

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

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

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

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

This text has shadow with #8596AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8596AE on black background.


Color preview on white background

This text has color #8596AE on white background.



Black color preview on #8596AE background

This text has black color on #8596AE background.


White color preview on #8596AE background

This text has white color on #8596AE background.