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