HEX: #ABE5CF
RGB: (171,229,207)
#ABE5CF contains red, green and blue colors in about the same proportion. Web safe color of #ABE5CF is #99CCCC (or #9CC).
#ABE5CF color RGB value is (171,229,207).
RGB: (171,229,207)
(67%, 90%, 81%)
R 171 of 255 = 67%
G 229 of 255 = 90%
B 207 of 255 = 81%
R + G + B ~ 79%. #ABE5CF is quite light color.
R + G + B = 171 + 229 + 207 = 607 (100%)
R 171 of 607 ~ 28.17%
G 229 of 607 ~ 37.73%
B 207 of 607 ~ 34.1'%
#ABE5CF color CMYK value is (25,0,10,10).
CMYK: (25,0,10,10)
C25M0Y10K10 (25%, 0%, 10%, 10%)
(0.25 / 0.00 / 0.10 / 0.10)
Color #ABE5CF in popluar color models
AB | E5 | CF | |
---|---|---|---|
RGB | 171 | 229 | 207 |
HSL | 157° | 52.73% | 78.43% |
HSB/HSV | 157° | 25.33% | 89.80% |
CMYK | 25.33% | 0.00% | 9.61% |
10.20% |
Color #ABE5CF in popluar number systems.
HEX | AB | E5 | CF |
Decimal | 171 | 229 | 207 |
Binary | 10101011 | 11100101 | 11001111 |
Octal | 253 | 345 | 317 |
Shades of #ABE5CF
Tints of #ABE5CF
Examples of css and html codes for elements with #ABE5CF color. Also use rgb(171,229,207) instead hex code.
.myTextColor { color: #ABE5CF; }
<p style="color:#ABE5CF">This sample text font color is #ABE5CF.</p>
This text font color is #ABE5CF.
.myBgColor { background-color: #ABE5CF; }
<div style="background-color:#ABE5CF">Inner text</div>
This div background color is #ABE5CF.
.myBorderColor { border: 1px solid #ABE5CF; }
<div style="border:3px solid #ABE5CF">Div</div>
This div border color is #ABE5CF.
.myOpacity80 { color: #ABE5CF; opacity: 0.8; }
<p style="color:#ABE5CF;opacity:0.8;">80%</p>
Text with #ABE5CF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABE5CF;}
<p style="text-shadow: 3px 3px 1px #ABE5CF">Text here.</p>
This text has shadow with #ABE5CF color.
.textShadow {text-shadow: 3px 3px 1px #ABE5CF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABE5CF, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABE5CF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABE5CF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABE5CF, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABE5CF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABE5CF;
-webkit-box-shadow: 1px 1px 3px 2px #ABE5CF;
box-shadow: 1px 1px 3px 2px #ABE5CF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABE5CF; -webkit-box-shadow: 1px 1px 3px 2px #ABE5CF; box-shadow:1px 1px 3px 2px #ABE5CF;">
Div content here
</div>
This text has color #ABE5CF on black background.
This text has color #ABE5CF on white background.
This text has black color on #ABE5CF background.
This text has white color on #ABE5CF background.
Complementary color for #hex is #541A30.