COLOR #8499AD

HEX: #8499AD RGB: (132,153,173)

Color info

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

RGB color model

#8499AD color RGB value is (132,153,173).

RGB: (132,153,173) (52%, 60%, 68%)

RGB channels and saturation

R 132 of 255 = 52%
G 153 of 255 = 60%
B 173 of 255 = 68%

132
153
173

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

Portions of RGB colors in percentages

R + G + B = 132 + 153 + 173 = 458 (100%)
R 132 of 458 ~ 28.82%
G 153 of 458 ~ 33.41%
B 173 of 458 ~ 37.77'%

%28.82
%33.41
%37.77

CMYK color model

#8499AD color CMYK value is (24,12,0,32).

  • cyan value is 23.70%
  • magenta value is 11.56%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (24,12,0,32)
C24M12Y0K32 (24%, 12%, 0%, 32%)
(0.24 / 0.12 / 0.00 / 0.32)

CMYK percentages

%23.7
%11.56
%0
%32.16

Codes

Color #8499AD in popluar color models

84 99 AD
RGB 132 153 173
HSL 209° 20.00% 59.80%
HSB/HSV 209° 23.70% 67.84%
CMYK 23.70% 11.56% 0.00%
32.16%

Color #8499AD in popluar number systems.

HEX 84 99 AD
Decimal 132 153 173
Binary 10000100 10011001 10101101
Octal 204 231 255

Shades and tints

Shades of #8499AD

#8499AD
(132,153,173)
#788C9E
(120,140,158)
#6C7F8F
(108,127,143)
#607280
(96,114,128)
#546571
(84,101,113)
#485862
(72,88,98)
#3C4B53
(60,75,83)
#303E44
(48,62,68)
#243135
(36,49,53)
#182426
(24,36,38)
#0C1717
(12,23,23)
#000000
(0,0,0)

Tints of #8499AD

#8499AD
(132,153,173)
#8FA2B4
(143,162,180)
#9AABBB
(154,171,187)
#A5B4C2
(165,180,194)
#B0BDC9
(176,189,201)
#BBC6D0
(187,198,208)
#C6CFD7
(198,207,215)
#D1D8DE
(209,216,222)
#DCE1E5
(220,225,229)
#E7EAEC
(231,234,236)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8499AD; }

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

This text font color is #8499AD.

Background Color

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

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

This div background color is #8499AD.

Border color

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

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

This div border color is #8499AD.

Opacity

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

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

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

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

This text has shadow with #8499AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8499AD.

Preview

Color preview on black background

This text has color #8499AD on black background.


Color preview on white background

This text has color #8499AD on white background.


Black color preview on #8499AD background

This text has black color on #8499AD background.


White color preview on #8499AD background

This text has white color on #8499AD background.


Related colors

Complementary color

Complementary color for #hex is #7B6652.


I love getcolorcode.com

Triadic colors

1 #AD8499 and #99AD84 with #8499AD are triadic colors.

2 #AD9984 and #9984AD with #8499AD are triadic colors.