COLOR #8297B5

HEX: #8297B5
RGB: (130,151,181)

Color info

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

RGB color model

#8297B5 color RGB value is (130,151,181).

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

RGB channels and saturation

R 130 of 255 = 51%
G 151 of 255 = 59%
B 181 of 255 = 71%

130
151
181

R + G + B ~ 60%. #8297B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 151 + 181 = 462 (100%)
R 130 of 462 ~ 28.14%
G 151 of 462 ~ 32.68%
B 181 of 462 ~ 39.18%

%28.14
%32.68
%39.18

CMYK color model

#8297B5 color CMYK value is (28,17,0,29).

  • cyan value is 28.18%
  • magenta value is 16.57%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(28,17,0,29)
C28M17Y0K29 
(28%,17%,0%,29%)
(0.28/0.17/0.00/0.29)	

CMYK percentages

%28.18
%16.57
%0
%29.02

Codes

Color #8297B5 in popluar color models

8297B5
RGB130151181
HSL215°25.63%60.98%
HSB/HSV215°28.18%70.98%
CMYK28.18%16.57%0.00%
29.02%

Color #8297B5 in popluar number systems.

HEX8297B5
Decimal130151181
Binary100000101001011110110101
Octal202227265

Shades and tints

Shades of #8297B5

#8297B5
(130,151,181)
#778AA5
(119,138,165)
#6C7D95
(108,125,149)
#617085
(97,112,133)
#566375
(86,99,117)
#4B5665
(75,86,101)
#404955
(64,73,85)
#353C45
(53,60,69)
#2A2F35
(42,47,53)
#1F2225
(31,34,37)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #8297B5

#8297B5
(130,151,181)
#8DA0BB
(141,160,187)
#98A9C1
(152,169,193)
#A3B2C7
(163,178,199)
#AEBBCD
(174,187,205)
#B9C4D3
(185,196,211)
#C4CDD9
(196,205,217)
#CFD6DF
(207,214,223)
#DADFE5
(218,223,229)
#E5E8EB
(229,232,235)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8297B5; }

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

This text font color is #8297B5.


Background Color

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

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

This div background color is #8297B5.


Border color

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

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

This div border color is #8297B5.


Opacity

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

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

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

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

This text has shadow with #8297B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8297B5 on black background.


Color preview on white background

This text has color #8297B5 on white background.



Black color preview on #8297B5 background

This text has black color on #8297B5 background.


White color preview on #8297B5 background

This text has white color on #8297B5 background.