COLOR #8979A0

HEX: #8979A0 RGB: (137,121,160)

Color info

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

RGB color model

#8979A0 color RGB value is (137,121,160).

RGB: (137,121,160) (54%, 47%, 63%)

RGB channels and saturation

R 137 of 255 = 54%
G 121 of 255 = 47%
B 160 of 255 = 63%

137
121
160

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

Portions of RGB colors in percentages

R + G + B = 137 + 121 + 160 = 418 (100%)
R 137 of 418 ~ 32.78%
G 121 of 418 ~ 28.95%
B 160 of 418 ~ 38.28'%

%32.78
%28.95
%38.28

CMYK color model

#8979A0 color CMYK value is (14,24,0,37).

  • cyan value is 14.38%
  • magenta value is 24.38%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK: (14,24,0,37) C14M24Y0K37 (14%,24%,0%,37%) (0.14/0.24/0.00/0.37) 

CMYK percentages

%14.38
%24.38
%0
%37.25

Codes

Color #8979A0 in popluar color models

89 79 A0
RGB 137 121 160
HSL 265° 17.03% 55.10%
HSB/HSV 265° 24.38% 62.75%
CMYK 14.38% 24.38% 0.00%
37.25%

Color #8979A0 in popluar number systems.

HEX 89 79 A0
Decimal 137 121 160
Binary 10001001 1111001 10100000
Octal 211 171 240

Shades and tints

Shades of #8979A0

#8979A0
(137,121,160)
#7D6E92
(125,110,146)
#716384
(113,99,132)
#655876
(101,88,118)
#594D68
(89,77,104)
#4D425A
(77,66,90)
#41374C
(65,55,76)
#352C3E
(53,44,62)
#292130
(41,33,48)
#1D1622
(29,22,34)
#110B14
(17,11,20)
#000000
(0,0,0)

Tints of #8979A0

#8979A0
(137,121,160)
#9385A8
(147,133,168)
#9D91B0
(157,145,176)
#A79DB8
(167,157,184)
#B1A9C0
(177,169,192)
#BBB5C8
(187,181,200)
#C5C1D0
(197,193,208)
#CFCDD8
(207,205,216)
#D9D9E0
(217,217,224)
#E3E5E8
(227,229,232)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8979A0; }

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

This text font color is #8979A0.

Background Color

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

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

This div background color is #8979A0.

Border color

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

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

This div border color is #8979A0.

Opacity

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

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

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

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

This text has shadow with #8979A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8979A0.

Preview

Color preview on black background

This text has color #8979A0 on black background.


Color preview on white background

This text has color #8979A0 on white background.


Black color preview on #8979A0 background

This text has black color on #8979A0 background.


White color preview on #8979A0 background

This text has white color on #8979A0 background.


Related colors

Complementary color

Complementary color for #hex is #76865F.


I love getcolorcode.com

Triadic colors

1 #A08979 and #79A089 with #8979A0 are triadic colors.

2 #A07989 and #7989A0 with #8979A0 are triadic colors.