HEX: #ADCCED
RGB: (173,204,237)
#ADCCED contains mainly green and blue colors. Web safe color of #ADCCED is #99CCFF (or #9CF).
#ADCCED color RGB value is (173,204,237).
RGB: (173,204,237)
(68%, 80%, 93%)
R 173 of 255 = 68%
G 204 of 255 = 80%
B 237 of 255 = 93%
R + G + B ~ 80%. #ADCCED is quite light color.
R + G + B = 173 + 204 + 237 = 614 (100%)
R 173 of 614 ~ 28.18%
G 204 of 614 ~ 33.22%
B 237 of 614 ~ 38.6'%
#ADCCED color CMYK value is (27,14,0,7).
CMYK: (27,14,0,7) C27M14Y0K7 (27%,14%,0%,7%) (0.27/0.14/0.00/0.07)
Color #ADCCED in popluar color models
AD | CC | ED | |
---|---|---|---|
RGB | 173 | 204 | 237 |
HSL | 211° | 64.00% | 80.39% |
HSB/HSV | 211° | 27.00% | 92.94% |
CMYK | 27.00% | 13.92% | 0.00% |
7.06% |
Color #ADCCED in popluar number systems.
HEX | AD | CC | ED |
Decimal | 173 | 204 | 237 |
Binary | 10101101 | 11001100 | 11101101 |
Octal | 255 | 314 | 355 |
Shades of #ADCCED
Tints of #ADCCED
Examples of css and html codes for elements with #ADCCED color. Also use rgb(173,204,237) instead hex code.
.myTextColor { color: #ADCCED; }
<p style="color:#ADCCED">This sample text font color is #ADCCED.</p>
This text font color is #ADCCED.
.myBgColor { background-color: #ADCCED; }
<div style="background-color:#ADCCED">Inner text</div>
This div background color is #ADCCED.
.myBorderColor { border: 1px solid #ADCCED; }
<div style="border:3px solid #ADCCED">Div</div>
This div border color is #ADCCED.
.myOpacity80 { color: #ADCCED; opacity: 0.8; }
<p style="color:#ADCCED;opacity:0.8;">80%</p>
Text with #ADCCED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADCCED;}
<p style="text-shadow: 3px 3px 1px #ADCCED">Text here.</p>
This text has shadow with #ADCCED color.
.textShadow {text-shadow: 3px 3px 1px #ADCCED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADCCED, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADCCED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADCCED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADCCED, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADCCED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADCCED;
-webkit-box-shadow: 1px 1px 3px 2px #ADCCED;
box-shadow: 1px 1px 3px 2px #ADCCED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADCCED; -webkit-box-shadow: 1px 1px 3px 2px #ADCCED; box-shadow:1px 1px 3px 2px #ADCCED;">
Div content here
</div>
This text has color #ADCCED on black background.
This text has color #ADCCED on white background.
This text has black color on #ADCCED background.
This text has white color on #ADCCED background.
Complementary color for #hex is #523312.