HEX: #AB9CDD
RGB: (171,156,221)
#AB9CDD contains mainly red and blue colors. Web safe color of #AB9CDD is #9999CC (or #99C).
#AB9CDD color RGB value is (171,156,221).
RGB: (171,156,221)
(67%, 61%, 87%)
R 171 of 255 = 67%
G 156 of 255 = 61%
B 221 of 255 = 87%
R + G + B ~ 72%. #AB9CDD is quite light color.
R + G + B = 171 + 156 + 221 = 548 (100%)
R 171 of 548 ~ 31.2%
G 156 of 548 ~ 28.47%
B 221 of 548 ~ 40.33'%
#AB9CDD color CMYK value is (23,29,0,13).
CMYK: (23,29,0,13)
C23M29Y0K13 (23%, 29%, 0%, 13%)
(0.23 / 0.29 / 0.00 / 0.13)
Color #AB9CDD in popluar color models
AB | 9C | DD | |
---|---|---|---|
RGB | 171 | 156 | 221 |
HSL | 254° | 48.87% | 73.92% |
HSB/HSV | 254° | 29.41% | 86.67% |
CMYK | 22.62% | 29.41% | 0.00% |
13.33% |
Color #AB9CDD in popluar number systems.
HEX | AB | 9C | DD |
Decimal | 171 | 156 | 221 |
Binary | 10101011 | 10011100 | 11011101 |
Octal | 253 | 234 | 335 |
Shades of #AB9CDD
Tints of #AB9CDD
Examples of css and html codes for elements with #AB9CDD color. Also use rgb(171,156,221) instead hex code.
.myTextColor { color: #AB9CDD; }
<p style="color:#AB9CDD">This sample text font color is #AB9CDD.</p>
This text font color is #AB9CDD.
.myBgColor { background-color: #AB9CDD; }
<div style="background-color:#AB9CDD">Inner text</div>
This div background color is #AB9CDD.
.myBorderColor { border: 1px solid #AB9CDD; }
<div style="border:3px solid #AB9CDD">Div</div>
This div border color is #AB9CDD.
.myOpacity80 { color: #AB9CDD; opacity: 0.8; }
<p style="color:#AB9CDD;opacity:0.8;">80%</p>
Text with #AB9CDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB9CDD;}
<p style="text-shadow: 3px 3px 1px #AB9CDD">Text here.</p>
This text has shadow with #AB9CDD color.
.textShadow {text-shadow: 3px 3px 1px #AB9CDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB9CDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB9CDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB9CDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB9CDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB9CDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB9CDD;
-webkit-box-shadow: 1px 1px 3px 2px #AB9CDD;
box-shadow: 1px 1px 3px 2px #AB9CDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB9CDD; -webkit-box-shadow: 1px 1px 3px 2px #AB9CDD; box-shadow:1px 1px 3px 2px #AB9CDD;">
Div content here
</div>
This text has color #AB9CDD on black background.
This text has color #AB9CDD on white background.
This text has black color on #AB9CDD background.
This text has white color on #AB9CDD background.
Complementary color for #hex is #546322.