HEX: #ADDDB2
RGB: (173,221,178)
#ADDDB2 contains red, green and blue colors in about the same proportion. Web safe color of #ADDDB2 is #99CC99 (or #9C9).
#ADDDB2 color RGB value is (173,221,178).
RGB: (173,221,178)
(68%, 87%, 70%)
R 173 of 255 = 68%
G 221 of 255 = 87%
B 178 of 255 = 70%
R + G + B ~ 75%. #ADDDB2 is quite light color.
R + G + B = 173 + 221 + 178 = 572 (100%)
R 173 of 572 ~ 30.24%
G 221 of 572 ~ 38.64%
B 178 of 572 ~ 31.12'%
#ADDDB2 color CMYK value is (22,0,19,13).
CMYK: (22,0,19,13) C22M0Y19K13 (22%,0%,19%,13%) (0.22/0.00/0.19/0.13)
Color #ADDDB2 in popluar color models
AD | DD | B2 | |
---|---|---|---|
RGB | 173 | 221 | 178 |
HSL | 126° | 41.38% | 77.25% |
HSB/HSV | 126° | 21.72% | 86.67% |
CMYK | 21.72% | 0.00% | 19.46% |
13.33% |
Color #ADDDB2 in popluar number systems.
HEX | AD | DD | B2 |
Decimal | 173 | 221 | 178 |
Binary | 10101101 | 11011101 | 10110010 |
Octal | 255 | 335 | 262 |
Shades of #ADDDB2
Tints of #ADDDB2
Examples of css and html codes for elements with #ADDDB2 color. Also use rgb(173,221,178) instead hex code.
.myTextColor { color: #ADDDB2; }
<p style="color:#ADDDB2">This sample text font color is #ADDDB2.</p>
This text font color is #ADDDB2.
.myBgColor { background-color: #ADDDB2; }
<div style="background-color:#ADDDB2">Inner text</div>
This div background color is #ADDDB2.
.myBorderColor { border: 1px solid #ADDDB2; }
<div style="border:3px solid #ADDDB2">Div</div>
This div border color is #ADDDB2.
.myOpacity80 { color: #ADDDB2; opacity: 0.8; }
<p style="color:#ADDDB2;opacity:0.8;">80%</p>
Text with #ADDDB2 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADDDB2;}
<p style="text-shadow: 3px 3px 1px #ADDDB2">Text here.</p>
This text has shadow with #ADDDB2 color.
.textShadow {text-shadow: 3px 3px 1px #ADDDB2', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADDDB2, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADDDB2 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADDDB2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADDDB2, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADDDB2 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADDDB2;
-webkit-box-shadow: 1px 1px 3px 2px #ADDDB2;
box-shadow: 1px 1px 3px 2px #ADDDB2;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADDDB2; -webkit-box-shadow: 1px 1px 3px 2px #ADDDB2; box-shadow:1px 1px 3px 2px #ADDDB2;">
Div content here
</div>
This text has color #ADDDB2 on black background.
This text has color #ADDDB2 on white background.
This text has black color on #ADDDB2 background.
This text has white color on #ADDDB2 background.
Complementary color for #hex is #52224D.