HEX: #AB96CD
RGB: (171,150,205)
#AB96CD contains red, green and blue colors in about the same proportion. Web safe color of #AB96CD is #9999CC (or #99C).
#AB96CD color RGB value is (171,150,205).
RGB: (171,150,205)
(67%, 59%, 80%)
R 171 of 255 = 67%
G 150 of 255 = 59%
B 205 of 255 = 80%
R + G + B ~ 69%. #AB96CD is quite light color.
R + G + B = 171 + 150 + 205 = 526 (100%)
R 171 of 526 ~ 32.51%
G 150 of 526 ~ 28.52%
B 205 of 526 ~ 38.97'%
#AB96CD color CMYK value is (17,27,0,20).
CMYK: (17,27,0,20)
C17M27Y0K20 (17%, 27%, 0%, 20%)
(0.17 / 0.27 / 0.00 / 0.20)
Color #AB96CD in popluar color models
AB | 96 | CD | |
---|---|---|---|
RGB | 171 | 150 | 205 |
HSL | 263° | 35.48% | 69.61% |
HSB/HSV | 263° | 26.83% | 80.39% |
CMYK | 16.59% | 26.83% | 0.00% |
19.61% |
Color #AB96CD in popluar number systems.
HEX | AB | 96 | CD |
Decimal | 171 | 150 | 205 |
Binary | 10101011 | 10010110 | 11001101 |
Octal | 253 | 226 | 315 |
Shades of #AB96CD
Tints of #AB96CD
Examples of css and html codes for elements with #AB96CD color. Also use rgb(171,150,205) instead hex code.
.myTextColor { color: #AB96CD; }
<p style="color:#AB96CD">This sample text font color is #AB96CD.</p>
This text font color is #AB96CD.
.myBgColor { background-color: #AB96CD; }
<div style="background-color:#AB96CD">Inner text</div>
This div background color is #AB96CD.
.myBorderColor { border: 1px solid #AB96CD; }
<div style="border:3px solid #AB96CD">Div</div>
This div border color is #AB96CD.
.myOpacity80 { color: #AB96CD; opacity: 0.8; }
<p style="color:#AB96CD;opacity:0.8;">80%</p>
Text with #AB96CD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB96CD;}
<p style="text-shadow: 3px 3px 1px #AB96CD">Text here.</p>
This text has shadow with #AB96CD color.
.textShadow {text-shadow: 3px 3px 1px #AB96CD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB96CD, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB96CD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB96CD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB96CD, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB96CD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB96CD;
-webkit-box-shadow: 1px 1px 3px 2px #AB96CD;
box-shadow: 1px 1px 3px 2px #AB96CD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB96CD; -webkit-box-shadow: 1px 1px 3px 2px #AB96CD; box-shadow:1px 1px 3px 2px #AB96CD;">
Div content here
</div>
This text has color #AB96CD on black background.
This text has color #AB96CD on white background.
This text has black color on #AB96CD background.
This text has white color on #AB96CD background.
Complementary color for #hex is #546932.