COLOR #8499AA

HEX: #8499AA RGB: (132,153,170)

Color info

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

RGB color model

#8499AA color RGB value is (132,153,170).

RGB: (132,153,170) (52%, 60%, 67%)

RGB channels and saturation

R 132 of 255 = 52%
G 153 of 255 = 60%
B 170 of 255 = 67%

132
153
170

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

Portions of RGB colors in percentages

R + G + B = 132 + 153 + 170 = 455 (100%)
R 132 of 455 ~ 29.01%
G 153 of 455 ~ 33.63%
B 170 of 455 ~ 37.36'%

%29.01
%33.63
%37.36

CMYK color model

#8499AA color CMYK value is (22,10,0,33).

  • cyan value is 22.35%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (22,10,0,33)
C22M10Y0K33 (22%, 10%, 0%, 33%)
(0.22 / 0.10 / 0.00 / 0.33)

CMYK percentages

%22.35
%10
%0
%33.33

Codes

Color #8499AA in popluar color models

84 99 AA
RGB 132 153 170
HSL 207° 18.27% 59.22%
HSB/HSV 207° 22.35% 66.67%
CMYK 22.35% 10.00% 0.00%
33.33%

Color #8499AA in popluar number systems.

HEX 84 99 AA
Decimal 132 153 170
Binary 10000100 10011001 10101010
Octal 204 231 252

Shades and tints

Shades of #8499AA

#8499AA
(132,153,170)
#788C9B
(120,140,155)
#6C7F8C
(108,127,140)
#60727D
(96,114,125)
#54656E
(84,101,110)
#48585F
(72,88,95)
#3C4B50
(60,75,80)
#303E41
(48,62,65)
#243132
(36,49,50)
#182423
(24,36,35)
#0C1714
(12,23,20)
#000000
(0,0,0)

Tints of #8499AA

#8499AA
(132,153,170)
#8FA2B1
(143,162,177)
#9AABB8
(154,171,184)
#A5B4BF
(165,180,191)
#B0BDC6
(176,189,198)
#BBC6CD
(187,198,205)
#C6CFD4
(198,207,212)
#D1D8DB
(209,216,219)
#DCE1E2
(220,225,226)
#E7EAE9
(231,234,233)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8499AA; }

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

This text font color is #8499AA.

Background Color

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

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

This div background color is #8499AA.

Border color

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

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

This div border color is #8499AA.

Opacity

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

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

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

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

This text has shadow with #8499AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8499AA.

Preview

Color preview on black background

This text has color #8499AA on black background.


Color preview on white background

This text has color #8499AA on white background.


Black color preview on #8499AA background

This text has black color on #8499AA background.


White color preview on #8499AA background

This text has white color on #8499AA background.


Related colors

Complementary color

Complementary color for #hex is #7B6655.


I love getcolorcode.com

Triadic colors

1 #AA8499 and #99AA84 with #8499AA are triadic colors.

2 #AA9984 and #9984AA with #8499AA are triadic colors.