COLOR #8497CA

HEX: #8497CA RGB: (132,151,202)

Color info

#8497CA contains mainly green and blue colors. Web safe color of #8497CA is #9999CC (or #99C).

RGB color model

#8497CA color RGB value is (132,151,202).

RGB: (132,151,202) (52%, 59%, 79%)

RGB channels and saturation

R 132 of 255 = 52%
G 151 of 255 = 59%
B 202 of 255 = 79%

132
151
202

R + G + B ~ 63%. #8497CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 151 + 202 = 485 (100%)
R 132 of 485 ~ 27.22%
G 151 of 485 ~ 31.13%
B 202 of 485 ~ 41.65'%

%27.22
%31.13
%41.65

CMYK color model

#8497CA color CMYK value is (35,25,0,21).

  • cyan value is 34.65%
  • magenta value is 25.25%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (35,25,0,21)
C35M25Y0K21 (35%, 25%, 0%, 21%)
(0.35 / 0.25 / 0.00 / 0.21)

CMYK percentages

%34.65
%25.25
%0
%20.78

Codes

Color #8497CA in popluar color models

84 97 CA
RGB 132 151 202
HSL 224° 39.77% 65.49%
HSB/HSV 224° 34.65% 79.22%
CMYK 34.65% 25.25% 0.00%
20.78%

Color #8497CA in popluar number systems.

HEX 84 97 CA
Decimal 132 151 202
Binary 10000100 10010111 11001010
Octal 204 227 312

Shades and tints

Shades of #8497CA

#8497CA
(132,151,202)
#788AB8
(120,138,184)
#6C7DA6
(108,125,166)
#607094
(96,112,148)
#546382
(84,99,130)
#485670
(72,86,112)
#3C495E
(60,73,94)
#303C4C
(48,60,76)
#242F3A
(36,47,58)
#182228
(24,34,40)
#0C1516
(12,21,22)
#000000
(0,0,0)

Tints of #8497CA

#8497CA
(132,151,202)
#8FA0CE
(143,160,206)
#9AA9D2
(154,169,210)
#A5B2D6
(165,178,214)
#B0BBDA
(176,187,218)
#BBC4DE
(187,196,222)
#C6CDE2
(198,205,226)
#D1D6E6
(209,214,230)
#DCDFEA
(220,223,234)
#E7E8EE
(231,232,238)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8497CA; }

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

This text font color is #8497CA.

Background Color

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

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

This div background color is #8497CA.

Border color

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

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

This div border color is #8497CA.

Opacity

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

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

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

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

This text has shadow with #8497CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8497CA.

Preview

Color preview on black background

This text has color #8497CA on black background.


Color preview on white background

This text has color #8497CA on white background.


Black color preview on #8497CA background

This text has black color on #8497CA background.


White color preview on #8497CA background

This text has white color on #8497CA background.


Related colors

Complementary color

Complementary color for #hex is #7B6835.


I love getcolorcode.com

Triadic colors

1 #CA8497 and #97CA84 with #8497CA are triadic colors.

2 #CA9784 and #9784CA with #8497CA are triadic colors.