HEX: #ABDDED
RGB: (171,221,237)
#ABDDED contains mainly green and blue colors. Web safe color of #ABDDED is #99CCFF (or #9CF).
#ABDDED color RGB value is (171,221,237).
RGB: (171,221,237)
(67%, 87%, 93%)
R 171 of 255 = 67%
G 221 of 255 = 87%
B 237 of 255 = 93%
R + G + B ~ 82%. #ABDDED is quite light color.
R + G + B = 171 + 221 + 237 = 629 (100%)
R 171 of 629 ~ 27.19%
G 221 of 629 ~ 35.14%
B 237 of 629 ~ 37.68'%
#ABDDED color CMYK value is (28,7,0,7).
CMYK: (28,7,0,7)
C28M7Y0K7 (28%, 7%, 0%, 7%)
(0.28 / 0.07 / 0.00 / 0.07)
Color #ABDDED in popluar color models
AB | DD | ED | |
---|---|---|---|
RGB | 171 | 221 | 237 |
HSL | 195° | 64.71% | 80.00% |
HSB/HSV | 195° | 27.85% | 92.94% |
CMYK | 27.85% | 6.75% | 0.00% |
7.06% |
Color #ABDDED in popluar number systems.
HEX | AB | DD | ED |
Decimal | 171 | 221 | 237 |
Binary | 10101011 | 11011101 | 11101101 |
Octal | 253 | 335 | 355 |
Shades of #ABDDED
Tints of #ABDDED
Examples of css and html codes for elements with #ABDDED color. Also use rgb(171,221,237) instead hex code.
.myTextColor { color: #ABDDED; }
<p style="color:#ABDDED">This sample text font color is #ABDDED.</p>
This text font color is #ABDDED.
.myBgColor { background-color: #ABDDED; }
<div style="background-color:#ABDDED">Inner text</div>
This div background color is #ABDDED.
.myBorderColor { border: 1px solid #ABDDED; }
<div style="border:3px solid #ABDDED">Div</div>
This div border color is #ABDDED.
.myOpacity80 { color: #ABDDED; opacity: 0.8; }
<p style="color:#ABDDED;opacity:0.8;">80%</p>
Text with #ABDDED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABDDED;}
<p style="text-shadow: 3px 3px 1px #ABDDED">Text here.</p>
This text has shadow with #ABDDED color.
.textShadow {text-shadow: 3px 3px 1px #ABDDED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABDDED, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABDDED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABDDED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABDDED, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABDDED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABDDED;
-webkit-box-shadow: 1px 1px 3px 2px #ABDDED;
box-shadow: 1px 1px 3px 2px #ABDDED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABDDED; -webkit-box-shadow: 1px 1px 3px 2px #ABDDED; box-shadow:1px 1px 3px 2px #ABDDED;">
Div content here
</div>
This text has color #ABDDED on black background.
This text has color #ABDDED on white background.
This text has black color on #ABDDED background.
This text has white color on #ABDDED background.
Complementary color for #hex is #542212.