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