COLOR #8980AB

HEX: #8980AB RGB: (137,128,171)

Color info

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

RGB color model

#8980AB color RGB value is (137,128,171).

RGB: (137,128,171) (54%, 50%, 67%)

RGB channels and saturation

R 137 of 255 = 54%
G 128 of 255 = 50%
B 171 of 255 = 67%

137
128
171

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

Portions of RGB colors in percentages

R + G + B = 137 + 128 + 171 = 436 (100%)
R 137 of 436 ~ 31.42%
G 128 of 436 ~ 29.36%
B 171 of 436 ~ 39.22'%

%31.42
%29.36
%39.22

CMYK color model

#8980AB color CMYK value is (20,25,0,33).

  • cyan value is 19.88%
  • magenta value is 25.15%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (20,25,0,33)
C20M25Y0K33 (20%, 25%, 0%, 33%)
(0.20 / 0.25 / 0.00 / 0.33)

CMYK percentages

%19.88
%25.15
%0
%32.94

Codes

Color #8980AB in popluar color models

89 80 AB
RGB 137 128 171
HSL 253° 20.38% 58.63%
HSB/HSV 253° 25.15% 67.06%
CMYK 19.88% 25.15% 0.00%
32.94%

Color #8980AB in popluar number systems.

HEX 89 80 AB
Decimal 137 128 171
Binary 10001001 10000000 10101011
Octal 211 200 253

Shades and tints

Shades of #8980AB

#8980AB
(137,128,171)
#7D759C
(125,117,156)
#716A8D
(113,106,141)
#655F7E
(101,95,126)
#59546F
(89,84,111)
#4D4960
(77,73,96)
#413E51
(65,62,81)
#353342
(53,51,66)
#292833
(41,40,51)
#1D1D24
(29,29,36)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #8980AB

#8980AB
(137,128,171)
#938BB2
(147,139,178)
#9D96B9
(157,150,185)
#A7A1C0
(167,161,192)
#B1ACC7
(177,172,199)
#BBB7CE
(187,183,206)
#C5C2D5
(197,194,213)
#CFCDDC
(207,205,220)
#D9D8E3
(217,216,227)
#E3E3EA
(227,227,234)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8980AB color. Also use rgb(137,128,171) instead hex code.

Text Font Color

.myTextColor { color: #8980AB; }

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

This text font color is #8980AB.

Background Color

.myBgColor { background-color: #8980AB; }

<div style="background-color:#8980AB">Inner text</div>

This div background color is #8980AB.

Border color

.myBorderColor { border: 1px solid #8980AB; }

<div style="border:3px solid #8980AB">Div</div>

This div border color is #8980AB.

Opacity

.myOpacity80 { color: #8980AB; opacity: 0.8; }

<p style="color:#8980AB;opacity:0.8;">80%</p>

Text with #8980AB 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 #8980AB;}

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

This text has shadow with #8980AB color.


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

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

This text has shadow with #8980AB primary color and red secondary color.


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

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

This text has shadow with #8980AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8980AB.

Preview

Color preview on black background

This text has color #8980AB on black background.


Color preview on white background

This text has color #8980AB on white background.


Black color preview on #8980AB background

This text has black color on #8980AB background.


White color preview on #8980AB background

This text has white color on #8980AB background.


Related colors

Complementary color

Complementary color for #hex is #767F54.


I love getcolorcode.com

Triadic colors

1 #AB8980 and #80AB89 with #8980AB are triadic colors.

2 #AB8089 and #8089AB with #8980AB are triadic colors.