HEX: #ABE7BE
RGB: (171,231,190)
#ABE7BE contains mainly green and blue colors. Web safe color of #ABE7BE is #99FFCC (or #9FC).
#ABE7BE color RGB value is (171,231,190).
RGB: (171,231,190)
(67%, 91%, 75%)
R 171 of 255 = 67%
G 231 of 255 = 91%
B 190 of 255 = 75%
R + G + B ~ 78%. #ABE7BE is quite light color.
R + G + B = 171 + 231 + 190 = 592 (100%)
R 171 of 592 ~ 28.89%
G 231 of 592 ~ 39.02%
B 190 of 592 ~ 32.09'%
#ABE7BE color CMYK value is (26,0,18,9).
CMYK: (26,0,18,9) C26M0Y18K9 (26%,0%,18%,9%) (0.26/0.00/0.18/0.09)
Color #ABE7BE in popluar color models
AB | E7 | BE | |
---|---|---|---|
RGB | 171 | 231 | 190 |
HSL | 139° | 55.56% | 78.82% |
HSB/HSV | 139° | 25.97% | 90.59% |
CMYK | 25.97% | 0.00% | 17.75% |
9.41% |
Color #ABE7BE in popluar number systems.
HEX | AB | E7 | BE |
Decimal | 171 | 231 | 190 |
Binary | 10101011 | 11100111 | 10111110 |
Octal | 253 | 347 | 276 |
Shades of #ABE7BE
Tints of #ABE7BE
Examples of css and html codes for elements with #ABE7BE color. Also use rgb(171,231,190) instead hex code.
.myTextColor { color: #ABE7BE; }
<p style="color:#ABE7BE">This sample text font color is #ABE7BE.</p>
This text font color is #ABE7BE.
.myBgColor { background-color: #ABE7BE; }
<div style="background-color:#ABE7BE">Inner text</div>
This div background color is #ABE7BE.
.myBorderColor { border: 1px solid #ABE7BE; }
<div style="border:3px solid #ABE7BE">Div</div>
This div border color is #ABE7BE.
.myOpacity80 { color: #ABE7BE; opacity: 0.8; }
<p style="color:#ABE7BE;opacity:0.8;">80%</p>
Text with #ABE7BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABE7BE;}
<p style="text-shadow: 3px 3px 1px #ABE7BE">Text here.</p>
This text has shadow with #ABE7BE color.
.textShadow {text-shadow: 3px 3px 1px #ABE7BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABE7BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABE7BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABE7BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABE7BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABE7BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABE7BE;
-webkit-box-shadow: 1px 1px 3px 2px #ABE7BE;
box-shadow: 1px 1px 3px 2px #ABE7BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABE7BE; -webkit-box-shadow: 1px 1px 3px 2px #ABE7BE; box-shadow:1px 1px 3px 2px #ABE7BE;">
Div content here
</div>
This text has color #ABE7BE on black background.
This text has color #ABE7BE on white background.
This text has black color on #ABE7BE background.
This text has white color on #ABE7BE background.
Complementary color for #hex is #541841.