HEX: #AED4DB
RGB: (174,212,219)
#AED4DB contains red, green and blue colors in about the same proportion. Web safe color of #AED4DB is #99CCCC (or #9CC).
#AED4DB color RGB value is (174,212,219).
RGB: (174,212,219)
(68%, 83%, 86%)
R 174 of 255 = 68%
G 212 of 255 = 83%
B 219 of 255 = 86%
R + G + B ~ 79%. #AED4DB is quite light color.
R + G + B = 174 + 212 + 219 = 605 (100%)
R 174 of 605 ~ 28.76%
G 212 of 605 ~ 35.04%
B 219 of 605 ~ 36.2'%
#AED4DB color CMYK value is (21,3,0,14).
CMYK: (21,3,0,14)
C21M3Y0K14 (21%, 3%, 0%, 14%)
(0.21 / 0.03 / 0.00 / 0.14)
Color #AED4DB in popluar color models
AE | D4 | DB | |
---|---|---|---|
RGB | 174 | 212 | 219 |
HSL | 189° | 38.46% | 77.06% |
HSB/HSV | 189° | 20.55% | 85.88% |
CMYK | 20.55% | 3.20% | 0.00% |
14.12% |
Color #AED4DB in popluar number systems.
HEX | AE | D4 | DB |
Decimal | 174 | 212 | 219 |
Binary | 10101110 | 11010100 | 11011011 |
Octal | 256 | 324 | 333 |
Shades of #AED4DB
Tints of #AED4DB
Examples of css and html codes for elements with #AED4DB color. Also use rgb(174,212,219) instead hex code.
.myTextColor { color: #AED4DB; }
<p style="color:#AED4DB">This sample text font color is #AED4DB.</p>
This text font color is #AED4DB.
.myBgColor { background-color: #AED4DB; }
<div style="background-color:#AED4DB">Inner text</div>
This div background color is #AED4DB.
.myBorderColor { border: 1px solid #AED4DB; }
<div style="border:3px solid #AED4DB">Div</div>
This div border color is #AED4DB.
.myOpacity80 { color: #AED4DB; opacity: 0.8; }
<p style="color:#AED4DB;opacity:0.8;">80%</p>
Text with #AED4DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AED4DB;}
<p style="text-shadow: 3px 3px 1px #AED4DB">Text here.</p>
This text has shadow with #AED4DB color.
.textShadow {text-shadow: 3px 3px 1px #AED4DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AED4DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #AED4DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AED4DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AED4DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AED4DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AED4DB;
-webkit-box-shadow: 1px 1px 3px 2px #AED4DB;
box-shadow: 1px 1px 3px 2px #AED4DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AED4DB; -webkit-box-shadow: 1px 1px 3px 2px #AED4DB; box-shadow:1px 1px 3px 2px #AED4DB;">
Div content here
</div>
This text has color #AED4DB on black background.
This text has color #AED4DB on white background.
This text has black color on #AED4DB background.
This text has white color on #AED4DB background.
Complementary color for #hex is #512B24.