HEX: #ADE1BD
RGB: (173,225,189)
#ADE1BD contains red, green and blue colors in about the same proportion. Web safe color of #ADE1BD is #99CCCC (or #9CC).
#ADE1BD color RGB value is (173,225,189).
RGB: (173,225,189)
(68%, 88%, 74%)
R 173 of 255 = 68%
G 225 of 255 = 88%
B 189 of 255 = 74%
R + G + B ~ 77%. #ADE1BD is quite light color.
R + G + B = 173 + 225 + 189 = 587 (100%)
R 173 of 587 ~ 29.47%
G 225 of 587 ~ 38.33%
B 189 of 587 ~ 32.2'%
#ADE1BD color CMYK value is (23,0,16,12).
CMYK: (23,0,16,12)
C23M0Y16K12 (23%, 0%, 16%, 12%)
(0.23 / 0.00 / 0.16 / 0.12)
Color #ADE1BD in popluar color models
AD | E1 | BD | |
---|---|---|---|
RGB | 173 | 225 | 189 |
HSL | 138° | 46.43% | 78.04% |
HSB/HSV | 138° | 23.11% | 88.24% |
CMYK | 23.11% | 0.00% | 16.00% |
11.76% |
Color #ADE1BD in popluar number systems.
HEX | AD | E1 | BD |
Decimal | 173 | 225 | 189 |
Binary | 10101101 | 11100001 | 10111101 |
Octal | 255 | 341 | 275 |
Shades of #ADE1BD
Tints of #ADE1BD
Examples of css and html codes for elements with #ADE1BD color. Also use rgb(173,225,189) instead hex code.
.myTextColor { color: #ADE1BD; }
<p style="color:#ADE1BD">This sample text font color is #ADE1BD.</p>
This text font color is #ADE1BD.
.myBgColor { background-color: #ADE1BD; }
<div style="background-color:#ADE1BD">Inner text</div>
This div background color is #ADE1BD.
.myBorderColor { border: 1px solid #ADE1BD; }
<div style="border:3px solid #ADE1BD">Div</div>
This div border color is #ADE1BD.
.myOpacity80 { color: #ADE1BD; opacity: 0.8; }
<p style="color:#ADE1BD;opacity:0.8;">80%</p>
Text with #ADE1BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADE1BD;}
<p style="text-shadow: 3px 3px 1px #ADE1BD">Text here.</p>
This text has shadow with #ADE1BD color.
.textShadow {text-shadow: 3px 3px 1px #ADE1BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADE1BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADE1BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADE1BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADE1BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADE1BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADE1BD;
-webkit-box-shadow: 1px 1px 3px 2px #ADE1BD;
box-shadow: 1px 1px 3px 2px #ADE1BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADE1BD; -webkit-box-shadow: 1px 1px 3px 2px #ADE1BD; box-shadow:1px 1px 3px 2px #ADE1BD;">
Div content here
</div>
This text has color #ADE1BD on black background.
This text has color #ADE1BD on white background.
This text has black color on #ADE1BD background.
This text has white color on #ADE1BD background.
Complementary color for #hex is #521E42.