COLOR #8097AA

HEX: #8097AA
RGB: (128,151,170)

Color info

#8097AA contains red, green and blue colors in about the same proportion. Web safe color of #8097AA is #669999 (or #699).

RGB color model

#8097AA color RGB value is (128,151,170).

  • red value is 128;
  • green value is 151;
  • blue value is 170.
RGB:
(128,151,170)
(50%,59%,67%)

RGB channels and saturation

R 128 of 255 = 50%
G 151 of 255 = 59%
B 170 of 255 = 67%

128
151
170

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

Portions of RGB colors in percentages

R + G + B =
128 + 151 + 170 = 449 (100%)
R 128 of 449 ~ 28.51%
G 151 of 449 ~ 33.63%
B 170 of 449 ~ 37.86%

%28.51
%33.63
%37.86

CMYK color model

#8097AA color CMYK value is (25,11,0,33).

  • cyan value is 24.71%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(25,11,0,33)
C25M11Y0K33 
(25%,11%,0%,33%)
(0.25/0.11/0.00/0.33)	

CMYK percentages

%24.71
%11.18
%0
%33.33

Codes

Color #8097AA in popluar color models

8097AA
RGB128151170
HSL207°19.81%58.43%
HSB/HSV207°24.71%66.67%
CMYK24.71%11.18%0.00%
33.33%

Color #8097AA in popluar number systems.

HEX8097AA
Decimal128151170
Binary100000001001011110101010
Octal200227252

Shades and tints

Shades of #8097AA

#8097AA
(128,151,170)
#758A9B
(117,138,155)
#6A7D8C
(106,125,140)
#5F707D
(95,112,125)
#54636E
(84,99,110)
#49565F
(73,86,95)
#3E4950
(62,73,80)
#333C41
(51,60,65)
#282F32
(40,47,50)
#1D2223
(29,34,35)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #8097AA

#8097AA
(128,151,170)
#8BA0B1
(139,160,177)
#96A9B8
(150,169,184)
#A1B2BF
(161,178,191)
#ACBBC6
(172,187,198)
#B7C4CD
(183,196,205)
#C2CDD4
(194,205,212)
#CDD6DB
(205,214,219)
#D8DFE2
(216,223,226)
#E3E8E9
(227,232,233)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8097AA color. Also use rgb(128,151,170) instead hex code.

Text Font Color

.myTextColor { color: #8097AA; }

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

This text font color is #8097AA.


Background Color

.myBgColor { background-color: #8097AA; }

<div style="background-color:#8097AA">Inner text</div>

This div background color is #8097AA.


Border color

.myBorderColor { border: 1px solid #8097AA; }

<div style="border:3px solid #8097AA">Div</div>

This div border color is #8097AA.


Opacity

.myOpacity80 { color: #8097AA; opacity: 0.8; }

<p style="color:#8097AA;opacity:0.8;">80%</p>

Text with #8097AA 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 #8097AA;}

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

This text has shadow with #8097AA color.

.textShadow {text-shadow: 3px 3px 1px #8097AA, 3px 3px 1px red;}

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

This text has shadow with #8097AA primary color and red secondary color.


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

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

This text has shadow with #8097AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8097AA on black background.


Color preview on white background

This text has color #8097AA on white background.



Black color preview on #8097AA background

This text has black color on #8097AA background.


White color preview on #8097AA background

This text has white color on #8097AA background.