COLOR #8499AB

HEX: #8499AB RGB: (132,153,171)

Color info

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

RGB color model

#8499AB color RGB value is (132,153,171).

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

RGB channels and saturation

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

132
153
171

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

Portions of RGB colors in percentages

R + G + B = 132 + 153 + 171 = 456 (100%)
R 132 of 456 ~ 28.95%
G 153 of 456 ~ 33.55%
B 171 of 456 ~ 37.5'%

%28.95
%33.55
%37.5

CMYK color model

#8499AB color CMYK value is (23,11,0,33).

  • cyan value is 22.81%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (23,11,0,33)
C23M11Y0K33 (23%, 11%, 0%, 33%)
(0.23 / 0.11 / 0.00 / 0.33)

CMYK percentages

%22.81
%10.53
%0
%32.94

Codes

Color #8499AB in popluar color models

84 99 AB
RGB 132 153 171
HSL 208° 18.84% 59.41%
HSB/HSV 208° 22.81% 67.06%
CMYK 22.81% 10.53% 0.00%
32.94%

Color #8499AB in popluar number systems.

HEX 84 99 AB
Decimal 132 153 171
Binary 10000100 10011001 10101011
Octal 204 231 253

Shades and tints

Shades of #8499AB

#8499AB
(132,153,171)
#788C9C
(120,140,156)
#6C7F8D
(108,127,141)
#60727E
(96,114,126)
#54656F
(84,101,111)
#485860
(72,88,96)
#3C4B51
(60,75,81)
#303E42
(48,62,66)
#243133
(36,49,51)
#182424
(24,36,36)
#0C1715
(12,23,21)
#000000
(0,0,0)

Tints of #8499AB

#8499AB
(132,153,171)
#8FA2B2
(143,162,178)
#9AABB9
(154,171,185)
#A5B4C0
(165,180,192)
#B0BDC7
(176,189,199)
#BBC6CE
(187,198,206)
#C6CFD5
(198,207,213)
#D1D8DC
(209,216,220)
#DCE1E3
(220,225,227)
#E7EAEA
(231,234,234)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8499AB; }

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

This text font color is #8499AB.

Background Color

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

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

This div background color is #8499AB.

Border color

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

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

This div border color is #8499AB.

Opacity

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

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

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

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

This text has shadow with #8499AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8499AB.

Preview

Color preview on black background

This text has color #8499AB on black background.


Color preview on white background

This text has color #8499AB on white background.


Black color preview on #8499AB background

This text has black color on #8499AB background.


White color preview on #8499AB background

This text has white color on #8499AB background.


Related colors

Complementary color

Complementary color for #hex is #7B6654.


I love getcolorcode.com

Triadic colors

1 #AB8499 and #99AB84 with #8499AB are triadic colors.

2 #AB9984 and #9984AB with #8499AB are triadic colors.