COLOR #8592A2

HEX: #8592A2 RGB: (133,146,162)

Color info

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

RGB color model

#8592A2 color RGB value is (133,146,162).

RGB: (133,146,162) (52%, 57%, 64%)

RGB channels and saturation

R 133 of 255 = 52%
G 146 of 255 = 57%
B 162 of 255 = 64%

133
146
162

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

Portions of RGB colors in percentages

R + G + B = 133 + 146 + 162 = 441 (100%)
R 133 of 441 ~ 30.16%
G 146 of 441 ~ 33.11%
B 162 of 441 ~ 36.73'%

%30.16
%33.11
%36.73

CMYK color model

#8592A2 color CMYK value is (18,10,0,36).

  • cyan value is 17.90%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK: (18,10,0,36) C18M10Y0K36 (18%,10%,0%,36%) (0.18/0.10/0.00/0.36) 

CMYK percentages

%17.9
%9.88
%0
%36.47

Codes

Color #8592A2 in popluar color models

85 92 A2
RGB 133 146 162
HSL 213° 13.49% 57.84%
HSB/HSV 213° 17.90% 63.53%
CMYK 17.90% 9.88% 0.00%
36.47%

Color #8592A2 in popluar number systems.

HEX 85 92 A2
Decimal 133 146 162
Binary 10000101 10010010 10100010
Octal 205 222 242

Shades and tints

Shades of #8592A2

#8592A2
(133,146,162)
#798594
(121,133,148)
#6D7886
(109,120,134)
#616B78
(97,107,120)
#555E6A
(85,94,106)
#49515C
(73,81,92)
#3D444E
(61,68,78)
#313740
(49,55,64)
#252A32
(37,42,50)
#191D24
(25,29,36)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #8592A2

#8592A2
(133,146,162)
#909BAA
(144,155,170)
#9BA4B2
(155,164,178)
#A6ADBA
(166,173,186)
#B1B6C2
(177,182,194)
#BCBFCA
(188,191,202)
#C7C8D2
(199,200,210)
#D2D1DA
(210,209,218)
#DDDAE2
(221,218,226)
#E8E3EA
(232,227,234)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8592A2 color. Also use rgb(133,146,162) instead hex code.

Text Font Color

.myTextColor { color: #8592A2; }

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

This text font color is #8592A2.

Background Color

.myBgColor { background-color: #8592A2; }

<div style="background-color:#8592A2">Inner text</div>

This div background color is #8592A2.

Border color

.myBorderColor { border: 1px solid #8592A2; }

<div style="border:3px solid #8592A2">Div</div>

This div border color is #8592A2.

Opacity

.myOpacity80 { color: #8592A2; opacity: 0.8; }

<p style="color:#8592A2;opacity:0.8;">80%</p>

Text with #8592A2 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 #8592A2;}

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

This text has shadow with #8592A2 color.


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

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

This text has shadow with #8592A2 primary color and red secondary color.


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

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

This text has shadow with #8592A2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8592A2.

Preview

Color preview on black background

This text has color #8592A2 on black background.


Color preview on white background

This text has color #8592A2 on white background.


Black color preview on #8592A2 background

This text has black color on #8592A2 background.


White color preview on #8592A2 background

This text has white color on #8592A2 background.


Related colors

Complementary color

Complementary color for #hex is #7A6D5D.


I love getcolorcode.com

Triadic colors

1 #A28592 and #92A285 with #8592A2 are triadic colors.

2 #A29285 and #9285A2 with #8592A2 are triadic colors.