COLOR #8988AB

HEX: #8988AB
RGB: (137,136,171)

Color info

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

RGB color model

#8988AB color RGB value is (137,136,171).

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

RGB channels and saturation

R 137 of 255 = 54%
G 136 of 255 = 53%
B 171 of 255 = 67%

137
136
171

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

Portions of RGB colors in percentages

R + G + B =
137 + 136 + 171 = 444 (100%)
R 137 of 444 ~ 30.86%
G 136 of 444 ~ 30.63%
B 171 of 444 ~ 38.51%

%30.86
%30.63
%38.51

CMYK color model

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

  • cyan value is 19.88%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(20,20,0,33)
C20M20Y0K33 
(20%,20%,0%,33%)
(0.20/0.20/0.00/0.33)	

CMYK percentages

%19.88
%20.47
%0
%32.94

Codes

Color #8988AB in popluar color models

8988AB
RGB137136171
HSL242°17.24%60.20%
HSB/HSV242°20.47%67.06%
CMYK19.88%20.47%0.00%
32.94%

Color #8988AB in popluar number systems.

HEX8988AB
Decimal137136171
Binary100010011000100010101011
Octal211210253

Shades and tints

Shades of #8988AB

#8988AB
(137,136,171)
#7D7C9C
(125,124,156)
#71708D
(113,112,141)
#65647E
(101,100,126)
#59586F
(89,88,111)
#4D4C60
(77,76,96)
#414051
(65,64,81)
#353442
(53,52,66)
#292833
(41,40,51)
#1D1C24
(29,28,36)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #8988AB

#8988AB
(137,136,171)
#9392B2
(147,146,178)
#9D9CB9
(157,156,185)
#A7A6C0
(167,166,192)
#B1B0C7
(177,176,199)
#BBBACE
(187,186,206)
#C5C4D5
(197,196,213)
#CFCEDC
(207,206,220)
#D9D8E3
(217,216,227)
#E3E2EA
(227,226,234)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8988AB; }

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

This text font color is #8988AB.


Background Color

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

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

This div background color is #8988AB.


Border color

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

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

This div border color is #8988AB.


Opacity

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

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

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

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

This text has shadow with #8988AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8988AB on black background.


Color preview on white background

This text has color #8988AB on white background.



Black color preview on #8988AB background

This text has black color on #8988AB background.


White color preview on #8988AB background

This text has white color on #8988AB background.