HEX: #ADD4DA
RGB: (173,212,218)
#ADD4DA contains red, green and blue colors in about the same proportion. Web safe color of #ADD4DA is #99CCCC (or #9CC).
#ADD4DA color RGB value is (173,212,218).
RGB: (173,212,218)
(68%, 83%, 85%)
R 173 of 255 = 68%
G 212 of 255 = 83%
B 218 of 255 = 85%
R + G + B ~ 79%. #ADD4DA is quite light color.
R + G + B = 173 + 212 + 218 = 603 (100%)
R 173 of 603 ~ 28.69%
G 212 of 603 ~ 35.16%
B 218 of 603 ~ 36.15'%
#ADD4DA color CMYK value is (21,3,0,15).
CMYK: (21,3,0,15)
C21M3Y0K15 (21%, 3%, 0%, 15%)
(0.21 / 0.03 / 0.00 / 0.15)
Color #ADD4DA in popluar color models
AD | D4 | DA | |
---|---|---|---|
RGB | 173 | 212 | 218 |
HSL | 188° | 37.82% | 76.67% |
HSB/HSV | 188° | 20.64% | 85.49% |
CMYK | 20.64% | 2.75% | 0.00% |
14.51% |
Color #ADD4DA in popluar number systems.
HEX | AD | D4 | DA |
Decimal | 173 | 212 | 218 |
Binary | 10101101 | 11010100 | 11011010 |
Octal | 255 | 324 | 332 |
Shades of #ADD4DA
Tints of #ADD4DA
Examples of css and html codes for elements with #ADD4DA color. Also use rgb(173,212,218) instead hex code.
.myTextColor { color: #ADD4DA; }
<p style="color:#ADD4DA">This sample text font color is #ADD4DA.</p>
This text font color is #ADD4DA.
.myBgColor { background-color: #ADD4DA; }
<div style="background-color:#ADD4DA">Inner text</div>
This div background color is #ADD4DA.
.myBorderColor { border: 1px solid #ADD4DA; }
<div style="border:3px solid #ADD4DA">Div</div>
This div border color is #ADD4DA.
.myOpacity80 { color: #ADD4DA; opacity: 0.8; }
<p style="color:#ADD4DA;opacity:0.8;">80%</p>
Text with #ADD4DA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD4DA;}
<p style="text-shadow: 3px 3px 1px #ADD4DA">Text here.</p>
This text has shadow with #ADD4DA color.
.textShadow {text-shadow: 3px 3px 1px #ADD4DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD4DA, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADD4DA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD4DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD4DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD4DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADD4DA;
-webkit-box-shadow: 1px 1px 3px 2px #ADD4DA;
box-shadow: 1px 1px 3px 2px #ADD4DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADD4DA; -webkit-box-shadow: 1px 1px 3px 2px #ADD4DA; box-shadow:1px 1px 3px 2px #ADD4DA;">
Div content here
</div>
This text has color #ADD4DA on black background.
This text has color #ADD4DA on white background.
This text has black color on #ADD4DA background.
This text has white color on #ADD4DA background.
Complementary color for #hex is #522B25.