COLOR #8498AE

HEX: #8498AE
RGB: (132,152,174)

Color info

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

RGB color model

#8498AE color RGB value is (132,152,174).

  • red value is 132;
  • green value is 152;
  • blue value is 174.
RGB:
(132,152,174)
(52%,60%,68%)

RGB channels and saturation

R 132 of 255 = 52%
G 152 of 255 = 60%
B 174 of 255 = 68%

132
152
174

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

Portions of RGB colors in percentages

R + G + B =
132 + 152 + 174 = 458 (100%)
R 132 of 458 ~ 28.82%
G 152 of 458 ~ 33.19%
B 174 of 458 ~ 37.99%

%28.82
%33.19
%37.99

CMYK color model

#8498AE color CMYK value is (24,13,0,32).

  • cyan value is 24.14%
  • magenta value is 12.64%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(24,13,0,32)
C24M13Y0K32 
(24%,13%,0%,32%)
(0.24/0.13/0.00/0.32)	

CMYK percentages

%24.14
%12.64
%0
%31.76

Codes

Color #8498AE in popluar color models

8498AE
RGB132152174
HSL211°20.59%60.00%
HSB/HSV211°24.14%68.24%
CMYK24.14%12.64%0.00%
31.76%

Color #8498AE in popluar number systems.

HEX8498AE
Decimal132152174
Binary100001001001100010101110
Octal204230256

Shades and tints

Shades of #8498AE

#8498AE
(132,152,174)
#788B9F
(120,139,159)
#6C7E90
(108,126,144)
#607181
(96,113,129)
#546472
(84,100,114)
#485763
(72,87,99)
#3C4A54
(60,74,84)
#303D45
(48,61,69)
#243036
(36,48,54)
#182327
(24,35,39)
#0C1618
(12,22,24)
#000000
(0,0,0)

Tints of #8498AE

#8498AE
(132,152,174)
#8FA1B5
(143,161,181)
#9AAABC
(154,170,188)
#A5B3C3
(165,179,195)
#B0BCCA
(176,188,202)
#BBC5D1
(187,197,209)
#C6CED8
(198,206,216)
#D1D7DF
(209,215,223)
#DCE0E6
(220,224,230)
#E7E9ED
(231,233,237)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8498AE; }

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

This text font color is #8498AE.


Background Color

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

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

This div background color is #8498AE.


Border color

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

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

This div border color is #8498AE.


Opacity

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

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

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

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

This text has shadow with #8498AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8498AE on black background.


Color preview on white background

This text has color #8498AE on white background.



Black color preview on #8498AE background

This text has black color on #8498AE background.


White color preview on #8498AE background

This text has white color on #8498AE background.