HEX: #ADE5BC
RGB: (173,229,188)
#ADE5BC contains red, green and blue colors in about the same proportion. Web safe color of #ADE5BC is #99CCCC (or #9CC).
#ADE5BC color RGB value is (173,229,188).
RGB: (173,229,188)
(68%, 90%, 74%)
R 173 of 255 = 68%
G 229 of 255 = 90%
B 188 of 255 = 74%
R + G + B ~ 77%. #ADE5BC is quite light color.
R + G + B = 173 + 229 + 188 = 590 (100%)
R 173 of 590 ~ 29.32%
G 229 of 590 ~ 38.81%
B 188 of 590 ~ 31.86'%
#ADE5BC color CMYK value is (24,0,18,10).
CMYK: (24,0,18,10)
C24M0Y18K10 (24%, 0%, 18%, 10%)
(0.24 / 0.00 / 0.18 / 0.10)
Color #ADE5BC in popluar color models
AD | E5 | BC | |
---|---|---|---|
RGB | 173 | 229 | 188 |
HSL | 136° | 51.85% | 78.82% |
HSB/HSV | 136° | 24.45% | 89.80% |
CMYK | 24.45% | 0.00% | 17.90% |
10.20% |
Color #ADE5BC in popluar number systems.
HEX | AD | E5 | BC |
Decimal | 173 | 229 | 188 |
Binary | 10101101 | 11100101 | 10111100 |
Octal | 255 | 345 | 274 |
Shades of #ADE5BC
Tints of #ADE5BC
Examples of css and html codes for elements with #ADE5BC color. Also use rgb(173,229,188) instead hex code.
.myTextColor { color: #ADE5BC; }
<p style="color:#ADE5BC">This sample text font color is #ADE5BC.</p>
This text font color is #ADE5BC.
.myBgColor { background-color: #ADE5BC; }
<div style="background-color:#ADE5BC">Inner text</div>
This div background color is #ADE5BC.
.myBorderColor { border: 1px solid #ADE5BC; }
<div style="border:3px solid #ADE5BC">Div</div>
This div border color is #ADE5BC.
.myOpacity80 { color: #ADE5BC; opacity: 0.8; }
<p style="color:#ADE5BC;opacity:0.8;">80%</p>
Text with #ADE5BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADE5BC;}
<p style="text-shadow: 3px 3px 1px #ADE5BC">Text here.</p>
This text has shadow with #ADE5BC color.
.textShadow {text-shadow: 3px 3px 1px #ADE5BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADE5BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADE5BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADE5BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADE5BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADE5BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADE5BC;
-webkit-box-shadow: 1px 1px 3px 2px #ADE5BC;
box-shadow: 1px 1px 3px 2px #ADE5BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADE5BC; -webkit-box-shadow: 1px 1px 3px 2px #ADE5BC; box-shadow:1px 1px 3px 2px #ADE5BC;">
Div content here
</div>
This text has color #ADE5BC on black background.
This text has color #ADE5BC on white background.
This text has black color on #ADE5BC background.
This text has white color on #ADE5BC background.
Complementary color for #hex is #521A43.