HEX: #AB7D88
RGB: (171,125,136)
#AB7D88 contains red, green and blue colors in about the same proportion. Web safe color of #AB7D88 is #996699 (or #969).
#AB7D88 color RGB value is (171,125,136).
RGB: (171,125,136)
(67%, 49%, 53%)
R 171 of 255 = 67%
G 125 of 255 = 49%
B 136 of 255 = 53%
R + G + B ~ 56%. #AB7D88 is middle color (not dark and not light).
R + G + B = 171 + 125 + 136 = 432 (100%)
R 171 of 432 ~ 39.58%
G 125 of 432 ~ 28.94%
B 136 of 432 ~ 31.48'%
#AB7D88 color CMYK value is (0,27,20,33).
CMYK: (0,27,20,33)
C0M27Y20K33 (0%, 27%, 20%, 33%)
(0.00 / 0.27 / 0.20 / 0.33)
Color #AB7D88 in popluar color models
AB | 7D | 88 | |
---|---|---|---|
RGB | 171 | 125 | 136 |
HSL | 346° | 21.50% | 58.04% |
HSB/HSV | 346° | 26.90% | 67.06% |
CMYK | 0.00% | 26.90% | 20.47% |
32.94% |
Color #AB7D88 in popluar number systems.
HEX | AB | 7D | 88 |
Decimal | 171 | 125 | 136 |
Binary | 10101011 | 1111101 | 10001000 |
Octal | 253 | 175 | 210 |
Shades of #AB7D88
Tints of #AB7D88
Examples of css and html codes for elements with #AB7D88 color. Also use rgb(171,125,136) instead hex code.
.myTextColor { color: #AB7D88; }
<p style="color:#AB7D88">This sample text font color is #AB7D88.</p>
This text font color is #AB7D88.
.myBgColor { background-color: #AB7D88; }
<div style="background-color:#AB7D88">Inner text</div>
This div background color is #AB7D88.
.myBorderColor { border: 1px solid #AB7D88; }
<div style="border:3px solid #AB7D88">Div</div>
This div border color is #AB7D88.
.myOpacity80 { color: #AB7D88; opacity: 0.8; }
<p style="color:#AB7D88;opacity:0.8;">80%</p>
Text with #AB7D88 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB7D88;}
<p style="text-shadow: 3px 3px 1px #AB7D88">Text here.</p>
This text has shadow with #AB7D88 color.
.textShadow {text-shadow: 3px 3px 1px #AB7D88', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB7D88, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB7D88 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB7D88, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB7D88, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB7D88 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB7D88;
-webkit-box-shadow: 1px 1px 3px 2px #AB7D88;
box-shadow: 1px 1px 3px 2px #AB7D88;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB7D88; -webkit-box-shadow: 1px 1px 3px 2px #AB7D88; box-shadow:1px 1px 3px 2px #AB7D88;">
Div content here
</div>
This text has color #AB7D88 on black background.
This text has color #AB7D88 on white background.
This text has black color on #AB7D88 background.
This text has white color on #AB7D88 background.
Complementary color for #hex is #548277.