HEX: #AB7BBD
RGB: (171,123,189)
#AB7BBD contains mainly red and blue colors. Web safe color of #AB7BBD is #9966CC (or #96C).
#AB7BBD color RGB value is (171,123,189).
RGB: (171,123,189)
(67%, 48%, 74%)
R 171 of 255 = 67%
G 123 of 255 = 48%
B 189 of 255 = 74%
R + G + B ~ 63%. #AB7BBD is quite light color.
R + G + B = 171 + 123 + 189 = 483 (100%)
R 171 of 483 ~ 35.4%
G 123 of 483 ~ 25.47%
B 189 of 483 ~ 39.13'%
#AB7BBD color CMYK value is (10,35,0,26).
CMYK: (10,35,0,26)
C10M35Y0K26 (10%, 35%, 0%, 26%)
(0.10 / 0.35 / 0.00 / 0.26)
Color #AB7BBD in popluar color models
AB | 7B | BD | |
---|---|---|---|
RGB | 171 | 123 | 189 |
HSL | 284° | 33.33% | 61.18% |
HSB/HSV | 284° | 34.92% | 74.12% |
CMYK | 9.52% | 34.92% | 0.00% |
25.88% |
Color #AB7BBD in popluar number systems.
HEX | AB | 7B | BD |
Decimal | 171 | 123 | 189 |
Binary | 10101011 | 1111011 | 10111101 |
Octal | 253 | 173 | 275 |
Shades of #AB7BBD
Tints of #AB7BBD
Examples of css and html codes for elements with #AB7BBD color. Also use rgb(171,123,189) instead hex code.
.myTextColor { color: #AB7BBD; }
<p style="color:#AB7BBD">This sample text font color is #AB7BBD.</p>
This text font color is #AB7BBD.
.myBgColor { background-color: #AB7BBD; }
<div style="background-color:#AB7BBD">Inner text</div>
This div background color is #AB7BBD.
.myBorderColor { border: 1px solid #AB7BBD; }
<div style="border:3px solid #AB7BBD">Div</div>
This div border color is #AB7BBD.
.myOpacity80 { color: #AB7BBD; opacity: 0.8; }
<p style="color:#AB7BBD;opacity:0.8;">80%</p>
Text with #AB7BBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB7BBD;}
<p style="text-shadow: 3px 3px 1px #AB7BBD">Text here.</p>
This text has shadow with #AB7BBD color.
.textShadow {text-shadow: 3px 3px 1px #AB7BBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB7BBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB7BBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB7BBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB7BBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB7BBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB7BBD;
-webkit-box-shadow: 1px 1px 3px 2px #AB7BBD;
box-shadow: 1px 1px 3px 2px #AB7BBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB7BBD; -webkit-box-shadow: 1px 1px 3px 2px #AB7BBD; box-shadow:1px 1px 3px 2px #AB7BBD;">
Div content here
</div>
This text has color #AB7BBD on black background.
This text has color #AB7BBD on white background.
This text has black color on #AB7BBD background.
This text has white color on #AB7BBD background.
Complementary color for #hex is #548442.