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