HEX: #ADD2DE
RGB: (173,210,222)
#ADD2DE contains red, green and blue colors in about the same proportion. Web safe color of #ADD2DE is #99CCCC (or #9CC).
#ADD2DE color RGB value is (173,210,222).
RGB: (173,210,222)
(68%, 82%, 87%)
R 173 of 255 = 68%
G 210 of 255 = 82%
B 222 of 255 = 87%
R + G + B ~ 79%. #ADD2DE is quite light color.
R + G + B = 173 + 210 + 222 = 605 (100%)
R 173 of 605 ~ 28.6%
G 210 of 605 ~ 34.71%
B 222 of 605 ~ 36.69'%
#ADD2DE color CMYK value is (22,5,0,13).
CMYK: (22,5,0,13) C22M5Y0K13 (22%,5%,0%,13%) (0.22/0.05/0.00/0.13)
Color #ADD2DE in popluar color models
AD | D2 | DE | |
---|---|---|---|
RGB | 173 | 210 | 222 |
HSL | 195° | 42.61% | 77.45% |
HSB/HSV | 195° | 22.07% | 87.06% |
CMYK | 22.07% | 5.41% | 0.00% |
12.94% |
Color #ADD2DE in popluar number systems.
HEX | AD | D2 | DE |
Decimal | 173 | 210 | 222 |
Binary | 10101101 | 11010010 | 11011110 |
Octal | 255 | 322 | 336 |
Shades of #ADD2DE
Tints of #ADD2DE
Examples of css and html codes for elements with #ADD2DE color. Also use rgb(173,210,222) instead hex code.
.myTextColor { color: #ADD2DE; }
<p style="color:#ADD2DE">This sample text font color is #ADD2DE.</p>
This text font color is #ADD2DE.
.myBgColor { background-color: #ADD2DE; }
<div style="background-color:#ADD2DE">Inner text</div>
This div background color is #ADD2DE.
.myBorderColor { border: 1px solid #ADD2DE; }
<div style="border:3px solid #ADD2DE">Div</div>
This div border color is #ADD2DE.
.myOpacity80 { color: #ADD2DE; opacity: 0.8; }
<p style="color:#ADD2DE;opacity:0.8;">80%</p>
Text with #ADD2DE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD2DE;}
<p style="text-shadow: 3px 3px 1px #ADD2DE">Text here.</p>
This text has shadow with #ADD2DE color.
.textShadow {text-shadow: 3px 3px 1px #ADD2DE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD2DE, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADD2DE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD2DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD2DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD2DE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADD2DE;
-webkit-box-shadow: 1px 1px 3px 2px #ADD2DE;
box-shadow: 1px 1px 3px 2px #ADD2DE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADD2DE; -webkit-box-shadow: 1px 1px 3px 2px #ADD2DE; box-shadow:1px 1px 3px 2px #ADD2DE;">
Div content here
</div>
This text has color #ADD2DE on black background.
This text has color #ADD2DE on white background.
This text has black color on #ADD2DE background.
This text has white color on #ADD2DE background.
Complementary color for #hex is #522D21.