COLOR #8297C6

HEX: #8297C6 RGB: (130,151,198)

Color info

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

RGB color model

#8297C6 color RGB value is (130,151,198).

RGB: (130,151,198) (51%, 59%, 78%)

RGB channels and saturation

R 130 of 255 = 51%
G 151 of 255 = 59%
B 198 of 255 = 78%

130
151
198

R + G + B ~ 63%. #8297C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 151 + 198 = 479 (100%)
R 130 of 479 ~ 27.14%
G 151 of 479 ~ 31.52%
B 198 of 479 ~ 41.34'%

%27.14
%31.52
%41.34

CMYK color model

#8297C6 color CMYK value is (34,24,0,22).

  • cyan value is 34.34%
  • magenta value is 23.74%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (34,24,0,22) C34M24Y0K22 (34%,24%,0%,22%) (0.34/0.24/0.00/0.22) 

CMYK percentages

%34.34
%23.74
%0
%22.35

Codes

Color #8297C6 in popluar color models

82 97 C6
RGB 130 151 198
HSL 221° 37.36% 64.31%
HSB/HSV 221° 34.34% 77.65%
CMYK 34.34% 23.74% 0.00%
22.35%

Color #8297C6 in popluar number systems.

HEX 82 97 C6
Decimal 130 151 198
Binary 10000010 10010111 11000110
Octal 202 227 306

Shades and tints

Shades of #8297C6

#8297C6
(130,151,198)
#778AB4
(119,138,180)
#6C7DA2
(108,125,162)
#617090
(97,112,144)
#56637E
(86,99,126)
#4B566C
(75,86,108)
#40495A
(64,73,90)
#353C48
(53,60,72)
#2A2F36
(42,47,54)
#1F2224
(31,34,36)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #8297C6

#8297C6
(130,151,198)
#8DA0CB
(141,160,203)
#98A9D0
(152,169,208)
#A3B2D5
(163,178,213)
#AEBBDA
(174,187,218)
#B9C4DF
(185,196,223)
#C4CDE4
(196,205,228)
#CFD6E9
(207,214,233)
#DADFEE
(218,223,238)
#E5E8F3
(229,232,243)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8297C6 color. Also use rgb(130,151,198) instead hex code.

Text Font Color

.myTextColor { color: #8297C6; }

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

This text font color is #8297C6.

Background Color

.myBgColor { background-color: #8297C6; }

<div style="background-color:#8297C6">Inner text</div>

This div background color is #8297C6.

Border color

.myBorderColor { border: 1px solid #8297C6; }

<div style="border:3px solid #8297C6">Div</div>

This div border color is #8297C6.

Opacity

.myOpacity80 { color: #8297C6; opacity: 0.8; }

<p style="color:#8297C6;opacity:0.8;">80%</p>

Text with #8297C6 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 #8297C6;}

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

This text has shadow with #8297C6 color.


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

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

This text has shadow with #8297C6 primary color and red secondary color.


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

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

This text has shadow with #8297C6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8297C6.

Preview

Color preview on black background

This text has color #8297C6 on black background.


Color preview on white background

This text has color #8297C6 on white background.


Black color preview on #8297C6 background

This text has black color on #8297C6 background.


White color preview on #8297C6 background

This text has white color on #8297C6 background.


Related colors

Complementary color

Complementary color for #hex is #7D6839.


I love getcolorcode.com

Triadic colors

1 #C68297 and #97C682 with #8297C6 are triadic colors.

2 #C69782 and #9782C6 with #8297C6 are triadic colors.