HEX: #AB6E7D
RGB: (171,110,125)
#AB6E7D contains mainly red and blue colors. Web safe color of #AB6E7D is #996666 (or #966).
#AB6E7D color RGB value is (171,110,125).
RGB: (171,110,125)
(67%, 43%, 49%)
R 171 of 255 = 67%
G 110 of 255 = 43%
B 125 of 255 = 49%
R + G + B ~ 53%. #AB6E7D is middle color (not dark and not light).
R + G + B = 171 + 110 + 125 = 406 (100%)
R 171 of 406 ~ 42.12%
G 110 of 406 ~ 27.09%
B 125 of 406 ~ 30.79'%
#AB6E7D color CMYK value is (0,36,27,33).
CMYK: (0,36,27,33) C0M36Y27K33 (0%,36%,27%,33%) (0.00/0.36/0.27/0.33)
Color #AB6E7D in popluar color models
AB | 6E | 7D | |
---|---|---|---|
RGB | 171 | 110 | 125 |
HSL | 345° | 26.64% | 55.10% |
HSB/HSV | 345° | 35.67% | 67.06% |
CMYK | 0.00% | 35.67% | 26.90% |
32.94% |
Color #AB6E7D in popluar number systems.
HEX | AB | 6E | 7D |
Decimal | 171 | 110 | 125 |
Binary | 10101011 | 1101110 | 1111101 |
Octal | 253 | 156 | 175 |
Shades of #AB6E7D
Tints of #AB6E7D
Examples of css and html codes for elements with #AB6E7D color. Also use rgb(171,110,125) instead hex code.
.myTextColor { color: #AB6E7D; }
<p style="color:#AB6E7D">This sample text font color is #AB6E7D.</p>
This text font color is #AB6E7D.
.myBgColor { background-color: #AB6E7D; }
<div style="background-color:#AB6E7D">Inner text</div>
This div background color is #AB6E7D.
.myBorderColor { border: 1px solid #AB6E7D; }
<div style="border:3px solid #AB6E7D">Div</div>
This div border color is #AB6E7D.
.myOpacity80 { color: #AB6E7D; opacity: 0.8; }
<p style="color:#AB6E7D;opacity:0.8;">80%</p>
Text with #AB6E7D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB6E7D;}
<p style="text-shadow: 3px 3px 1px #AB6E7D">Text here.</p>
This text has shadow with #AB6E7D color.
.textShadow {text-shadow: 3px 3px 1px #AB6E7D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB6E7D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB6E7D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB6E7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB6E7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB6E7D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB6E7D;
-webkit-box-shadow: 1px 1px 3px 2px #AB6E7D;
box-shadow: 1px 1px 3px 2px #AB6E7D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB6E7D; -webkit-box-shadow: 1px 1px 3px 2px #AB6E7D; box-shadow:1px 1px 3px 2px #AB6E7D;">
Div content here
</div>
This text has color #AB6E7D on black background.
This text has color #AB6E7D on white background.
This text has black color on #AB6E7D background.
This text has white color on #AB6E7D background.
Complementary color for #hex is #549182.