COLOR #8499AF

HEX: #8499AF
RGB: (132,153,175)

Color info

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

RGB color model

#8499AF color RGB value is (132,153,175).

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

RGB channels and saturation

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

132
153
175

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

Portions of RGB colors in percentages

R + G + B =
132 + 153 + 175 = 460 (100%)
R 132 of 460 ~ 28.7%
G 153 of 460 ~ 33.26%
B 175 of 460 ~ 38.04%

%28.7
%33.26
%38.04

CMYK color model

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

  • cyan value is 24.57%
  • magenta value is 12.57%
  • 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
%12.57
%0
%31.37

Codes

Color #8499AF in popluar color models

8499AF
RGB132153175
HSL211°21.18%60.20%
HSB/HSV211°24.57%68.63%
CMYK24.57%12.57%0.00%
31.37%

Color #8499AF in popluar number systems.

HEX8499AF
Decimal132153175
Binary100001001001100110101111
Octal204231257

Shades and tints

Shades of #8499AF

#8499AF
(132,153,175)
#788CA0
(120,140,160)
#6C7F91
(108,127,145)
#607282
(96,114,130)
#546573
(84,101,115)
#485864
(72,88,100)
#3C4B55
(60,75,85)
#303E46
(48,62,70)
#243137
(36,49,55)
#182428
(24,36,40)
#0C1719
(12,23,25)
#000000
(0,0,0)

Tints of #8499AF

#8499AF
(132,153,175)
#8FA2B6
(143,162,182)
#9AABBD
(154,171,189)
#A5B4C4
(165,180,196)
#B0BDCB
(176,189,203)
#BBC6D2
(187,198,210)
#C6CFD9
(198,207,217)
#D1D8E0
(209,216,224)
#DCE1E7
(220,225,231)
#E7EAEE
(231,234,238)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8499AF; }

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

This text font color is #8499AF.


Background Color

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

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

This div background color is #8499AF.


Border color

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

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

This div border color is #8499AF.


Opacity

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

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

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

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

This text has shadow with #8499AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8499AF on black background.


Color preview on white background

This text has color #8499AF on white background.



Black color preview on #8499AF background

This text has black color on #8499AF background.


White color preview on #8499AF background

This text has white color on #8499AF background.