COLOR #8497B6

HEX: #8497B6 RGB: (132,151,182)

Color info

#8497B6 contains red, green and blue colors in about the same proportion. Web safe color of #8497B6 is #9999CC (or #99C).

RGB color model

#8497B6 color RGB value is (132,151,182).

RGB: (132,151,182) (52%, 59%, 71%)

RGB channels and saturation

R 132 of 255 = 52%
G 151 of 255 = 59%
B 182 of 255 = 71%

132
151
182

R + G + B ~ 61%. #8497B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 151 + 182 = 465 (100%)
R 132 of 465 ~ 28.39%
G 151 of 465 ~ 32.47%
B 182 of 465 ~ 39.14'%

%28.39
%32.47
%39.14

CMYK color model

#8497B6 color CMYK value is (27,17,0,29).

  • cyan value is 27.47%
  • magenta value is 17.03%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (27,17,0,29)
C27M17Y0K29 (27%, 17%, 0%, 29%)
(0.27 / 0.17 / 0.00 / 0.29)

CMYK percentages

%27.47
%17.03
%0
%28.63

Codes

Color #8497B6 in popluar color models

84 97 B6
RGB 132 151 182
HSL 217° 25.51% 61.57%
HSB/HSV 217° 27.47% 71.37%
CMYK 27.47% 17.03% 0.00%
28.63%

Color #8497B6 in popluar number systems.

HEX 84 97 B6
Decimal 132 151 182
Binary 10000100 10010111 10110110
Octal 204 227 266

Shades and tints

Shades of #8497B6

#8497B6
(132,151,182)
#788AA6
(120,138,166)
#6C7D96
(108,125,150)
#607086
(96,112,134)
#546376
(84,99,118)
#485666
(72,86,102)
#3C4956
(60,73,86)
#303C46
(48,60,70)
#242F36
(36,47,54)
#182226
(24,34,38)
#0C1516
(12,21,22)
#000000
(0,0,0)

Tints of #8497B6

#8497B6
(132,151,182)
#8FA0BC
(143,160,188)
#9AA9C2
(154,169,194)
#A5B2C8
(165,178,200)
#B0BBCE
(176,187,206)
#BBC4D4
(187,196,212)
#C6CDDA
(198,205,218)
#D1D6E0
(209,214,224)
#DCDFE6
(220,223,230)
#E7E8EC
(231,232,236)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8497B6; }

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

This text font color is #8497B6.

Background Color

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

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

This div background color is #8497B6.

Border color

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

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

This div border color is #8497B6.

Opacity

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

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

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

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

This text has shadow with #8497B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8497B6.

Preview

Color preview on black background

This text has color #8497B6 on black background.


Color preview on white background

This text has color #8497B6 on white background.


Black color preview on #8497B6 background

This text has black color on #8497B6 background.


White color preview on #8497B6 background

This text has white color on #8497B6 background.


Related colors

Complementary color

Complementary color for #hex is #7B6849.


I love getcolorcode.com

Triadic colors

1 #B68497 and #97B684 with #8497B6 are triadic colors.

2 #B69784 and #9784B6 with #8497B6 are triadic colors.