HEX: #AADBF6
RGB: (170,219,246)
#AADBF6 contains mainly green and blue colors. Web safe color of #AADBF6 is #99CCFF (or #9CF).
#AADBF6 color RGB value is (170,219,246).
RGB: (170,219,246)
(67%, 86%, 96%)
R 170 of 255 = 67%
G 219 of 255 = 86%
B 246 of 255 = 96%
R + G + B ~ 83%. #AADBF6 is quite light color.
R + G + B = 170 + 219 + 246 = 635 (100%)
R 170 of 635 ~ 26.77%
G 219 of 635 ~ 34.49%
B 246 of 635 ~ 38.74'%
#AADBF6 color CMYK value is (31,11,0,4).
CMYK: (31,11,0,4)
C31M11Y0K4 (31%, 11%, 0%, 4%)
(0.31 / 0.11 / 0.00 / 0.04)
Color #AADBF6 in popluar color models
AA | DB | F6 | |
---|---|---|---|
RGB | 170 | 219 | 246 |
HSL | 201° | 80.85% | 81.57% |
HSB/HSV | 201° | 30.89% | 96.47% |
CMYK | 30.89% | 10.98% | 0.00% |
3.53% |
Color #AADBF6 in popluar number systems.
HEX | AA | DB | F6 |
Decimal | 170 | 219 | 246 |
Binary | 10101010 | 11011011 | 11110110 |
Octal | 252 | 333 | 366 |
Shades of #AADBF6
Tints of #AADBF6
Examples of css and html codes for elements with #AADBF6 color. Also use rgb(170,219,246) instead hex code.
.myTextColor { color: #AADBF6; }
<p style="color:#AADBF6">This sample text font color is #AADBF6.</p>
This text font color is #AADBF6.
.myBgColor { background-color: #AADBF6; }
<div style="background-color:#AADBF6">Inner text</div>
This div background color is #AADBF6.
.myBorderColor { border: 1px solid #AADBF6; }
<div style="border:3px solid #AADBF6">Div</div>
This div border color is #AADBF6.
.myOpacity80 { color: #AADBF6; opacity: 0.8; }
<p style="color:#AADBF6;opacity:0.8;">80%</p>
Text with #AADBF6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AADBF6;}
<p style="text-shadow: 3px 3px 1px #AADBF6">Text here.</p>
This text has shadow with #AADBF6 color.
.textShadow {text-shadow: 3px 3px 1px #AADBF6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AADBF6, 5px 5px 20px red">Text here.</p>
This text has shadow with #AADBF6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AADBF6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AADBF6, Direction=45, Strength=4)">Text</p>
This text has shadow with #AADBF6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AADBF6;
-webkit-box-shadow: 1px 1px 3px 2px #AADBF6;
box-shadow: 1px 1px 3px 2px #AADBF6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AADBF6; -webkit-box-shadow: 1px 1px 3px 2px #AADBF6; box-shadow:1px 1px 3px 2px #AADBF6;">
Div content here
</div>
This text has color #AADBF6 on black background.
This text has color #AADBF6 on white background.
This text has black color on #AADBF6 background.
This text has white color on #AADBF6 background.
Complementary color for #hex is #552409.