COLOR #8988AA

HEX: #8988AA RGB: (137,136,170)

Color info

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

RGB color model

#8988AA color RGB value is (137,136,170).

RGB: (137,136,170) (54%, 53%, 67%)

RGB channels and saturation

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

137
136
170

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

Portions of RGB colors in percentages

R + G + B = 137 + 136 + 170 = 443 (100%)
R 137 of 443 ~ 30.93%
G 136 of 443 ~ 30.7%
B 170 of 443 ~ 38.37'%

%30.93
%30.7
%38.37

CMYK color model

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

  • cyan value is 19.41%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (19,20,0,33)
C19M20Y0K33 (19%, 20%, 0%, 33%)
(0.19 / 0.20 / 0.00 / 0.33)

CMYK percentages

%19.41
%20
%0
%33.33

Codes

Color #8988AA in popluar color models

89 88 AA
RGB 137 136 170
HSL 242° 16.67% 60.00%
HSB/HSV 242° 20.00% 66.67%
CMYK 19.41% 20.00% 0.00%
33.33%

Color #8988AA in popluar number systems.

HEX 89 88 AA
Decimal 137 136 170
Binary 10001001 10001000 10101010
Octal 211 210 252

Shades and tints

Shades of #8988AA

#8988AA
(137,136,170)
#7D7C9B
(125,124,155)
#71708C
(113,112,140)
#65647D
(101,100,125)
#59586E
(89,88,110)
#4D4C5F
(77,76,95)
#414050
(65,64,80)
#353441
(53,52,65)
#292832
(41,40,50)
#1D1C23
(29,28,35)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #8988AA

#8988AA
(137,136,170)
#9392B1
(147,146,177)
#9D9CB8
(157,156,184)
#A7A6BF
(167,166,191)
#B1B0C6
(177,176,198)
#BBBACD
(187,186,205)
#C5C4D4
(197,196,212)
#CFCEDB
(207,206,219)
#D9D8E2
(217,216,226)
#E3E2E9
(227,226,233)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8988AA; }

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

This text font color is #8988AA.

Background Color

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

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

This div background color is #8988AA.

Border color

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

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

This div border color is #8988AA.

Opacity

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

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

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

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

This text has shadow with #8988AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8988AA.

Preview

Color preview on black background

This text has color #8988AA on black background.


Color preview on white background

This text has color #8988AA on white background.


Black color preview on #8988AA background

This text has black color on #8988AA background.


White color preview on #8988AA background

This text has white color on #8988AA background.


Related colors

Complementary color

Complementary color for #hex is #767755.


I love getcolorcode.com

Triadic colors

1 #AA8988 and #88AA89 with #8988AA are triadic colors.

2 #AA8889 and #8889AA with #8988AA are triadic colors.