HEX: #ADD8BA
RGB: (173,216,186)
#ADD8BA contains red, green and blue colors in about the same proportion. Web safe color of #ADD8BA is #99CCCC (or #9CC).
#ADD8BA color RGB value is (173,216,186).
RGB: (173,216,186)
(68%, 85%, 73%)
R 173 of 255 = 68%
G 216 of 255 = 85%
B 186 of 255 = 73%
R + G + B ~ 75%. #ADD8BA is quite light color.
R + G + B = 173 + 216 + 186 = 575 (100%)
R 173 of 575 ~ 30.09%
G 216 of 575 ~ 37.57%
B 186 of 575 ~ 32.35'%
#ADD8BA color CMYK value is (20,0,14,15).
CMYK: (20,0,14,15) C20M0Y14K15 (20%,0%,14%,15%) (0.20/0.00/0.14/0.15)
Color #ADD8BA in popluar color models
AD | D8 | BA | |
---|---|---|---|
RGB | 173 | 216 | 186 |
HSL | 138° | 35.54% | 76.27% |
HSB/HSV | 138° | 19.91% | 84.71% |
CMYK | 19.91% | 0.00% | 13.89% |
15.29% |
Color #ADD8BA in popluar number systems.
HEX | AD | D8 | BA |
Decimal | 173 | 216 | 186 |
Binary | 10101101 | 11011000 | 10111010 |
Octal | 255 | 330 | 272 |
Shades of #ADD8BA
Tints of #ADD8BA
Examples of css and html codes for elements with #ADD8BA color. Also use rgb(173,216,186) instead hex code.
.myTextColor { color: #ADD8BA; }
<p style="color:#ADD8BA">This sample text font color is #ADD8BA.</p>
This text font color is #ADD8BA.
.myBgColor { background-color: #ADD8BA; }
<div style="background-color:#ADD8BA">Inner text</div>
This div background color is #ADD8BA.
.myBorderColor { border: 1px solid #ADD8BA; }
<div style="border:3px solid #ADD8BA">Div</div>
This div border color is #ADD8BA.
.myOpacity80 { color: #ADD8BA; opacity: 0.8; }
<p style="color:#ADD8BA;opacity:0.8;">80%</p>
Text with #ADD8BA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD8BA;}
<p style="text-shadow: 3px 3px 1px #ADD8BA">Text here.</p>
This text has shadow with #ADD8BA color.
.textShadow {text-shadow: 3px 3px 1px #ADD8BA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD8BA, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADD8BA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD8BA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD8BA, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD8BA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADD8BA;
-webkit-box-shadow: 1px 1px 3px 2px #ADD8BA;
box-shadow: 1px 1px 3px 2px #ADD8BA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADD8BA; -webkit-box-shadow: 1px 1px 3px 2px #ADD8BA; box-shadow:1px 1px 3px 2px #ADD8BA;">
Div content here
</div>
This text has color #ADD8BA on black background.
This text has color #ADD8BA on white background.
This text has black color on #ADD8BA background.
This text has white color on #ADD8BA background.
Complementary color for #hex is #522745.