COLOR #8979AA

HEX: #8979AA RGB: (137,121,170)

Color info

#8979AA contains red, green and blue colors in about the same proportion. Web safe color of #8979AA is #996699 (or #969).

RGB color model

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

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

RGB channels and saturation

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

137
121
170

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

Portions of RGB colors in percentages

R + G + B = 137 + 121 + 170 = 428 (100%)
R 137 of 428 ~ 32.01%
G 121 of 428 ~ 28.27%
B 170 of 428 ~ 39.72'%

%32.01
%28.27
%39.72

CMYK color model

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

  • cyan value is 19.41%
  • magenta value is 28.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (19,29,0,33) C19M29Y0K33 (19%,29%,0%,33%) (0.19/0.29/0.00/0.33) 

CMYK percentages

%19.41
%28.82
%0
%33.33

Codes

Color #8979AA in popluar color models

89 79 AA
RGB 137 121 170
HSL 260° 22.37% 57.06%
HSB/HSV 260° 28.82% 66.67%
CMYK 19.41% 28.82% 0.00%
33.33%

Color #8979AA in popluar number systems.

HEX 89 79 AA
Decimal 137 121 170
Binary 10001001 1111001 10101010
Octal 211 171 252

Shades and tints

Shades of #8979AA

#8979AA
(137,121,170)
#7D6E9B
(125,110,155)
#71638C
(113,99,140)
#65587D
(101,88,125)
#594D6E
(89,77,110)
#4D425F
(77,66,95)
#413750
(65,55,80)
#352C41
(53,44,65)
#292132
(41,33,50)
#1D1623
(29,22,35)
#110B14
(17,11,20)
#000000
(0,0,0)

Tints of #8979AA

#8979AA
(137,121,170)
#9385B1
(147,133,177)
#9D91B8
(157,145,184)
#A79DBF
(167,157,191)
#B1A9C6
(177,169,198)
#BBB5CD
(187,181,205)
#C5C1D4
(197,193,212)
#CFCDDB
(207,205,219)
#D9D9E2
(217,217,226)
#E3E5E9
(227,229,233)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8979AA; }

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

This text font color is #8979AA.

Background Color

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

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

This div background color is #8979AA.

Border color

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

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

This div border color is #8979AA.

Opacity

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

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

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

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

This text has shadow with #8979AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8979AA.

Preview

Color preview on black background

This text has color #8979AA on black background.


Color preview on white background

This text has color #8979AA on white background.


Black color preview on #8979AA background

This text has black color on #8979AA background.


White color preview on #8979AA background

This text has white color on #8979AA background.


Related colors

Complementary color

Complementary color for #hex is #768655.


I love getcolorcode.com

Triadic colors

1 #AA8979 and #79AA89 with #8979AA are triadic colors.

2 #AA7989 and #7989AA with #8979AA are triadic colors.