HEX: #A9DFEB
RGB: (169,223,235)
#A9DFEB contains mainly green and blue colors. Web safe color of #A9DFEB is #99CCFF (or #9CF).
#A9DFEB color RGB value is (169,223,235).
RGB: (169,223,235)
(66%, 87%, 92%)
R 169 of 255 = 66%
G 223 of 255 = 87%
B 235 of 255 = 92%
R + G + B ~ 82%. #A9DFEB is quite light color.
R + G + B = 169 + 223 + 235 = 627 (100%)
R 169 of 627 ~ 26.95%
G 223 of 627 ~ 35.57%
B 235 of 627 ~ 37.48'%
#A9DFEB color CMYK value is (28,5,0,8).
CMYK: (28,5,0,8)
C28M5Y0K8 (28%, 5%, 0%, 8%)
(0.28 / 0.05 / 0.00 / 0.08)
Color #A9DFEB in popluar color models
A9 | DF | EB | |
---|---|---|---|
RGB | 169 | 223 | 235 |
HSL | 191° | 62.26% | 79.22% |
HSB/HSV | 191° | 28.09% | 92.16% |
CMYK | 28.09% | 5.11% | 0.00% |
7.84% |
Color #A9DFEB in popluar number systems.
HEX | A9 | DF | EB |
Decimal | 169 | 223 | 235 |
Binary | 10101001 | 11011111 | 11101011 |
Octal | 251 | 337 | 353 |
Shades of #A9DFEB
Tints of #A9DFEB
Examples of css and html codes for elements with #A9DFEB color. Also use rgb(169,223,235) instead hex code.
.myTextColor { color: #A9DFEB; }
<p style="color:#A9DFEB">This sample text font color is #A9DFEB.</p>
This text font color is #A9DFEB.
.myBgColor { background-color: #A9DFEB; }
<div style="background-color:#A9DFEB">Inner text</div>
This div background color is #A9DFEB.
.myBorderColor { border: 1px solid #A9DFEB; }
<div style="border:3px solid #A9DFEB">Div</div>
This div border color is #A9DFEB.
.myOpacity80 { color: #A9DFEB; opacity: 0.8; }
<p style="color:#A9DFEB;opacity:0.8;">80%</p>
Text with #A9DFEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A9DFEB;}
<p style="text-shadow: 3px 3px 1px #A9DFEB">Text here.</p>
This text has shadow with #A9DFEB color.
.textShadow {text-shadow: 3px 3px 1px #A9DFEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A9DFEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #A9DFEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A9DFEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A9DFEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A9DFEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A9DFEB;
-webkit-box-shadow: 1px 1px 3px 2px #A9DFEB;
box-shadow: 1px 1px 3px 2px #A9DFEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A9DFEB; -webkit-box-shadow: 1px 1px 3px 2px #A9DFEB; box-shadow:1px 1px 3px 2px #A9DFEB;">
Div content here
</div>
This text has color #A9DFEB on black background.
This text has color #A9DFEB on white background.
This text has black color on #A9DFEB background.
This text has white color on #A9DFEB background.
Complementary color for #hex is #562014.