COLOR #8981AA

HEX: #8981AA
RGB: (137,129,170)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

137
129
170

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

Portions of RGB colors in percentages

R + G + B =
137 + 129 + 170 = 436 (100%)
R 137 of 436 ~ 31.42%
G 129 of 436 ~ 29.59%
B 170 of 436 ~ 38.99%

%31.42
%29.59
%38.99

CMYK color model

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

  • cyan value is 19.41%
  • magenta value is 24.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(19,24,0,33)
C19M24Y0K33 
(19%,24%,0%,33%)
(0.19/0.24/0.00/0.33)	

CMYK percentages

%19.41
%24.12
%0
%33.33

Codes

Color #8981AA in popluar color models

8981AA
RGB137129170
HSL252°19.43%58.63%
HSB/HSV252°24.12%66.67%
CMYK19.41%24.12%0.00%
33.33%

Color #8981AA in popluar number systems.

HEX8981AA
Decimal137129170
Binary100010011000000110101010
Octal211201252

Shades and tints

Shades of #8981AA

#8981AA
(137,129,170)
#7D769B
(125,118,155)
#716B8C
(113,107,140)
#65607D
(101,96,125)
#59556E
(89,85,110)
#4D4A5F
(77,74,95)
#413F50
(65,63,80)
#353441
(53,52,65)
#292932
(41,41,50)
#1D1E23
(29,30,35)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #8981AA

#8981AA
(137,129,170)
#938CB1
(147,140,177)
#9D97B8
(157,151,184)
#A7A2BF
(167,162,191)
#B1ADC6
(177,173,198)
#BBB8CD
(187,184,205)
#C5C3D4
(197,195,212)
#CFCEDB
(207,206,219)
#D9D9E2
(217,217,226)
#E3E4E9
(227,228,233)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8981AA; }

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

This text font color is #8981AA.


Background Color

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

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

This div background color is #8981AA.


Border color

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

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

This div border color is #8981AA.


Opacity

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

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

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

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

This text has shadow with #8981AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8981AA on black background.


Color preview on white background

This text has color #8981AA on white background.



Black color preview on #8981AA background

This text has black color on #8981AA background.


White color preview on #8981AA background

This text has white color on #8981AA background.