COLOR #8492AE

HEX: #8492AE RGB: (132,146,174)

Color info

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

RGB color model

#8492AE color RGB value is (132,146,174).

RGB: (132,146,174) (52%, 57%, 68%)

RGB channels and saturation

R 132 of 255 = 52%
G 146 of 255 = 57%
B 174 of 255 = 68%

132
146
174

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

Portions of RGB colors in percentages

R + G + B = 132 + 146 + 174 = 452 (100%)
R 132 of 452 ~ 29.2%
G 146 of 452 ~ 32.3%
B 174 of 452 ~ 38.5'%

%29.2
%32.3
%38.5

CMYK color model

#8492AE color CMYK value is (24,16,0,32).

  • cyan value is 24.14%
  • magenta value is 16.09%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (24,16,0,32) C24M16Y0K32 (24%,16%,0%,32%) (0.24/0.16/0.00/0.32) 

CMYK percentages

%24.14
%16.09
%0
%31.76

Codes

Color #8492AE in popluar color models

84 92 AE
RGB 132 146 174
HSL 220° 20.59% 60.00%
HSB/HSV 220° 24.14% 68.24%
CMYK 24.14% 16.09% 0.00%
31.76%

Color #8492AE in popluar number systems.

HEX 84 92 AE
Decimal 132 146 174
Binary 10000100 10010010 10101110
Octal 204 222 256

Shades and tints

Shades of #8492AE

#8492AE
(132,146,174)
#78859F
(120,133,159)
#6C7890
(108,120,144)
#606B81
(96,107,129)
#545E72
(84,94,114)
#485163
(72,81,99)
#3C4454
(60,68,84)
#303745
(48,55,69)
#242A36
(36,42,54)
#181D27
(24,29,39)
#0C1018
(12,16,24)
#000000
(0,0,0)

Tints of #8492AE

#8492AE
(132,146,174)
#8F9BB5
(143,155,181)
#9AA4BC
(154,164,188)
#A5ADC3
(165,173,195)
#B0B6CA
(176,182,202)
#BBBFD1
(187,191,209)
#C6C8D8
(198,200,216)
#D1D1DF
(209,209,223)
#DCDAE6
(220,218,230)
#E7E3ED
(231,227,237)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8492AE color. Also use rgb(132,146,174) instead hex code.

Text Font Color

.myTextColor { color: #8492AE; }

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

This text font color is #8492AE.

Background Color

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

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

This div background color is #8492AE.

Border color

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

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

This div border color is #8492AE.

Opacity

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

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

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

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

This text has shadow with #8492AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8492AE.

Preview

Color preview on black background

This text has color #8492AE on black background.


Color preview on white background

This text has color #8492AE on white background.


Black color preview on #8492AE background

This text has black color on #8492AE background.


White color preview on #8492AE background

This text has white color on #8492AE background.


Related colors

Complementary color

Complementary color for #hex is #7B6D51.


I love getcolorcode.com

Triadic colors

1 #AE8492 and #92AE84 with #8492AE are triadic colors.

2 #AE9284 and #9284AE with #8492AE are triadic colors.