HEX: #ABEDC0
RGB: (171,237,192)
#ABEDC0 contains mainly green and blue colors. Web safe color of #ABEDC0 is #99FFCC (or #9FC).
#ABEDC0 color RGB value is (171,237,192).
RGB: (171,237,192)
(67%, 93%, 75%)
R 171 of 255 = 67%
G 237 of 255 = 93%
B 192 of 255 = 75%
R + G + B ~ 78%. #ABEDC0 is quite light color.
R + G + B = 171 + 237 + 192 = 600 (100%)
R 171 of 600 ~ 28.5%
G 237 of 600 ~ 39.5%
B 192 of 600 ~ 32'%
#ABEDC0 color CMYK value is (28,0,19,7).
CMYK: (28,0,19,7)
C28M0Y19K7 (28%, 0%, 19%, 7%)
(0.28 / 0.00 / 0.19 / 0.07)
Color #ABEDC0 in popluar color models
AB | ED | C0 | |
---|---|---|---|
RGB | 171 | 237 | 192 |
HSL | 139° | 64.71% | 80.00% |
HSB/HSV | 139° | 27.85% | 92.94% |
CMYK | 27.85% | 0.00% | 18.99% |
7.06% |
Color #ABEDC0 in popluar number systems.
HEX | AB | ED | C0 |
Decimal | 171 | 237 | 192 |
Binary | 10101011 | 11101101 | 11000000 |
Octal | 253 | 355 | 300 |
Shades of #ABEDC0
Tints of #ABEDC0
Examples of css and html codes for elements with #ABEDC0 color. Also use rgb(171,237,192) instead hex code.
.myTextColor { color: #ABEDC0; }
<p style="color:#ABEDC0">This sample text font color is #ABEDC0.</p>
This text font color is #ABEDC0.
.myBgColor { background-color: #ABEDC0; }
<div style="background-color:#ABEDC0">Inner text</div>
This div background color is #ABEDC0.
.myBorderColor { border: 1px solid #ABEDC0; }
<div style="border:3px solid #ABEDC0">Div</div>
This div border color is #ABEDC0.
.myOpacity80 { color: #ABEDC0; opacity: 0.8; }
<p style="color:#ABEDC0;opacity:0.8;">80%</p>
Text with #ABEDC0 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABEDC0;}
<p style="text-shadow: 3px 3px 1px #ABEDC0">Text here.</p>
This text has shadow with #ABEDC0 color.
.textShadow {text-shadow: 3px 3px 1px #ABEDC0', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABEDC0, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABEDC0 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABEDC0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABEDC0, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABEDC0 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABEDC0;
-webkit-box-shadow: 1px 1px 3px 2px #ABEDC0;
box-shadow: 1px 1px 3px 2px #ABEDC0;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABEDC0; -webkit-box-shadow: 1px 1px 3px 2px #ABEDC0; box-shadow:1px 1px 3px 2px #ABEDC0;">
Div content here
</div>
This text has color #ABEDC0 on black background.
This text has color #ABEDC0 on white background.
This text has black color on #ABEDC0 background.
This text has white color on #ABEDC0 background.
Complementary color for #hex is #54123F.