COLOR #8997AA

HEX: #8997AA
RGB: (137,151,170)

Color info

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

RGB color model

#8997AA color RGB value is (137,151,170).

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

RGB channels and saturation

R 137 of 255 = 54%
G 151 of 255 = 59%
B 170 of 255 = 67%

137
151
170

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

Portions of RGB colors in percentages

R + G + B =
137 + 151 + 170 = 458 (100%)
R 137 of 458 ~ 29.91%
G 151 of 458 ~ 32.97%
B 170 of 458 ~ 37.12%

%29.91
%32.97
%37.12

CMYK color model

#8997AA color CMYK value is (19,11,0,33).

  • cyan value is 19.41%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(19,11,0,33)
C19M11Y0K33 
(19%,11%,0%,33%)
(0.19/0.11/0.00/0.33)	

CMYK percentages

%19.41
%11.18
%0
%33.33

Codes

Color #8997AA in popluar color models

8997AA
RGB137151170
HSL215°16.26%60.20%
HSB/HSV215°19.41%66.67%
CMYK19.41%11.18%0.00%
33.33%

Color #8997AA in popluar number systems.

HEX8997AA
Decimal137151170
Binary100010011001011110101010
Octal211227252

Shades and tints

Shades of #8997AA

#8997AA
(137,151,170)
#7D8A9B
(125,138,155)
#717D8C
(113,125,140)
#65707D
(101,112,125)
#59636E
(89,99,110)
#4D565F
(77,86,95)
#414950
(65,73,80)
#353C41
(53,60,65)
#292F32
(41,47,50)
#1D2223
(29,34,35)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #8997AA

#8997AA
(137,151,170)
#93A0B1
(147,160,177)
#9DA9B8
(157,169,184)
#A7B2BF
(167,178,191)
#B1BBC6
(177,187,198)
#BBC4CD
(187,196,205)
#C5CDD4
(197,205,212)
#CFD6DB
(207,214,219)
#D9DFE2
(217,223,226)
#E3E8E9
(227,232,233)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8997AA; }

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

This text font color is #8997AA.


Background Color

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

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

This div background color is #8997AA.


Border color

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

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

This div border color is #8997AA.


Opacity

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

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

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

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

This text has shadow with #8997AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8997AA on black background.


Color preview on white background

This text has color #8997AA on white background.



Black color preview on #8997AA background

This text has black color on #8997AA background.


White color preview on #8997AA background

This text has white color on #8997AA background.