COLOR #8996AB

HEX: #8996AB
RGB: (137,150,171)

Color info

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

RGB color model

#8996AB color RGB value is (137,150,171).

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

RGB channels and saturation

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

137
150
171

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

Portions of RGB colors in percentages

R + G + B =
137 + 150 + 171 = 458 (100%)
R 137 of 458 ~ 29.91%
G 150 of 458 ~ 32.75%
B 171 of 458 ~ 37.34%

%29.91
%32.75
%37.34

CMYK color model

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

  • cyan value is 19.88%
  • magenta value is 12.28%
  • 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
%12.28
%0
%32.94

Codes

Color #8996AB in popluar color models

8996AB
RGB137150171
HSL217°16.83%60.39%
HSB/HSV217°19.88%67.06%
CMYK19.88%12.28%0.00%
32.94%

Color #8996AB in popluar number systems.

HEX8996AB
Decimal137150171
Binary100010011001011010101011
Octal211226253

Shades and tints

Shades of #8996AB

#8996AB
(137,150,171)
#7D899C
(125,137,156)
#717C8D
(113,124,141)
#656F7E
(101,111,126)
#59626F
(89,98,111)
#4D5560
(77,85,96)
#414851
(65,72,81)
#353B42
(53,59,66)
#292E33
(41,46,51)
#1D2124
(29,33,36)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #8996AB

#8996AB
(137,150,171)
#939FB2
(147,159,178)
#9DA8B9
(157,168,185)
#A7B1C0
(167,177,192)
#B1BAC7
(177,186,199)
#BBC3CE
(187,195,206)
#C5CCD5
(197,204,213)
#CFD5DC
(207,213,220)
#D9DEE3
(217,222,227)
#E3E7EA
(227,231,234)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8996AB; }

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

This text font color is #8996AB.


Background Color

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

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

This div background color is #8996AB.


Border color

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

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

This div border color is #8996AB.


Opacity

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

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

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

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

This text has shadow with #8996AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8996AB on black background.


Color preview on white background

This text has color #8996AB on white background.



Black color preview on #8996AB background

This text has black color on #8996AB background.


White color preview on #8996AB background

This text has white color on #8996AB background.