HEX: #ABC7EA
RGB: (171,199,234)
#ABC7EA contains mainly green and blue colors. Web safe color of #ABC7EA is #99CCFF (or #9CF).
#ABC7EA color RGB value is (171,199,234).
RGB: (171,199,234)
(67%, 78%, 92%)
R 171 of 255 = 67%
G 199 of 255 = 78%
B 234 of 255 = 92%
R + G + B ~ 79%. #ABC7EA is quite light color.
R + G + B = 171 + 199 + 234 = 604 (100%)
R 171 of 604 ~ 28.31%
G 199 of 604 ~ 32.95%
B 234 of 604 ~ 38.74'%
#ABC7EA color CMYK value is (27,15,0,8).
CMYK: (27,15,0,8)
C27M15Y0K8 (27%, 15%, 0%, 8%)
(0.27 / 0.15 / 0.00 / 0.08)
Color #ABC7EA in popluar color models
AB | C7 | EA | |
---|---|---|---|
RGB | 171 | 199 | 234 |
HSL | 213° | 60.00% | 79.41% |
HSB/HSV | 213° | 26.92% | 91.76% |
CMYK | 26.92% | 14.96% | 0.00% |
8.24% |
Color #ABC7EA in popluar number systems.
HEX | AB | C7 | EA |
Decimal | 171 | 199 | 234 |
Binary | 10101011 | 11000111 | 11101010 |
Octal | 253 | 307 | 352 |
Shades of #ABC7EA
Tints of #ABC7EA
Examples of css and html codes for elements with #ABC7EA color. Also use rgb(171,199,234) instead hex code.
.myTextColor { color: #ABC7EA; }
<p style="color:#ABC7EA">This sample text font color is #ABC7EA.</p>
This text font color is #ABC7EA.
.myBgColor { background-color: #ABC7EA; }
<div style="background-color:#ABC7EA">Inner text</div>
This div background color is #ABC7EA.
.myBorderColor { border: 1px solid #ABC7EA; }
<div style="border:3px solid #ABC7EA">Div</div>
This div border color is #ABC7EA.
.myOpacity80 { color: #ABC7EA; opacity: 0.8; }
<p style="color:#ABC7EA;opacity:0.8;">80%</p>
Text with #ABC7EA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABC7EA;}
<p style="text-shadow: 3px 3px 1px #ABC7EA">Text here.</p>
This text has shadow with #ABC7EA color.
.textShadow {text-shadow: 3px 3px 1px #ABC7EA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABC7EA, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABC7EA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABC7EA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABC7EA, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABC7EA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABC7EA;
-webkit-box-shadow: 1px 1px 3px 2px #ABC7EA;
box-shadow: 1px 1px 3px 2px #ABC7EA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABC7EA; -webkit-box-shadow: 1px 1px 3px 2px #ABC7EA; box-shadow:1px 1px 3px 2px #ABC7EA;">
Div content here
</div>
This text has color #ABC7EA on black background.
This text has color #ABC7EA on white background.
This text has black color on #ABC7EA background.
This text has white color on #ABC7EA background.
Complementary color for #hex is #543815.