COLOR #8297BD

HEX: #8297BD
RGB: (130,151,189)

Color info

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

RGB color model

#8297BD color RGB value is (130,151,189).

  • red value is 130;
  • green value is 151;
  • blue value is 189.
RGB:
(130,151,189)
(51%,59%,74%)

RGB channels and saturation

R 130 of 255 = 51%
G 151 of 255 = 59%
B 189 of 255 = 74%

130
151
189

R + G + B ~ 61%. #8297BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 151 + 189 = 470 (100%)
R 130 of 470 ~ 27.66%
G 151 of 470 ~ 32.13%
B 189 of 470 ~ 40.21%

%27.66
%32.13
%40.21

CMYK color model

#8297BD color CMYK value is (31,20,0,26).

  • cyan value is 31.22%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(31,20,0,26)
C31M20Y0K26 
(31%,20%,0%,26%)
(0.31/0.20/0.00/0.26)	

CMYK percentages

%31.22
%20.11
%0
%25.88

Codes

Color #8297BD in popluar color models

8297BD
RGB130151189
HSL219°30.89%62.55%
HSB/HSV219°31.22%74.12%
CMYK31.22%20.11%0.00%
25.88%

Color #8297BD in popluar number systems.

HEX8297BD
Decimal130151189
Binary100000101001011110111101
Octal202227275

Shades and tints

Shades of #8297BD

#8297BD
(130,151,189)
#778AAC
(119,138,172)
#6C7D9B
(108,125,155)
#61708A
(97,112,138)
#566379
(86,99,121)
#4B5668
(75,86,104)
#404957
(64,73,87)
#353C46
(53,60,70)
#2A2F35
(42,47,53)
#1F2224
(31,34,36)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #8297BD

#8297BD
(130,151,189)
#8DA0C3
(141,160,195)
#98A9C9
(152,169,201)
#A3B2CF
(163,178,207)
#AEBBD5
(174,187,213)
#B9C4DB
(185,196,219)
#C4CDE1
(196,205,225)
#CFD6E7
(207,214,231)
#DADFED
(218,223,237)
#E5E8F3
(229,232,243)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8297BD; }

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

This text font color is #8297BD.


Background Color

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

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

This div background color is #8297BD.


Border color

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

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

This div border color is #8297BD.


Opacity

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

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

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

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

This text has shadow with #8297BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8297BD on black background.


Color preview on white background

This text has color #8297BD on white background.



Black color preview on #8297BD background

This text has black color on #8297BD background.


White color preview on #8297BD background

This text has white color on #8297BD background.