HEX: #8980AB
RGB: (137,128,171)
#8980AB contains red, green and blue colors in about the same proportion. Web safe color of #8980AB is #996699 (or #969).
#8980AB color RGB value is (137,128,171).
RGB: (137,128,171)
(54%, 50%, 67%)
R 137 of 255 = 54%
G 128 of 255 = 50%
B 171 of 255 = 67%
R + G + B ~ 57%. #8980AB is middle color (not dark and not light).
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'%
#8980AB color CMYK value is (20,25,0,33).
CMYK: (20,25,0,33)
C20M25Y0K33 (20%, 25%, 0%, 33%)
(0.20 / 0.25 / 0.00 / 0.33)
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 of #8980AB
Tints of #8980AB
Examples of css and html codes for elements with #8980AB color. Also use rgb(137,128,171) instead hex code.
.myTextColor { color: #8980AB; }
<p style="color:#8980AB">This sample text font color is #8980AB.</p>
This text font color is #8980AB.
.myBgColor { background-color: #8980AB; }
<div style="background-color:#8980AB">Inner text</div>
This div background color is #8980AB.
.myBorderColor { border: 1px solid #8980AB; }
<div style="border:3px solid #8980AB">Div</div>
This div border color is #8980AB.
.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%.
.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.
/* 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 text has color #8980AB on black background.
This text has color #8980AB on white background.
This text has black color on #8980AB background.
This text has white color on #8980AB background.
Complementary color for #hex is #767F54.