COLOR #8997AB

HEX: #8997AB
RGB: (137,151,171)

Color info

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

RGB color model

#8997AB color RGB value is (137,151,171).

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

RGB channels and saturation

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

137
151
171

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

Portions of RGB colors in percentages

R + G + B =
137 + 151 + 171 = 459 (100%)
R 137 of 459 ~ 29.85%
G 151 of 459 ~ 32.9%
B 171 of 459 ~ 37.25%

%29.85
%32.9
%37.25

CMYK color model

#8997AB color CMYK value is (20,12,0,33).

  • cyan value is 19.88%
  • magenta value is 11.70%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(20,12,0,33)
C20M12Y0K33 
(20%,12%,0%,33%)
(0.20/0.12/0.00/0.33)	

CMYK percentages

%19.88
%11.7
%0
%32.94

Codes

Color #8997AB in popluar color models

8997AB
RGB137151171
HSL215°16.83%60.39%
HSB/HSV215°19.88%67.06%
CMYK19.88%11.70%0.00%
32.94%

Color #8997AB in popluar number systems.

HEX8997AB
Decimal137151171
Binary100010011001011110101011
Octal211227253

Shades and tints

Shades of #8997AB

#8997AB
(137,151,171)
#7D8A9C
(125,138,156)
#717D8D
(113,125,141)
#65707E
(101,112,126)
#59636F
(89,99,111)
#4D5660
(77,86,96)
#414951
(65,73,81)
#353C42
(53,60,66)
#292F33
(41,47,51)
#1D2224
(29,34,36)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #8997AB

#8997AB
(137,151,171)
#93A0B2
(147,160,178)
#9DA9B9
(157,169,185)
#A7B2C0
(167,178,192)
#B1BBC7
(177,187,199)
#BBC4CE
(187,196,206)
#C5CDD5
(197,205,213)
#CFD6DC
(207,214,220)
#D9DFE3
(217,223,227)
#E3E8EA
(227,232,234)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8997AB; }

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

This text font color is #8997AB.


Background Color

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

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

This div background color is #8997AB.


Border color

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

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

This div border color is #8997AB.


Opacity

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

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

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

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

This text has shadow with #8997AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8997AB on black background.


Color preview on white background

This text has color #8997AB on white background.



Black color preview on #8997AB background

This text has black color on #8997AB background.


White color preview on #8997AB background

This text has white color on #8997AB background.