HEX: #AED6DA
RGB: (174,214,218)
#AED6DA contains red, green and blue colors in about the same proportion. Web safe color of #AED6DA is #99CCCC (or #9CC).
#AED6DA color RGB value is (174,214,218).
RGB: (174,214,218)
(68%, 84%, 85%)
R 174 of 255 = 68%
G 214 of 255 = 84%
B 218 of 255 = 85%
R + G + B ~ 79%. #AED6DA is quite light color.
R + G + B = 174 + 214 + 218 = 606 (100%)
R 174 of 606 ~ 28.71%
G 214 of 606 ~ 35.31%
B 218 of 606 ~ 35.97'%
#AED6DA color CMYK value is (20,2,0,15).
CMYK: (20,2,0,15)
C20M2Y0K15 (20%, 2%, 0%, 15%)
(0.20 / 0.02 / 0.00 / 0.15)
Color #AED6DA in popluar color models
AE | D6 | DA | |
---|---|---|---|
RGB | 174 | 214 | 218 |
HSL | 185° | 37.29% | 76.86% |
HSB/HSV | 185° | 20.18% | 85.49% |
CMYK | 20.18% | 1.83% | 0.00% |
14.51% |
Color #AED6DA in popluar number systems.
HEX | AE | D6 | DA |
Decimal | 174 | 214 | 218 |
Binary | 10101110 | 11010110 | 11011010 |
Octal | 256 | 326 | 332 |
Shades of #AED6DA
Tints of #AED6DA
Examples of css and html codes for elements with #AED6DA color. Also use rgb(174,214,218) instead hex code.
.myTextColor { color: #AED6DA; }
<p style="color:#AED6DA">This sample text font color is #AED6DA.</p>
This text font color is #AED6DA.
.myBgColor { background-color: #AED6DA; }
<div style="background-color:#AED6DA">Inner text</div>
This div background color is #AED6DA.
.myBorderColor { border: 1px solid #AED6DA; }
<div style="border:3px solid #AED6DA">Div</div>
This div border color is #AED6DA.
.myOpacity80 { color: #AED6DA; opacity: 0.8; }
<p style="color:#AED6DA;opacity:0.8;">80%</p>
Text with #AED6DA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AED6DA;}
<p style="text-shadow: 3px 3px 1px #AED6DA">Text here.</p>
This text has shadow with #AED6DA color.
.textShadow {text-shadow: 3px 3px 1px #AED6DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AED6DA, 5px 5px 20px red">Text here.</p>
This text has shadow with #AED6DA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AED6DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AED6DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #AED6DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AED6DA;
-webkit-box-shadow: 1px 1px 3px 2px #AED6DA;
box-shadow: 1px 1px 3px 2px #AED6DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AED6DA; -webkit-box-shadow: 1px 1px 3px 2px #AED6DA; box-shadow:1px 1px 3px 2px #AED6DA;">
Div content here
</div>
This text has color #AED6DA on black background.
This text has color #AED6DA on white background.
This text has black color on #AED6DA background.
This text has white color on #AED6DA background.
Complementary color for #hex is #512925.