COLOR #8996AF

HEX: #8996AF
RGB: (137,150,175)

Color info

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

RGB color model

#8996AF color RGB value is (137,150,175).

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

RGB channels and saturation

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

137
150
175

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

Portions of RGB colors in percentages

R + G + B =
137 + 150 + 175 = 462 (100%)
R 137 of 462 ~ 29.65%
G 150 of 462 ~ 32.47%
B 175 of 462 ~ 37.88%

%29.65
%32.47
%37.88

CMYK color model

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

  • cyan value is 21.71%
  • magenta value is 14.29%
  • 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
%14.29
%0
%31.37

Codes

Color #8996AF in popluar color models

8996AF
RGB137150175
HSL219°19.19%61.18%
HSB/HSV219°21.71%68.63%
CMYK21.71%14.29%0.00%
31.37%

Color #8996AF in popluar number systems.

HEX8996AF
Decimal137150175
Binary100010011001011010101111
Octal211226257

Shades and tints

Shades of #8996AF

#8996AF
(137,150,175)
#7D89A0
(125,137,160)
#717C91
(113,124,145)
#656F82
(101,111,130)
#596273
(89,98,115)
#4D5564
(77,85,100)
#414855
(65,72,85)
#353B46
(53,59,70)
#292E37
(41,46,55)
#1D2128
(29,33,40)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #8996AF

#8996AF
(137,150,175)
#939FB6
(147,159,182)
#9DA8BD
(157,168,189)
#A7B1C4
(167,177,196)
#B1BACB
(177,186,203)
#BBC3D2
(187,195,210)
#C5CCD9
(197,204,217)
#CFD5E0
(207,213,224)
#D9DEE7
(217,222,231)
#E3E7EE
(227,231,238)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8996AF; }

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

This text font color is #8996AF.


Background Color

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

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

This div background color is #8996AF.


Border color

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

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

This div border color is #8996AF.


Opacity

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

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

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

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

This text has shadow with #8996AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8996AF on black background.


Color preview on white background

This text has color #8996AF on white background.



Black color preview on #8996AF background

This text has black color on #8996AF background.


White color preview on #8996AF background

This text has white color on #8996AF background.