HEX: #ABBCDD
RGB: (171,188,221)
#ABBCDD contains red, green and blue colors in about the same proportion. Web safe color of #ABBCDD is #99CCCC (or #9CC).
#ABBCDD color RGB value is (171,188,221).
RGB: (171,188,221)
(67%, 74%, 87%)
R 171 of 255 = 67%
G 188 of 255 = 74%
B 221 of 255 = 87%
R + G + B ~ 76%. #ABBCDD is quite light color.
R + G + B = 171 + 188 + 221 = 580 (100%)
R 171 of 580 ~ 29.48%
G 188 of 580 ~ 32.41%
B 221 of 580 ~ 38.1'%
#ABBCDD color CMYK value is (23,15,0,13).
CMYK: (23,15,0,13)
C23M15Y0K13 (23%, 15%, 0%, 13%)
(0.23 / 0.15 / 0.00 / 0.13)
Color #ABBCDD in popluar color models
AB | BC | DD | |
---|---|---|---|
RGB | 171 | 188 | 221 |
HSL | 220° | 42.37% | 76.86% |
HSB/HSV | 220° | 22.62% | 86.67% |
CMYK | 22.62% | 14.93% | 0.00% |
13.33% |
Color #ABBCDD in popluar number systems.
HEX | AB | BC | DD |
Decimal | 171 | 188 | 221 |
Binary | 10101011 | 10111100 | 11011101 |
Octal | 253 | 274 | 335 |
Shades of #ABBCDD
Tints of #ABBCDD
Examples of css and html codes for elements with #ABBCDD color. Also use rgb(171,188,221) instead hex code.
.myTextColor { color: #ABBCDD; }
<p style="color:#ABBCDD">This sample text font color is #ABBCDD.</p>
This text font color is #ABBCDD.
.myBgColor { background-color: #ABBCDD; }
<div style="background-color:#ABBCDD">Inner text</div>
This div background color is #ABBCDD.
.myBorderColor { border: 1px solid #ABBCDD; }
<div style="border:3px solid #ABBCDD">Div</div>
This div border color is #ABBCDD.
.myOpacity80 { color: #ABBCDD; opacity: 0.8; }
<p style="color:#ABBCDD;opacity:0.8;">80%</p>
Text with #ABBCDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABBCDD;}
<p style="text-shadow: 3px 3px 1px #ABBCDD">Text here.</p>
This text has shadow with #ABBCDD color.
.textShadow {text-shadow: 3px 3px 1px #ABBCDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABBCDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABBCDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABBCDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABBCDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABBCDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABBCDD;
-webkit-box-shadow: 1px 1px 3px 2px #ABBCDD;
box-shadow: 1px 1px 3px 2px #ABBCDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABBCDD; -webkit-box-shadow: 1px 1px 3px 2px #ABBCDD; box-shadow:1px 1px 3px 2px #ABBCDD;">
Div content here
</div>
This text has color #ABBCDD on black background.
This text has color #ABBCDD on white background.
This text has black color on #ABBCDD background.
This text has white color on #ABBCDD background.
Complementary color for #hex is #544322.