HEX: #ADDEB6
RGB: (173,222,182)
#ADDEB6 contains red, green and blue colors in about the same proportion. Web safe color of #ADDEB6 is #99CCCC (or #9CC).
#ADDEB6 color RGB value is (173,222,182).
RGB: (173,222,182)
(68%, 87%, 71%)
R 173 of 255 = 68%
G 222 of 255 = 87%
B 182 of 255 = 71%
R + G + B ~ 75%. #ADDEB6 is quite light color.
R + G + B = 173 + 222 + 182 = 577 (100%)
R 173 of 577 ~ 29.98%
G 222 of 577 ~ 38.47%
B 182 of 577 ~ 31.54'%
#ADDEB6 color CMYK value is (22,0,18,13).
CMYK: (22,0,18,13)
C22M0Y18K13 (22%, 0%, 18%, 13%)
(0.22 / 0.00 / 0.18 / 0.13)
Color #ADDEB6 in popluar color models
AD | DE | B6 | |
---|---|---|---|
RGB | 173 | 222 | 182 |
HSL | 131° | 42.61% | 77.45% |
HSB/HSV | 131° | 22.07% | 87.06% |
CMYK | 22.07% | 0.00% | 18.02% |
12.94% |
Color #ADDEB6 in popluar number systems.
HEX | AD | DE | B6 |
Decimal | 173 | 222 | 182 |
Binary | 10101101 | 11011110 | 10110110 |
Octal | 255 | 336 | 266 |
Shades of #ADDEB6
Tints of #ADDEB6
Examples of css and html codes for elements with #ADDEB6 color. Also use rgb(173,222,182) instead hex code.
.myTextColor { color: #ADDEB6; }
<p style="color:#ADDEB6">This sample text font color is #ADDEB6.</p>
This text font color is #ADDEB6.
.myBgColor { background-color: #ADDEB6; }
<div style="background-color:#ADDEB6">Inner text</div>
This div background color is #ADDEB6.
.myBorderColor { border: 1px solid #ADDEB6; }
<div style="border:3px solid #ADDEB6">Div</div>
This div border color is #ADDEB6.
.myOpacity80 { color: #ADDEB6; opacity: 0.8; }
<p style="color:#ADDEB6;opacity:0.8;">80%</p>
Text with #ADDEB6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADDEB6;}
<p style="text-shadow: 3px 3px 1px #ADDEB6">Text here.</p>
This text has shadow with #ADDEB6 color.
.textShadow {text-shadow: 3px 3px 1px #ADDEB6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADDEB6, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADDEB6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADDEB6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADDEB6, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADDEB6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADDEB6;
-webkit-box-shadow: 1px 1px 3px 2px #ADDEB6;
box-shadow: 1px 1px 3px 2px #ADDEB6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADDEB6; -webkit-box-shadow: 1px 1px 3px 2px #ADDEB6; box-shadow:1px 1px 3px 2px #ADDEB6;">
Div content here
</div>
This text has color #ADDEB6 on black background.
This text has color #ADDEB6 on white background.
This text has black color on #ADDEB6 background.
This text has white color on #ADDEB6 background.
Complementary color for #hex is #522149.