HEX: #ADC3DC
RGB: (173,195,220)
#ADC3DC contains red, green and blue colors in about the same proportion. Web safe color of #ADC3DC is #99CCCC (or #9CC).
#ADC3DC color RGB value is (173,195,220).
RGB: (173,195,220)
(68%, 76%, 86%)
R 173 of 255 = 68%
G 195 of 255 = 76%
B 220 of 255 = 86%
R + G + B ~ 77%. #ADC3DC is quite light color.
R + G + B = 173 + 195 + 220 = 588 (100%)
R 173 of 588 ~ 29.42%
G 195 of 588 ~ 33.16%
B 220 of 588 ~ 37.41'%
#ADC3DC color CMYK value is (21,11,0,14).
CMYK: (21,11,0,14) C21M11Y0K14 (21%,11%,0%,14%) (0.21/0.11/0.00/0.14)
Color #ADC3DC in popluar color models
AD | C3 | DC | |
---|---|---|---|
RGB | 173 | 195 | 220 |
HSL | 212° | 40.17% | 77.06% |
HSB/HSV | 212° | 21.36% | 86.27% |
CMYK | 21.36% | 11.36% | 0.00% |
13.73% |
Color #ADC3DC in popluar number systems.
HEX | AD | C3 | DC |
Decimal | 173 | 195 | 220 |
Binary | 10101101 | 11000011 | 11011100 |
Octal | 255 | 303 | 334 |
Shades of #ADC3DC
Tints of #ADC3DC
Examples of css and html codes for elements with #ADC3DC color. Also use rgb(173,195,220) instead hex code.
.myTextColor { color: #ADC3DC; }
<p style="color:#ADC3DC">This sample text font color is #ADC3DC.</p>
This text font color is #ADC3DC.
.myBgColor { background-color: #ADC3DC; }
<div style="background-color:#ADC3DC">Inner text</div>
This div background color is #ADC3DC.
.myBorderColor { border: 1px solid #ADC3DC; }
<div style="border:3px solid #ADC3DC">Div</div>
This div border color is #ADC3DC.
.myOpacity80 { color: #ADC3DC; opacity: 0.8; }
<p style="color:#ADC3DC;opacity:0.8;">80%</p>
Text with #ADC3DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADC3DC;}
<p style="text-shadow: 3px 3px 1px #ADC3DC">Text here.</p>
This text has shadow with #ADC3DC color.
.textShadow {text-shadow: 3px 3px 1px #ADC3DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADC3DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADC3DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADC3DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADC3DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADC3DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADC3DC;
-webkit-box-shadow: 1px 1px 3px 2px #ADC3DC;
box-shadow: 1px 1px 3px 2px #ADC3DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADC3DC; -webkit-box-shadow: 1px 1px 3px 2px #ADC3DC; box-shadow:1px 1px 3px 2px #ADC3DC;">
Div content here
</div>
This text has color #ADC3DC on black background.
This text has color #ADC3DC on white background.
This text has black color on #ADC3DC background.
This text has white color on #ADC3DC background.
Complementary color for #hex is #523C23.