COLOR #8997AF

HEX: #8997AF
RGB: (137,151,175)

Color info

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

RGB color model

#8997AF color RGB value is (137,151,175).

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

RGB channels and saturation

R 137 of 255 = 54%
G 151 of 255 = 59%
B 175 of 255 = 69%

137
151
175

R + G + B ~ 61%. #8997AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 151 + 175 = 463 (100%)
R 137 of 463 ~ 29.59%
G 151 of 463 ~ 32.61%
B 175 of 463 ~ 37.8%

%29.59
%32.61
%37.8

CMYK color model

#8997AF color CMYK value is (22,14,0,31).

  • cyan value is 21.71%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(22,14,0,31)
C22M14Y0K31 
(22%,14%,0%,31%)
(0.22/0.14/0.00/0.31)	

CMYK percentages

%21.71
%13.71
%0
%31.37

Codes

Color #8997AF in popluar color models

8997AF
RGB137151175
HSL218°19.19%61.18%
HSB/HSV218°21.71%68.63%
CMYK21.71%13.71%0.00%
31.37%

Color #8997AF in popluar number systems.

HEX8997AF
Decimal137151175
Binary100010011001011110101111
Octal211227257

Shades and tints

Shades of #8997AF

#8997AF
(137,151,175)
#7D8AA0
(125,138,160)
#717D91
(113,125,145)
#657082
(101,112,130)
#596373
(89,99,115)
#4D5664
(77,86,100)
#414955
(65,73,85)
#353C46
(53,60,70)
#292F37
(41,47,55)
#1D2228
(29,34,40)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #8997AF

#8997AF
(137,151,175)
#93A0B6
(147,160,182)
#9DA9BD
(157,169,189)
#A7B2C4
(167,178,196)
#B1BBCB
(177,187,203)
#BBC4D2
(187,196,210)
#C5CDD9
(197,205,217)
#CFD6E0
(207,214,224)
#D9DFE7
(217,223,231)
#E3E8EE
(227,232,238)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8997AF; }

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

This text font color is #8997AF.


Background Color

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

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

This div background color is #8997AF.


Border color

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

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

This div border color is #8997AF.


Opacity

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

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

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

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

This text has shadow with #8997AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8997AF on black background.


Color preview on white background

This text has color #8997AF on white background.



Black color preview on #8997AF background

This text has black color on #8997AF background.


White color preview on #8997AF background

This text has white color on #8997AF background.