HEX: #AB8AA6
RGB: (171,138,166)
#AB8AA6 contains red, green and blue colors in about the same proportion. Web safe color of #AB8AA6 is #999999 (or #999).
#AB8AA6 color RGB value is (171,138,166).
RGB: (171,138,166)
(67%, 54%, 65%)
R 171 of 255 = 67%
G 138 of 255 = 54%
B 166 of 255 = 65%
R + G + B ~ 62%. #AB8AA6 is quite light color.
R + G + B = 171 + 138 + 166 = 475 (100%)
R 171 of 475 ~ 36%
G 138 of 475 ~ 29.05%
B 166 of 475 ~ 34.95'%
#AB8AA6 color CMYK value is (0,19,3,33).
CMYK: (0,19,3,33)
C0M19Y3K33 (0%, 19%, 3%, 33%)
(0.00 / 0.19 / 0.03 / 0.33)
Color #AB8AA6 in popluar color models
AB | 8A | A6 | |
---|---|---|---|
RGB | 171 | 138 | 166 |
HSL | 309° | 16.42% | 60.59% |
HSB/HSV | 309° | 19.30% | 67.06% |
CMYK | 0.00% | 19.30% | 2.92% |
32.94% |
Color #AB8AA6 in popluar number systems.
HEX | AB | 8A | A6 |
Decimal | 171 | 138 | 166 |
Binary | 10101011 | 10001010 | 10100110 |
Octal | 253 | 212 | 246 |
Shades of #AB8AA6
Tints of #AB8AA6
Examples of css and html codes for elements with #AB8AA6 color. Also use rgb(171,138,166) instead hex code.
.myTextColor { color: #AB8AA6; }
<p style="color:#AB8AA6">This sample text font color is #AB8AA6.</p>
This text font color is #AB8AA6.
.myBgColor { background-color: #AB8AA6; }
<div style="background-color:#AB8AA6">Inner text</div>
This div background color is #AB8AA6.
.myBorderColor { border: 1px solid #AB8AA6; }
<div style="border:3px solid #AB8AA6">Div</div>
This div border color is #AB8AA6.
.myOpacity80 { color: #AB8AA6; opacity: 0.8; }
<p style="color:#AB8AA6;opacity:0.8;">80%</p>
Text with #AB8AA6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB8AA6;}
<p style="text-shadow: 3px 3px 1px #AB8AA6">Text here.</p>
This text has shadow with #AB8AA6 color.
.textShadow {text-shadow: 3px 3px 1px #AB8AA6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB8AA6, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB8AA6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB8AA6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB8AA6, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB8AA6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB8AA6;
-webkit-box-shadow: 1px 1px 3px 2px #AB8AA6;
box-shadow: 1px 1px 3px 2px #AB8AA6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB8AA6; -webkit-box-shadow: 1px 1px 3px 2px #AB8AA6; box-shadow:1px 1px 3px 2px #AB8AA6;">
Div content here
</div>
This text has color #AB8AA6 on black background.
This text has color #AB8AA6 on white background.
This text has black color on #AB8AA6 background.
This text has white color on #AB8AA6 background.
Complementary color for #hex is #547559.