COLOR #8497AC

HEX: #8497AC RGB: (132,151,172)

Color info

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

RGB color model

#8497AC color RGB value is (132,151,172).

RGB: (132,151,172) (52%, 59%, 67%)

RGB channels and saturation

R 132 of 255 = 52%
G 151 of 255 = 59%
B 172 of 255 = 67%

132
151
172

R + G + B ~ 59%. #8497AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 151 + 172 = 455 (100%)
R 132 of 455 ~ 29.01%
G 151 of 455 ~ 33.19%
B 172 of 455 ~ 37.8'%

%29.01
%33.19
%37.8

CMYK color model

#8497AC color CMYK value is (23,12,0,33).

  • cyan value is 23.26%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (23,12,0,33)
C23M12Y0K33 (23%, 12%, 0%, 33%)
(0.23 / 0.12 / 0.00 / 0.33)

CMYK percentages

%23.26
%12.21
%0
%32.55

Codes

Color #8497AC in popluar color models

84 97 AC
RGB 132 151 172
HSL 212° 19.42% 59.61%
HSB/HSV 212° 23.26% 67.45%
CMYK 23.26% 12.21% 0.00%
32.55%

Color #8497AC in popluar number systems.

HEX 84 97 AC
Decimal 132 151 172
Binary 10000100 10010111 10101100
Octal 204 227 254

Shades and tints

Shades of #8497AC

#8497AC
(132,151,172)
#788A9D
(120,138,157)
#6C7D8E
(108,125,142)
#60707F
(96,112,127)
#546370
(84,99,112)
#485661
(72,86,97)
#3C4952
(60,73,82)
#303C43
(48,60,67)
#242F34
(36,47,52)
#182225
(24,34,37)
#0C1516
(12,21,22)
#000000
(0,0,0)

Tints of #8497AC

#8497AC
(132,151,172)
#8FA0B3
(143,160,179)
#9AA9BA
(154,169,186)
#A5B2C1
(165,178,193)
#B0BBC8
(176,187,200)
#BBC4CF
(187,196,207)
#C6CDD6
(198,205,214)
#D1D6DD
(209,214,221)
#DCDFE4
(220,223,228)
#E7E8EB
(231,232,235)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8497AC color. Also use rgb(132,151,172) instead hex code.

Text Font Color

.myTextColor { color: #8497AC; }

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

This text font color is #8497AC.

Background Color

.myBgColor { background-color: #8497AC; }

<div style="background-color:#8497AC">Inner text</div>

This div background color is #8497AC.

Border color

.myBorderColor { border: 1px solid #8497AC; }

<div style="border:3px solid #8497AC">Div</div>

This div border color is #8497AC.

Opacity

.myOpacity80 { color: #8497AC; opacity: 0.8; }

<p style="color:#8497AC;opacity:0.8;">80%</p>

Text with #8497AC 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 #8497AC;}

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

This text has shadow with #8497AC color.


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

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

This text has shadow with #8497AC primary color and red secondary color.


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

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

This text has shadow with #8497AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8497AC.

Preview

Color preview on black background

This text has color #8497AC on black background.


Color preview on white background

This text has color #8497AC on white background.


Black color preview on #8497AC background

This text has black color on #8497AC background.


White color preview on #8497AC background

This text has white color on #8497AC background.


Related colors

Complementary color

Complementary color for #hex is #7B6853.


I love getcolorcode.com

Triadic colors

1 #AC8497 and #97AC84 with #8497AC are triadic colors.

2 #AC9784 and #9784AC with #8497AC are triadic colors.