COLOR #8498AF

HEX: #8498AF
RGB: (132,152,175)

Color info

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

RGB color model

#8498AF color RGB value is (132,152,175).

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

RGB channels and saturation

R 132 of 255 = 52%
G 152 of 255 = 60%
B 175 of 255 = 69%

132
152
175

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

Portions of RGB colors in percentages

R + G + B =
132 + 152 + 175 = 459 (100%)
R 132 of 459 ~ 28.76%
G 152 of 459 ~ 33.12%
B 175 of 459 ~ 38.13%

%28.76
%33.12
%38.13

CMYK color model

#8498AF color CMYK value is (25,13,0,31).

  • cyan value is 24.57%
  • magenta value is 13.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(25,13,0,31)
C25M13Y0K31 
(25%,13%,0%,31%)
(0.25/0.13/0.00/0.31)	

CMYK percentages

%24.57
%13.14
%0
%31.37

Codes

Color #8498AF in popluar color models

8498AF
RGB132152175
HSL212°21.18%60.20%
HSB/HSV212°24.57%68.63%
CMYK24.57%13.14%0.00%
31.37%

Color #8498AF in popluar number systems.

HEX8498AF
Decimal132152175
Binary100001001001100010101111
Octal204230257

Shades and tints

Shades of #8498AF

#8498AF
(132,152,175)
#788BA0
(120,139,160)
#6C7E91
(108,126,145)
#607182
(96,113,130)
#546473
(84,100,115)
#485764
(72,87,100)
#3C4A55
(60,74,85)
#303D46
(48,61,70)
#243037
(36,48,55)
#182328
(24,35,40)
#0C1619
(12,22,25)
#000000
(0,0,0)

Tints of #8498AF

#8498AF
(132,152,175)
#8FA1B6
(143,161,182)
#9AAABD
(154,170,189)
#A5B3C4
(165,179,196)
#B0BCCB
(176,188,203)
#BBC5D2
(187,197,210)
#C6CED9
(198,206,217)
#D1D7E0
(209,215,224)
#DCE0E7
(220,224,231)
#E7E9EE
(231,233,238)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8498AF; }

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

This text font color is #8498AF.


Background Color

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

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

This div background color is #8498AF.


Border color

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

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

This div border color is #8498AF.


Opacity

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

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

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

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

This text has shadow with #8498AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8498AF on black background.


Color preview on white background

This text has color #8498AF on white background.



Black color preview on #8498AF background

This text has black color on #8498AF background.


White color preview on #8498AF background

This text has white color on #8498AF background.