HEX: #ABEDB2
RGB: (171,237,178)
#ABEDB2 contains mainly green and blue colors. Web safe color of #ABEDB2 is #99FF99 (or #9F9).
#ABEDB2 color RGB value is (171,237,178).
RGB: (171,237,178)
(67%, 93%, 70%)
R 171 of 255 = 67%
G 237 of 255 = 93%
B 178 of 255 = 70%
R + G + B ~ 77%. #ABEDB2 is quite light color.
R + G + B = 171 + 237 + 178 = 586 (100%)
R 171 of 586 ~ 29.18%
G 237 of 586 ~ 40.44%
B 178 of 586 ~ 30.38'%
#ABEDB2 color CMYK value is (28,0,25,7).
CMYK: (28,0,25,7)
C28M0Y25K7 (28%, 0%, 25%, 7%)
(0.28 / 0.00 / 0.25 / 0.07)
Color #ABEDB2 in popluar color models
AB | ED | B2 | |
---|---|---|---|
RGB | 171 | 237 | 178 |
HSL | 126° | 64.71% | 80.00% |
HSB/HSV | 126° | 27.85% | 92.94% |
CMYK | 27.85% | 0.00% | 24.89% |
7.06% |
Color #ABEDB2 in popluar number systems.
HEX | AB | ED | B2 |
Decimal | 171 | 237 | 178 |
Binary | 10101011 | 11101101 | 10110010 |
Octal | 253 | 355 | 262 |
Shades of #ABEDB2
Tints of #ABEDB2
Examples of css and html codes for elements with #ABEDB2 color. Also use rgb(171,237,178) instead hex code.
.myTextColor { color: #ABEDB2; }
<p style="color:#ABEDB2">This sample text font color is #ABEDB2.</p>
This text font color is #ABEDB2.
.myBgColor { background-color: #ABEDB2; }
<div style="background-color:#ABEDB2">Inner text</div>
This div background color is #ABEDB2.
.myBorderColor { border: 1px solid #ABEDB2; }
<div style="border:3px solid #ABEDB2">Div</div>
This div border color is #ABEDB2.
.myOpacity80 { color: #ABEDB2; opacity: 0.8; }
<p style="color:#ABEDB2;opacity:0.8;">80%</p>
Text with #ABEDB2 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABEDB2;}
<p style="text-shadow: 3px 3px 1px #ABEDB2">Text here.</p>
This text has shadow with #ABEDB2 color.
.textShadow {text-shadow: 3px 3px 1px #ABEDB2', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABEDB2, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABEDB2 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABEDB2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABEDB2, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABEDB2 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABEDB2;
-webkit-box-shadow: 1px 1px 3px 2px #ABEDB2;
box-shadow: 1px 1px 3px 2px #ABEDB2;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABEDB2; -webkit-box-shadow: 1px 1px 3px 2px #ABEDB2; box-shadow:1px 1px 3px 2px #ABEDB2;">
Div content here
</div>
This text has color #ABEDB2 on black background.
This text has color #ABEDB2 on white background.
This text has black color on #ABEDB2 background.
This text has white color on #ABEDB2 background.
Complementary color for #hex is #54124D.