COLOR #8497BD

HEX: #8497BD RGB: (132,151,189)

Color info

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

RGB color model

#8497BD color RGB value is (132,151,189).

RGB: (132,151,189) (52%, 59%, 74%)

RGB channels and saturation

R 132 of 255 = 52%
G 151 of 255 = 59%
B 189 of 255 = 74%

132
151
189

R + G + B ~ 62%. #8497BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 151 + 189 = 472 (100%)
R 132 of 472 ~ 27.97%
G 151 of 472 ~ 31.99%
B 189 of 472 ~ 40.04'%

%27.97
%31.99
%40.04

CMYK color model

#8497BD color CMYK value is (30,20,0,26).

  • cyan value is 30.16%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (30,20,0,26)
C30M20Y0K26 (30%, 20%, 0%, 26%)
(0.30 / 0.20 / 0.00 / 0.26)

CMYK percentages

%30.16
%20.11
%0
%25.88

Codes

Color #8497BD in popluar color models

84 97 BD
RGB 132 151 189
HSL 220° 30.16% 62.94%
HSB/HSV 220° 30.16% 74.12%
CMYK 30.16% 20.11% 0.00%
25.88%

Color #8497BD in popluar number systems.

HEX 84 97 BD
Decimal 132 151 189
Binary 10000100 10010111 10111101
Octal 204 227 275

Shades and tints

Shades of #8497BD

#8497BD
(132,151,189)
#788AAC
(120,138,172)
#6C7D9B
(108,125,155)
#60708A
(96,112,138)
#546379
(84,99,121)
#485668
(72,86,104)
#3C4957
(60,73,87)
#303C46
(48,60,70)
#242F35
(36,47,53)
#182224
(24,34,36)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #8497BD

#8497BD
(132,151,189)
#8FA0C3
(143,160,195)
#9AA9C9
(154,169,201)
#A5B2CF
(165,178,207)
#B0BBD5
(176,187,213)
#BBC4DB
(187,196,219)
#C6CDE1
(198,205,225)
#D1D6E7
(209,214,231)
#DCDFED
(220,223,237)
#E7E8F3
(231,232,243)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8497BD; }

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

This text font color is #8497BD.

Background Color

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

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

This div background color is #8497BD.

Border color

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

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

This div border color is #8497BD.

Opacity

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

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

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

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

This text has shadow with #8497BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8497BD.

Preview

Color preview on black background

This text has color #8497BD on black background.


Color preview on white background

This text has color #8497BD on white background.


Black color preview on #8497BD background

This text has black color on #8497BD background.


White color preview on #8497BD background

This text has white color on #8497BD background.


Related colors

Complementary color

Complementary color for #hex is #7B6842.


I love getcolorcode.com

Triadic colors

1 #BD8497 and #97BD84 with #8497BD are triadic colors.

2 #BD9784 and #9784BD with #8497BD are triadic colors.