HEX: #ABE7ED
RGB: (171,231,237)
#ABE7ED contains mainly green and blue colors. Web safe color of #ABE7ED is #99FFFF (or #9FF).
#ABE7ED color RGB value is (171,231,237).
RGB: (171,231,237)
(67%, 91%, 93%)
R 171 of 255 = 67%
G 231 of 255 = 91%
B 237 of 255 = 93%
R + G + B ~ 84%. #ABE7ED is quite light color.
R + G + B = 171 + 231 + 237 = 639 (100%)
R 171 of 639 ~ 26.76%
G 231 of 639 ~ 36.15%
B 237 of 639 ~ 37.09'%
#ABE7ED color CMYK value is (28,3,0,7).
CMYK: (28,3,0,7)
C28M3Y0K7 (28%, 3%, 0%, 7%)
(0.28 / 0.03 / 0.00 / 0.07)
Color #ABE7ED in popluar color models
AB | E7 | ED | |
---|---|---|---|
RGB | 171 | 231 | 237 |
HSL | 185° | 64.71% | 80.00% |
HSB/HSV | 185° | 27.85% | 92.94% |
CMYK | 27.85% | 2.53% | 0.00% |
7.06% |
Color #ABE7ED in popluar number systems.
HEX | AB | E7 | ED |
Decimal | 171 | 231 | 237 |
Binary | 10101011 | 11100111 | 11101101 |
Octal | 253 | 347 | 355 |
Shades of #ABE7ED
Tints of #ABE7ED
Examples of css and html codes for elements with #ABE7ED color. Also use rgb(171,231,237) instead hex code.
.myTextColor { color: #ABE7ED; }
<p style="color:#ABE7ED">This sample text font color is #ABE7ED.</p>
This text font color is #ABE7ED.
.myBgColor { background-color: #ABE7ED; }
<div style="background-color:#ABE7ED">Inner text</div>
This div background color is #ABE7ED.
.myBorderColor { border: 1px solid #ABE7ED; }
<div style="border:3px solid #ABE7ED">Div</div>
This div border color is #ABE7ED.
.myOpacity80 { color: #ABE7ED; opacity: 0.8; }
<p style="color:#ABE7ED;opacity:0.8;">80%</p>
Text with #ABE7ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABE7ED;}
<p style="text-shadow: 3px 3px 1px #ABE7ED">Text here.</p>
This text has shadow with #ABE7ED color.
.textShadow {text-shadow: 3px 3px 1px #ABE7ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABE7ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABE7ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABE7ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABE7ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABE7ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABE7ED;
-webkit-box-shadow: 1px 1px 3px 2px #ABE7ED;
box-shadow: 1px 1px 3px 2px #ABE7ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABE7ED; -webkit-box-shadow: 1px 1px 3px 2px #ABE7ED; box-shadow:1px 1px 3px 2px #ABE7ED;">
Div content here
</div>
This text has color #ABE7ED on black background.
This text has color #ABE7ED on white background.
This text has black color on #ABE7ED background.
This text has white color on #ABE7ED background.
Complementary color for #hex is #541812.