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