HEX: #ADE9CD
RGB: (173,233,205)
#ADE9CD contains mainly green and blue colors. Web safe color of #ADE9CD is #99FFCC (or #9FC).
#ADE9CD color RGB value is (173,233,205).
RGB: (173,233,205)
(68%, 91%, 80%)
R 173 of 255 = 68%
G 233 of 255 = 91%
B 205 of 255 = 80%
R + G + B ~ 80%. #ADE9CD is quite light color.
R + G + B = 173 + 233 + 205 = 611 (100%)
R 173 of 611 ~ 28.31%
G 233 of 611 ~ 38.13%
B 205 of 611 ~ 33.55'%
#ADE9CD color CMYK value is (26,0,12,9).
CMYK: (26,0,12,9) C26M0Y12K9 (26%,0%,12%,9%) (0.26/0.00/0.12/0.09)
Color #ADE9CD in popluar color models
AD | E9 | CD | |
---|---|---|---|
RGB | 173 | 233 | 205 |
HSL | 152° | 57.69% | 79.61% |
HSB/HSV | 152° | 25.75% | 91.37% |
CMYK | 25.75% | 0.00% | 12.02% |
8.63% |
Color #ADE9CD in popluar number systems.
HEX | AD | E9 | CD |
Decimal | 173 | 233 | 205 |
Binary | 10101101 | 11101001 | 11001101 |
Octal | 255 | 351 | 315 |
Shades of #ADE9CD
Tints of #ADE9CD
Examples of css and html codes for elements with #ADE9CD color. Also use rgb(173,233,205) instead hex code.
.myTextColor { color: #ADE9CD; }
<p style="color:#ADE9CD">This sample text font color is #ADE9CD.</p>
This text font color is #ADE9CD.
.myBgColor { background-color: #ADE9CD; }
<div style="background-color:#ADE9CD">Inner text</div>
This div background color is #ADE9CD.
.myBorderColor { border: 1px solid #ADE9CD; }
<div style="border:3px solid #ADE9CD">Div</div>
This div border color is #ADE9CD.
.myOpacity80 { color: #ADE9CD; opacity: 0.8; }
<p style="color:#ADE9CD;opacity:0.8;">80%</p>
Text with #ADE9CD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADE9CD;}
<p style="text-shadow: 3px 3px 1px #ADE9CD">Text here.</p>
This text has shadow with #ADE9CD color.
.textShadow {text-shadow: 3px 3px 1px #ADE9CD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADE9CD, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADE9CD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADE9CD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADE9CD, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADE9CD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADE9CD;
-webkit-box-shadow: 1px 1px 3px 2px #ADE9CD;
box-shadow: 1px 1px 3px 2px #ADE9CD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADE9CD; -webkit-box-shadow: 1px 1px 3px 2px #ADE9CD; box-shadow:1px 1px 3px 2px #ADE9CD;">
Div content here
</div>
This text has color #ADE9CD on black background.
This text has color #ADE9CD on white background.
This text has black color on #ADE9CD background.
This text has white color on #ADE9CD background.
Complementary color for #hex is #521632.