HEX: #ADDABA
RGB: (173,218,186)
#ADDABA contains red, green and blue colors in about the same proportion. Web safe color of #ADDABA is #99CCCC (or #9CC).
#ADDABA color RGB value is (173,218,186).
RGB: (173,218,186)
(68%, 85%, 73%)
R 173 of 255 = 68%
G 218 of 255 = 85%
B 186 of 255 = 73%
R + G + B ~ 75%. #ADDABA is quite light color.
R + G + B = 173 + 218 + 186 = 577 (100%)
R 173 of 577 ~ 29.98%
G 218 of 577 ~ 37.78%
B 186 of 577 ~ 32.24'%
#ADDABA color CMYK value is (21,0,15,15).
CMYK: (21,0,15,15)
C21M0Y15K15 (21%, 0%, 15%, 15%)
(0.21 / 0.00 / 0.15 / 0.15)
Color #ADDABA in popluar color models
AD | DA | BA | |
---|---|---|---|
RGB | 173 | 218 | 186 |
HSL | 137° | 37.82% | 76.67% |
HSB/HSV | 137° | 20.64% | 85.49% |
CMYK | 20.64% | 0.00% | 14.68% |
14.51% |
Color #ADDABA in popluar number systems.
HEX | AD | DA | BA |
Decimal | 173 | 218 | 186 |
Binary | 10101101 | 11011010 | 10111010 |
Octal | 255 | 332 | 272 |
Shades of #ADDABA
Tints of #ADDABA
Examples of css and html codes for elements with #ADDABA color. Also use rgb(173,218,186) instead hex code.
.myTextColor { color: #ADDABA; }
<p style="color:#ADDABA">This sample text font color is #ADDABA.</p>
This text font color is #ADDABA.
.myBgColor { background-color: #ADDABA; }
<div style="background-color:#ADDABA">Inner text</div>
This div background color is #ADDABA.
.myBorderColor { border: 1px solid #ADDABA; }
<div style="border:3px solid #ADDABA">Div</div>
This div border color is #ADDABA.
.myOpacity80 { color: #ADDABA; opacity: 0.8; }
<p style="color:#ADDABA;opacity:0.8;">80%</p>
Text with #ADDABA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADDABA;}
<p style="text-shadow: 3px 3px 1px #ADDABA">Text here.</p>
This text has shadow with #ADDABA color.
.textShadow {text-shadow: 3px 3px 1px #ADDABA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADDABA, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADDABA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADDABA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADDABA, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADDABA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADDABA;
-webkit-box-shadow: 1px 1px 3px 2px #ADDABA;
box-shadow: 1px 1px 3px 2px #ADDABA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADDABA; -webkit-box-shadow: 1px 1px 3px 2px #ADDABA; box-shadow:1px 1px 3px 2px #ADDABA;">
Div content here
</div>
This text has color #ADDABA on black background.
This text has color #ADDABA on white background.
This text has black color on #ADDABA background.
This text has white color on #ADDABA background.
Complementary color for #hex is #522545.