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