HEX: #AB7BAB
RGB: (171,123,171)
#AB7BAB contains red, green and blue colors in about the same proportion. Web safe color of #AB7BAB is #996699 (or #969).
#AB7BAB color RGB value is (171,123,171).
RGB: (171,123,171)
(67%, 48%, 67%)
R 171 of 255 = 67%
G 123 of 255 = 48%
B 171 of 255 = 67%
R + G + B ~ 61%. #AB7BAB is quite light color.
R + G + B = 171 + 123 + 171 = 465 (100%)
R 171 of 465 ~ 36.77%
G 123 of 465 ~ 26.45%
B 171 of 465 ~ 36.77'%
#AB7BAB color CMYK value is (0,28,0,33).
CMYK: (0,28,0,33) C0M28Y0K33 (0%,28%,0%,33%) (0.00/0.28/0.00/0.33)
Color #AB7BAB in popluar color models
AB | 7B | AB | |
---|---|---|---|
RGB | 171 | 123 | 171 |
HSL | 300° | 22.22% | 57.65% |
HSB/HSV | 300° | 28.07% | 67.06% |
CMYK | 0.00% | 28.07% | 0.00% |
32.94% |
Color #AB7BAB in popluar number systems.
HEX | AB | 7B | AB |
Decimal | 171 | 123 | 171 |
Binary | 10101011 | 1111011 | 10101011 |
Octal | 253 | 173 | 253 |
Shades of #AB7BAB
Tints of #AB7BAB
Examples of css and html codes for elements with #AB7BAB color. Also use rgb(171,123,171) instead hex code.
.myTextColor { color: #AB7BAB; }
<p style="color:#AB7BAB">This sample text font color is #AB7BAB.</p>
This text font color is #AB7BAB.
.myBgColor { background-color: #AB7BAB; }
<div style="background-color:#AB7BAB">Inner text</div>
This div background color is #AB7BAB.
.myBorderColor { border: 1px solid #AB7BAB; }
<div style="border:3px solid #AB7BAB">Div</div>
This div border color is #AB7BAB.
.myOpacity80 { color: #AB7BAB; opacity: 0.8; }
<p style="color:#AB7BAB;opacity:0.8;">80%</p>
Text with #AB7BAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB7BAB;}
<p style="text-shadow: 3px 3px 1px #AB7BAB">Text here.</p>
This text has shadow with #AB7BAB color.
.textShadow {text-shadow: 3px 3px 1px #AB7BAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB7BAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB7BAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB7BAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB7BAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB7BAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB7BAB;
-webkit-box-shadow: 1px 1px 3px 2px #AB7BAB;
box-shadow: 1px 1px 3px 2px #AB7BAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB7BAB; -webkit-box-shadow: 1px 1px 3px 2px #AB7BAB; box-shadow:1px 1px 3px 2px #AB7BAB;">
Div content here
</div>
This text has color #AB7BAB on black background.
This text has color #AB7BAB on white background.
This text has black color on #AB7BAB background.
This text has white color on #AB7BAB background.
Complementary color for #hex is #548454.