HEX: #ADCADD
RGB: (173,202,221)
#ADCADD contains red, green and blue colors in about the same proportion. Web safe color of #ADCADD is #99CCCC (or #9CC).
#ADCADD color RGB value is (173,202,221).
RGB: (173,202,221)
(68%, 79%, 87%)
R 173 of 255 = 68%
G 202 of 255 = 79%
B 221 of 255 = 87%
R + G + B ~ 78%. #ADCADD is quite light color.
R + G + B = 173 + 202 + 221 = 596 (100%)
R 173 of 596 ~ 29.03%
G 202 of 596 ~ 33.89%
B 221 of 596 ~ 37.08'%
#ADCADD color CMYK value is (22,9,0,13).
CMYK: (22,9,0,13)
C22M9Y0K13 (22%, 9%, 0%, 13%)
(0.22 / 0.09 / 0.00 / 0.13)
Color #ADCADD in popluar color models
AD | CA | DD | |
---|---|---|---|
RGB | 173 | 202 | 221 |
HSL | 204° | 41.38% | 77.25% |
HSB/HSV | 204° | 21.72% | 86.67% |
CMYK | 21.72% | 8.60% | 0.00% |
13.33% |
Color #ADCADD in popluar number systems.
HEX | AD | CA | DD |
Decimal | 173 | 202 | 221 |
Binary | 10101101 | 11001010 | 11011101 |
Octal | 255 | 312 | 335 |
Shades of #ADCADD
Tints of #ADCADD
Examples of css and html codes for elements with #ADCADD color. Also use rgb(173,202,221) instead hex code.
.myTextColor { color: #ADCADD; }
<p style="color:#ADCADD">This sample text font color is #ADCADD.</p>
This text font color is #ADCADD.
.myBgColor { background-color: #ADCADD; }
<div style="background-color:#ADCADD">Inner text</div>
This div background color is #ADCADD.
.myBorderColor { border: 1px solid #ADCADD; }
<div style="border:3px solid #ADCADD">Div</div>
This div border color is #ADCADD.
.myOpacity80 { color: #ADCADD; opacity: 0.8; }
<p style="color:#ADCADD;opacity:0.8;">80%</p>
Text with #ADCADD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADCADD;}
<p style="text-shadow: 3px 3px 1px #ADCADD">Text here.</p>
This text has shadow with #ADCADD color.
.textShadow {text-shadow: 3px 3px 1px #ADCADD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADCADD, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADCADD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADCADD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADCADD, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADCADD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADCADD;
-webkit-box-shadow: 1px 1px 3px 2px #ADCADD;
box-shadow: 1px 1px 3px 2px #ADCADD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADCADD; -webkit-box-shadow: 1px 1px 3px 2px #ADCADD; box-shadow:1px 1px 3px 2px #ADCADD;">
Div content here
</div>
This text has color #ADCADD on black background.
This text has color #ADCADD on white background.
This text has black color on #ADCADD background.
This text has white color on #ADCADD background.
Complementary color for #hex is #523522.