HEX: #AED5DD
RGB: (174,213,221)
#AED5DD contains red, green and blue colors in about the same proportion. Web safe color of #AED5DD is #99CCCC (or #9CC).
#AED5DD color RGB value is (174,213,221).
RGB: (174,213,221)
(68%, 84%, 87%)
R 174 of 255 = 68%
G 213 of 255 = 84%
B 221 of 255 = 87%
R + G + B ~ 80%. #AED5DD is quite light color.
R + G + B = 174 + 213 + 221 = 608 (100%)
R 174 of 608 ~ 28.62%
G 213 of 608 ~ 35.03%
B 221 of 608 ~ 36.35'%
#AED5DD color CMYK value is (21,4,0,13).
CMYK: (21,4,0,13) C21M4Y0K13 (21%,4%,0%,13%) (0.21/0.04/0.00/0.13)
Color #AED5DD in popluar color models
AE | D5 | DD | |
---|---|---|---|
RGB | 174 | 213 | 221 |
HSL | 190° | 40.87% | 77.45% |
HSB/HSV | 190° | 21.27% | 86.67% |
CMYK | 21.27% | 3.62% | 0.00% |
13.33% |
Color #AED5DD in popluar number systems.
HEX | AE | D5 | DD |
Decimal | 174 | 213 | 221 |
Binary | 10101110 | 11010101 | 11011101 |
Octal | 256 | 325 | 335 |
Shades of #AED5DD
Tints of #AED5DD
Examples of css and html codes for elements with #AED5DD color. Also use rgb(174,213,221) instead hex code.
.myTextColor { color: #AED5DD; }
<p style="color:#AED5DD">This sample text font color is #AED5DD.</p>
This text font color is #AED5DD.
.myBgColor { background-color: #AED5DD; }
<div style="background-color:#AED5DD">Inner text</div>
This div background color is #AED5DD.
.myBorderColor { border: 1px solid #AED5DD; }
<div style="border:3px solid #AED5DD">Div</div>
This div border color is #AED5DD.
.myOpacity80 { color: #AED5DD; opacity: 0.8; }
<p style="color:#AED5DD;opacity:0.8;">80%</p>
Text with #AED5DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AED5DD;}
<p style="text-shadow: 3px 3px 1px #AED5DD">Text here.</p>
This text has shadow with #AED5DD color.
.textShadow {text-shadow: 3px 3px 1px #AED5DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AED5DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #AED5DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AED5DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AED5DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #AED5DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AED5DD;
-webkit-box-shadow: 1px 1px 3px 2px #AED5DD;
box-shadow: 1px 1px 3px 2px #AED5DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AED5DD; -webkit-box-shadow: 1px 1px 3px 2px #AED5DD; box-shadow:1px 1px 3px 2px #AED5DD;">
Div content here
</div>
This text has color #AED5DD on black background.
This text has color #AED5DD on white background.
This text has black color on #AED5DD background.
This text has white color on #AED5DD background.
Complementary color for #hex is #512A22.