COLOR #8596AD

HEX: #8596AD
RGB: (133,150,173)

Color info

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

RGB color model

#8596AD color RGB value is (133,150,173).

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

RGB channels and saturation

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

133
150
173

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

Portions of RGB colors in percentages

R + G + B =
133 + 150 + 173 = 456 (100%)
R 133 of 456 ~ 29.17%
G 150 of 456 ~ 32.89%
B 173 of 456 ~ 37.94%

%29.17
%32.89
%37.94

CMYK color model

#8596AD color CMYK value is (23,13,0,32).

  • cyan value is 23.12%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(23,13,0,32)
C23M13Y0K32 
(23%,13%,0%,32%)
(0.23/0.13/0.00/0.32)	

CMYK percentages

%23.12
%13.29
%0
%32.16

Codes

Color #8596AD in popluar color models

8596AD
RGB133150173
HSL215°19.61%60.00%
HSB/HSV215°23.12%67.84%
CMYK23.12%13.29%0.00%
32.16%

Color #8596AD in popluar number systems.

HEX8596AD
Decimal133150173
Binary100001011001011010101101
Octal205226255

Shades and tints

Shades of #8596AD

#8596AD
(133,150,173)
#79899E
(121,137,158)
#6D7C8F
(109,124,143)
#616F80
(97,111,128)
#556271
(85,98,113)
#495562
(73,85,98)
#3D4853
(61,72,83)
#313B44
(49,59,68)
#252E35
(37,46,53)
#192126
(25,33,38)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #8596AD

#8596AD
(133,150,173)
#909FB4
(144,159,180)
#9BA8BB
(155,168,187)
#A6B1C2
(166,177,194)
#B1BAC9
(177,186,201)
#BCC3D0
(188,195,208)
#C7CCD7
(199,204,215)
#D2D5DE
(210,213,222)
#DDDEE5
(221,222,229)
#E8E7EC
(232,231,236)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8596AD; }

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

This text font color is #8596AD.


Background Color

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

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

This div background color is #8596AD.


Border color

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

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

This div border color is #8596AD.


Opacity

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

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

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

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

This text has shadow with #8596AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8596AD on black background.


Color preview on white background

This text has color #8596AD on white background.



Black color preview on #8596AD background

This text has black color on #8596AD background.


White color preview on #8596AD background

This text has white color on #8596AD background.