COLOR #8297AB

HEX: #8297AB
RGB: (130,151,171)

Color info

#8297AB contains red, green and blue colors in about the same proportion. Web safe color of #8297AB is #999999 (or #999).

RGB color model

#8297AB color RGB value is (130,151,171).

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

RGB channels and saturation

R 130 of 255 = 51%
G 151 of 255 = 59%
B 171 of 255 = 67%

130
151
171

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

Portions of RGB colors in percentages

R + G + B =
130 + 151 + 171 = 452 (100%)
R 130 of 452 ~ 28.76%
G 151 of 452 ~ 33.41%
B 171 of 452 ~ 37.83%

%28.76
%33.41
%37.83

CMYK color model

#8297AB color CMYK value is (24,12,0,33).

  • cyan value is 23.98%
  • magenta value is 11.70%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(24,12,0,33)
C24M12Y0K33 
(24%,12%,0%,33%)
(0.24/0.12/0.00/0.33)	

CMYK percentages

%23.98
%11.7
%0
%32.94

Codes

Color #8297AB in popluar color models

8297AB
RGB130151171
HSL209°19.62%59.02%
HSB/HSV209°23.98%67.06%
CMYK23.98%11.70%0.00%
32.94%

Color #8297AB in popluar number systems.

HEX8297AB
Decimal130151171
Binary100000101001011110101011
Octal202227253

Shades and tints

Shades of #8297AB

#8297AB
(130,151,171)
#778A9C
(119,138,156)
#6C7D8D
(108,125,141)
#61707E
(97,112,126)
#56636F
(86,99,111)
#4B5660
(75,86,96)
#404951
(64,73,81)
#353C42
(53,60,66)
#2A2F33
(42,47,51)
#1F2224
(31,34,36)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #8297AB

#8297AB
(130,151,171)
#8DA0B2
(141,160,178)
#98A9B9
(152,169,185)
#A3B2C0
(163,178,192)
#AEBBC7
(174,187,199)
#B9C4CE
(185,196,206)
#C4CDD5
(196,205,213)
#CFD6DC
(207,214,220)
#DADFE3
(218,223,227)
#E5E8EA
(229,232,234)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8297AB; }

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

This text font color is #8297AB.


Background Color

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

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

This div background color is #8297AB.


Border color

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

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

This div border color is #8297AB.


Opacity

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

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

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

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

This text has shadow with #8297AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8297AB on black background.


Color preview on white background

This text has color #8297AB on white background.



Black color preview on #8297AB background

This text has black color on #8297AB background.


White color preview on #8297AB background

This text has white color on #8297AB background.