COLOR #8593A6

HEX: #8593A6
RGB: (133,147,166)

Color info

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

RGB color model

#8593A6 color RGB value is (133,147,166).

  • red value is 133;
  • green value is 147;
  • blue value is 166.
RGB:
(133,147,166)
(52%,58%,65%)

RGB channels and saturation

R 133 of 255 = 52%
G 147 of 255 = 58%
B 166 of 255 = 65%

133
147
166

R + G + B ~ 58%. #8593A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 147 + 166 = 446 (100%)
R 133 of 446 ~ 29.82%
G 147 of 446 ~ 32.96%
B 166 of 446 ~ 37.22%

%29.82
%32.96
%37.22

CMYK color model

#8593A6 color CMYK value is (20,11,0,35).

  • cyan value is 19.88%
  • magenta value is 11.45%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(20,11,0,35)
C20M11Y0K35 
(20%,11%,0%,35%)
(0.20/0.11/0.00/0.35)	

CMYK percentages

%19.88
%11.45
%0
%34.9

Codes

Color #8593A6 in popluar color models

8593A6
RGB133147166
HSL215°15.64%58.63%
HSB/HSV215°19.88%65.10%
CMYK19.88%11.45%0.00%
34.90%

Color #8593A6 in popluar number systems.

HEX8593A6
Decimal133147166
Binary100001011001001110100110
Octal205223246

Shades and tints

Shades of #8593A6

#8593A6
(133,147,166)
#798697
(121,134,151)
#6D7988
(109,121,136)
#616C79
(97,108,121)
#555F6A
(85,95,106)
#49525B
(73,82,91)
#3D454C
(61,69,76)
#31383D
(49,56,61)
#252B2E
(37,43,46)
#191E1F
(25,30,31)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #8593A6

#8593A6
(133,147,166)
#909CAE
(144,156,174)
#9BA5B6
(155,165,182)
#A6AEBE
(166,174,190)
#B1B7C6
(177,183,198)
#BCC0CE
(188,192,206)
#C7C9D6
(199,201,214)
#D2D2DE
(210,210,222)
#DDDBE6
(221,219,230)
#E8E4EE
(232,228,238)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8593A6 color. Also use rgb(133,147,166) instead hex code.

Text Font Color

.myTextColor { color: #8593A6; }

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

This text font color is #8593A6.


Background Color

.myBgColor { background-color: #8593A6; }

<div style="background-color:#8593A6">Inner text</div>

This div background color is #8593A6.


Border color

.myBorderColor { border: 1px solid #8593A6; }

<div style="border:3px solid #8593A6">Div</div>

This div border color is #8593A6.


Opacity

.myOpacity80 { color: #8593A6; opacity: 0.8; }

<p style="color:#8593A6;opacity:0.8;">80%</p>

Text with #8593A6 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 #8593A6;}

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

This text has shadow with #8593A6 color.

.textShadow {text-shadow: 3px 3px 1px #8593A6, 3px 3px 1px red;}

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

This text has shadow with #8593A6 primary color and red secondary color.


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

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

This text has shadow with #8593A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8593A6 on black background.


Color preview on white background

This text has color #8593A6 on white background.



Black color preview on #8593A6 background

This text has black color on #8593A6 background.


White color preview on #8593A6 background

This text has white color on #8593A6 background.