COLOR #8989AA

HEX: #8989AA RGB: (137,137,170)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

137
137
170

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

Portions of RGB colors in percentages

R + G + B = 137 + 137 + 170 = 444 (100%)
R 137 of 444 ~ 30.86%
G 137 of 444 ~ 30.86%
B 170 of 444 ~ 38.29'%

%30.86
%30.86
%38.29

CMYK color model

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

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

CMYK: (19,19,0,33)
C19M19Y0K33 (19%, 19%, 0%, 33%)
(0.19 / 0.19 / 0.00 / 0.33)

CMYK percentages

%19.41
%19.41
%0
%33.33

Codes

Color #8989AA in popluar color models

89 89 AA
RGB 137 137 170
HSL 240° 16.26% 60.20%
HSB/HSV 240° 19.41% 66.67%
CMYK 19.41% 19.41% 0.00%
33.33%

Color #8989AA in popluar number systems.

HEX 89 89 AA
Decimal 137 137 170
Binary 10001001 10001001 10101010
Octal 211 211 252

Shades and tints

Shades of #8989AA

#8989AA
(137,137,170)
#7D7D9B
(125,125,155)
#71718C
(113,113,140)
#65657D
(101,101,125)
#59596E
(89,89,110)
#4D4D5F
(77,77,95)
#414150
(65,65,80)
#353541
(53,53,65)
#292932
(41,41,50)
#1D1D23
(29,29,35)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #8989AA

#8989AA
(137,137,170)
#9393B1
(147,147,177)
#9D9DB8
(157,157,184)
#A7A7BF
(167,167,191)
#B1B1C6
(177,177,198)
#BBBBCD
(187,187,205)
#C5C5D4
(197,197,212)
#CFCFDB
(207,207,219)
#D9D9E2
(217,217,226)
#E3E3E9
(227,227,233)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8989AA; }

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

This text font color is #8989AA.

Background Color

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

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

This div background color is #8989AA.

Border color

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

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

This div border color is #8989AA.

Opacity

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

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

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

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

This text has shadow with #8989AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8989AA.

Preview

Color preview on black background

This text has color #8989AA on black background.


Color preview on white background

This text has color #8989AA on white background.


Black color preview on #8989AA background

This text has black color on #8989AA background.


White color preview on #8989AA background

This text has white color on #8989AA background.


Related colors

Complementary color

Complementary color for #hex is #767655.


I love getcolorcode.com