HEX: #AB96BC
RGB: (171,150,188)
#AB96BC contains red, green and blue colors in about the same proportion. Web safe color of #AB96BC is #9999CC (or #99C).
#AB96BC color RGB value is (171,150,188).
RGB: (171,150,188)
(67%, 59%, 74%)
R 171 of 255 = 67%
G 150 of 255 = 59%
B 188 of 255 = 74%
R + G + B ~ 67%. #AB96BC is quite light color.
R + G + B = 171 + 150 + 188 = 509 (100%)
R 171 of 509 ~ 33.6%
G 150 of 509 ~ 29.47%
B 188 of 509 ~ 36.94'%
#AB96BC color CMYK value is (9,20,0,26).
CMYK: (9,20,0,26) C9M20Y0K26 (9%,20%,0%,26%) (0.09/0.20/0.00/0.26)
Color #AB96BC in popluar color models
AB | 96 | BC | |
---|---|---|---|
RGB | 171 | 150 | 188 |
HSL | 273° | 22.09% | 66.27% |
HSB/HSV | 273° | 20.21% | 73.73% |
CMYK | 9.04% | 20.21% | 0.00% |
26.27% |
Color #AB96BC in popluar number systems.
HEX | AB | 96 | BC |
Decimal | 171 | 150 | 188 |
Binary | 10101011 | 10010110 | 10111100 |
Octal | 253 | 226 | 274 |
Shades of #AB96BC
Tints of #AB96BC
Examples of css and html codes for elements with #AB96BC color. Also use rgb(171,150,188) instead hex code.
.myTextColor { color: #AB96BC; }
<p style="color:#AB96BC">This sample text font color is #AB96BC.</p>
This text font color is #AB96BC.
.myBgColor { background-color: #AB96BC; }
<div style="background-color:#AB96BC">Inner text</div>
This div background color is #AB96BC.
.myBorderColor { border: 1px solid #AB96BC; }
<div style="border:3px solid #AB96BC">Div</div>
This div border color is #AB96BC.
.myOpacity80 { color: #AB96BC; opacity: 0.8; }
<p style="color:#AB96BC;opacity:0.8;">80%</p>
Text with #AB96BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB96BC;}
<p style="text-shadow: 3px 3px 1px #AB96BC">Text here.</p>
This text has shadow with #AB96BC color.
.textShadow {text-shadow: 3px 3px 1px #AB96BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB96BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB96BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB96BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB96BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB96BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB96BC;
-webkit-box-shadow: 1px 1px 3px 2px #AB96BC;
box-shadow: 1px 1px 3px 2px #AB96BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB96BC; -webkit-box-shadow: 1px 1px 3px 2px #AB96BC; box-shadow:1px 1px 3px 2px #AB96BC;">
Div content here
</div>
This text has color #AB96BC on black background.
This text has color #AB96BC on white background.
This text has black color on #AB96BC background.
This text has white color on #AB96BC background.
Complementary color for #hex is #546943.