HEX: #ABD4AD
RGB: (171,212,173)
#ABD4AD contains red, green and blue colors in about the same proportion. Web safe color of #ABD4AD is #99CC99 (or #9C9).
#ABD4AD color RGB value is (171,212,173).
RGB: (171,212,173)
(67%, 83%, 68%)
R 171 of 255 = 67%
G 212 of 255 = 83%
B 173 of 255 = 68%
R + G + B ~ 73%. #ABD4AD is quite light color.
R + G + B = 171 + 212 + 173 = 556 (100%)
R 171 of 556 ~ 30.76%
G 212 of 556 ~ 38.13%
B 173 of 556 ~ 31.12'%
#ABD4AD color CMYK value is (19,0,18,17).
CMYK: (19,0,18,17)
C19M0Y18K17 (19%, 0%, 18%, 17%)
(0.19 / 0.00 / 0.18 / 0.17)
Color #ABD4AD in popluar color models
AB | D4 | AD | |
---|---|---|---|
RGB | 171 | 212 | 173 |
HSL | 123° | 32.28% | 75.10% |
HSB/HSV | 123° | 19.34% | 83.14% |
CMYK | 19.34% | 0.00% | 18.40% |
16.86% |
Color #ABD4AD in popluar number systems.
HEX | AB | D4 | AD |
Decimal | 171 | 212 | 173 |
Binary | 10101011 | 11010100 | 10101101 |
Octal | 253 | 324 | 255 |
Shades of #ABD4AD
Tints of #ABD4AD
Examples of css and html codes for elements with #ABD4AD color. Also use rgb(171,212,173) instead hex code.
.myTextColor { color: #ABD4AD; }
<p style="color:#ABD4AD">This sample text font color is #ABD4AD.</p>
This text font color is #ABD4AD.
.myBgColor { background-color: #ABD4AD; }
<div style="background-color:#ABD4AD">Inner text</div>
This div background color is #ABD4AD.
.myBorderColor { border: 1px solid #ABD4AD; }
<div style="border:3px solid #ABD4AD">Div</div>
This div border color is #ABD4AD.
.myOpacity80 { color: #ABD4AD; opacity: 0.8; }
<p style="color:#ABD4AD;opacity:0.8;">80%</p>
Text with #ABD4AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABD4AD;}
<p style="text-shadow: 3px 3px 1px #ABD4AD">Text here.</p>
This text has shadow with #ABD4AD color.
.textShadow {text-shadow: 3px 3px 1px #ABD4AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABD4AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABD4AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABD4AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABD4AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABD4AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABD4AD;
-webkit-box-shadow: 1px 1px 3px 2px #ABD4AD;
box-shadow: 1px 1px 3px 2px #ABD4AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABD4AD; -webkit-box-shadow: 1px 1px 3px 2px #ABD4AD; box-shadow:1px 1px 3px 2px #ABD4AD;">
Div content here
</div>
This text has color #ABD4AD on black background.
This text has color #ABD4AD on white background.
This text has black color on #ABD4AD background.
This text has white color on #ABD4AD background.
Complementary color for #hex is #542B52.