HEX: #ADD5BD
RGB: (173,213,189)
#ADD5BD contains red, green and blue colors in about the same proportion. Web safe color of #ADD5BD is #99CCCC (or #9CC).
#ADD5BD color RGB value is (173,213,189).
RGB: (173,213,189)
(68%, 84%, 74%)
R 173 of 255 = 68%
G 213 of 255 = 84%
B 189 of 255 = 74%
R + G + B ~ 75%. #ADD5BD is quite light color.
R + G + B = 173 + 213 + 189 = 575 (100%)
R 173 of 575 ~ 30.09%
G 213 of 575 ~ 37.04%
B 189 of 575 ~ 32.87'%
#ADD5BD color CMYK value is (19,0,11,16).
CMYK: (19,0,11,16) C19M0Y11K16 (19%,0%,11%,16%) (0.19/0.00/0.11/0.16)
Color #ADD5BD in popluar color models
AD | D5 | BD | |
---|---|---|---|
RGB | 173 | 213 | 189 |
HSL | 144° | 32.26% | 75.69% |
HSB/HSV | 144° | 18.78% | 83.53% |
CMYK | 18.78% | 0.00% | 11.27% |
16.47% |
Color #ADD5BD in popluar number systems.
HEX | AD | D5 | BD |
Decimal | 173 | 213 | 189 |
Binary | 10101101 | 11010101 | 10111101 |
Octal | 255 | 325 | 275 |
Shades of #ADD5BD
Tints of #ADD5BD
Examples of css and html codes for elements with #ADD5BD color. Also use rgb(173,213,189) instead hex code.
.myTextColor { color: #ADD5BD; }
<p style="color:#ADD5BD">This sample text font color is #ADD5BD.</p>
This text font color is #ADD5BD.
.myBgColor { background-color: #ADD5BD; }
<div style="background-color:#ADD5BD">Inner text</div>
This div background color is #ADD5BD.
.myBorderColor { border: 1px solid #ADD5BD; }
<div style="border:3px solid #ADD5BD">Div</div>
This div border color is #ADD5BD.
.myOpacity80 { color: #ADD5BD; opacity: 0.8; }
<p style="color:#ADD5BD;opacity:0.8;">80%</p>
Text with #ADD5BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD5BD;}
<p style="text-shadow: 3px 3px 1px #ADD5BD">Text here.</p>
This text has shadow with #ADD5BD color.
.textShadow {text-shadow: 3px 3px 1px #ADD5BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD5BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADD5BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD5BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD5BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD5BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADD5BD;
-webkit-box-shadow: 1px 1px 3px 2px #ADD5BD;
box-shadow: 1px 1px 3px 2px #ADD5BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADD5BD; -webkit-box-shadow: 1px 1px 3px 2px #ADD5BD; box-shadow:1px 1px 3px 2px #ADD5BD;">
Div content here
</div>
This text has color #ADD5BD on black background.
This text has color #ADD5BD on white background.
This text has black color on #ADD5BD background.
This text has white color on #ADD5BD background.
Complementary color for #hex is #522A42.