HEX: #AB96AB
RGB: (171,150,171)
#AB96AB contains red, green and blue colors in about the same proportion. Web safe color of #AB96AB is #999999 (or #999).
#AB96AB color RGB value is (171,150,171).
RGB: (171,150,171)
(67%, 59%, 67%)
R 171 of 255 = 67%
G 150 of 255 = 59%
B 171 of 255 = 67%
R + G + B ~ 64%. #AB96AB is quite light color.
R + G + B = 171 + 150 + 171 = 492 (100%)
R 171 of 492 ~ 34.76%
G 150 of 492 ~ 30.49%
B 171 of 492 ~ 34.76'%
#AB96AB color CMYK value is (0,12,0,33).
CMYK: (0,12,0,33)
C0M12Y0K33 (0%, 12%, 0%, 33%)
(0.00 / 0.12 / 0.00 / 0.33)
Color #AB96AB in popluar color models
AB | 96 | AB | |
---|---|---|---|
RGB | 171 | 150 | 171 |
HSL | 300° | 11.11% | 62.94% |
HSB/HSV | 300° | 12.28% | 67.06% |
CMYK | 0.00% | 12.28% | 0.00% |
32.94% |
Color #AB96AB in popluar number systems.
HEX | AB | 96 | AB |
Decimal | 171 | 150 | 171 |
Binary | 10101011 | 10010110 | 10101011 |
Octal | 253 | 226 | 253 |
Shades of #AB96AB
Tints of #AB96AB
Examples of css and html codes for elements with #AB96AB color. Also use rgb(171,150,171) instead hex code.
.myTextColor { color: #AB96AB; }
<p style="color:#AB96AB">This sample text font color is #AB96AB.</p>
This text font color is #AB96AB.
.myBgColor { background-color: #AB96AB; }
<div style="background-color:#AB96AB">Inner text</div>
This div background color is #AB96AB.
.myBorderColor { border: 1px solid #AB96AB; }
<div style="border:3px solid #AB96AB">Div</div>
This div border color is #AB96AB.
.myOpacity80 { color: #AB96AB; opacity: 0.8; }
<p style="color:#AB96AB;opacity:0.8;">80%</p>
Text with #AB96AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB96AB;}
<p style="text-shadow: 3px 3px 1px #AB96AB">Text here.</p>
This text has shadow with #AB96AB color.
.textShadow {text-shadow: 3px 3px 1px #AB96AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB96AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB96AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB96AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB96AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB96AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB96AB;
-webkit-box-shadow: 1px 1px 3px 2px #AB96AB;
box-shadow: 1px 1px 3px 2px #AB96AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB96AB; -webkit-box-shadow: 1px 1px 3px 2px #AB96AB; box-shadow:1px 1px 3px 2px #AB96AB;">
Div content here
</div>
This text has color #AB96AB on black background.
This text has color #AB96AB on white background.
This text has black color on #AB96AB background.
This text has white color on #AB96AB background.
Complementary color for #hex is #546954.