COLOR #8A89AA

HEX: #8A89AA
RGB: (138,137,170)

Color info

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

RGB color model

#8A89AA color RGB value is (138,137,170).

  • red value is 138;
  • green value is 137;
  • blue value is 170.
RGB:
(138,137,170)
(54%,54%,67%)

RGB channels and saturation

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

138
137
170

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

Portions of RGB colors in percentages

R + G + B =
138 + 137 + 170 = 445 (100%)
R 138 of 445 ~ 31.01%
G 137 of 445 ~ 30.79%
B 170 of 445 ~ 38.2%

%31.01
%30.79
%38.2

CMYK color model

#8A89AA color CMYK value is (19,19,0,33).

  • cyan value is 18.82%
  • 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

%18.82
%19.41
%0
%33.33

Codes

Color #8A89AA in popluar color models

8A89AA
RGB138137170
HSL242°16.26%60.20%
HSB/HSV242°19.41%66.67%
CMYK18.82%19.41%0.00%
33.33%

Color #8A89AA in popluar number systems.

HEX8A89AA
Decimal138137170
Binary100010101000100110101010
Octal212211252

Shades and tints

Shades of #8A89AA

#8A89AA
(138,137,170)
#7E7D9B
(126,125,155)
#72718C
(114,113,140)
#66657D
(102,101,125)
#5A596E
(90,89,110)
#4E4D5F
(78,77,95)
#424150
(66,65,80)
#363541
(54,53,65)
#2A2932
(42,41,50)
#1E1D23
(30,29,35)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #8A89AA

#8A89AA
(138,137,170)
#9493B1
(148,147,177)
#9E9DB8
(158,157,184)
#A8A7BF
(168,167,191)
#B2B1C6
(178,177,198)
#BCBBCD
(188,187,205)
#C6C5D4
(198,197,212)
#D0CFDB
(208,207,219)
#DAD9E2
(218,217,226)
#E4E3E9
(228,227,233)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A89AA; }

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

This text font color is #8A89AA.


Background Color

.myBgColor { background-color: #8A89AA; }

<div style="background-color:#8A89AA">Inner text</div>

This div background color is #8A89AA.


Border color

.myBorderColor { border: 1px solid #8A89AA; }

<div style="border:3px solid #8A89AA">Div</div>

This div border color is #8A89AA.


Opacity

.myOpacity80 { color: #8A89AA; opacity: 0.8; }

<p style="color:#8A89AA;opacity:0.8;">80%</p>

Text with #8A89AA 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 #8A89AA;}

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

This text has shadow with #8A89AA color.

.textShadow {text-shadow: 3px 3px 1px #8A89AA, 3px 3px 1px red;}

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

This text has shadow with #8A89AA primary color and red secondary color.


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

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

This text has shadow with #8A89AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A89AA on black background.


Color preview on white background

This text has color #8A89AA on white background.



Black color preview on #8A89AA background

This text has black color on #8A89AA background.


White color preview on #8A89AA background

This text has white color on #8A89AA background.