HEX: #A9DFEE
RGB: (169,223,238)
#A9DFEE contains mainly green and blue colors. Web safe color of #A9DFEE is #99CCFF (or #9CF).
#A9DFEE color RGB value is (169,223,238).
RGB: (169,223,238)
(66%, 87%, 93%)
R 169 of 255 = 66%
G 223 of 255 = 87%
B 238 of 255 = 93%
R + G + B ~ 82%. #A9DFEE is quite light color.
R + G + B = 169 + 223 + 238 = 630 (100%)
R 169 of 630 ~ 26.83%
G 223 of 630 ~ 35.4%
B 238 of 630 ~ 37.78'%
#A9DFEE color CMYK value is (29,6,0,7).
CMYK: (29,6,0,7)
C29M6Y0K7 (29%, 6%, 0%, 7%)
(0.29 / 0.06 / 0.00 / 0.07)
Color #A9DFEE in popluar color models
A9 | DF | EE | |
---|---|---|---|
RGB | 169 | 223 | 238 |
HSL | 193° | 66.99% | 79.80% |
HSB/HSV | 193° | 28.99% | 93.33% |
CMYK | 28.99% | 6.30% | 0.00% |
6.67% |
Color #A9DFEE in popluar number systems.
HEX | A9 | DF | EE |
Decimal | 169 | 223 | 238 |
Binary | 10101001 | 11011111 | 11101110 |
Octal | 251 | 337 | 356 |
Shades of #A9DFEE
Tints of #A9DFEE
Examples of css and html codes for elements with #A9DFEE color. Also use rgb(169,223,238) instead hex code.
.myTextColor { color: #A9DFEE; }
<p style="color:#A9DFEE">This sample text font color is #A9DFEE.</p>
This text font color is #A9DFEE.
.myBgColor { background-color: #A9DFEE; }
<div style="background-color:#A9DFEE">Inner text</div>
This div background color is #A9DFEE.
.myBorderColor { border: 1px solid #A9DFEE; }
<div style="border:3px solid #A9DFEE">Div</div>
This div border color is #A9DFEE.
.myOpacity80 { color: #A9DFEE; opacity: 0.8; }
<p style="color:#A9DFEE;opacity:0.8;">80%</p>
Text with #A9DFEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A9DFEE;}
<p style="text-shadow: 3px 3px 1px #A9DFEE">Text here.</p>
This text has shadow with #A9DFEE color.
.textShadow {text-shadow: 3px 3px 1px #A9DFEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A9DFEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #A9DFEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A9DFEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A9DFEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #A9DFEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A9DFEE;
-webkit-box-shadow: 1px 1px 3px 2px #A9DFEE;
box-shadow: 1px 1px 3px 2px #A9DFEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A9DFEE; -webkit-box-shadow: 1px 1px 3px 2px #A9DFEE; box-shadow:1px 1px 3px 2px #A9DFEE;">
Div content here
</div>
This text has color #A9DFEE on black background.
This text has color #A9DFEE on white background.
This text has black color on #A9DFEE background.
This text has white color on #A9DFEE background.
Complementary color for #hex is #562011.