HEX: #ABC7EE
RGB: (171,199,238)
#ABC7EE contains mainly green and blue colors. Web safe color of #ABC7EE is #99CCFF (or #9CF).
#ABC7EE color RGB value is (171,199,238).
RGB: (171,199,238)
(67%, 78%, 93%)
R 171 of 255 = 67%
G 199 of 255 = 78%
B 238 of 255 = 93%
R + G + B ~ 79%. #ABC7EE is quite light color.
R + G + B = 171 + 199 + 238 = 608 (100%)
R 171 of 608 ~ 28.13%
G 199 of 608 ~ 32.73%
B 238 of 608 ~ 39.14'%
#ABC7EE color CMYK value is (28,16,0,7).
CMYK: (28,16,0,7)
C28M16Y0K7 (28%, 16%, 0%, 7%)
(0.28 / 0.16 / 0.00 / 0.07)
Color #ABC7EE in popluar color models
AB | C7 | EE | |
---|---|---|---|
RGB | 171 | 199 | 238 |
HSL | 215° | 66.34% | 80.20% |
HSB/HSV | 215° | 28.15% | 93.33% |
CMYK | 28.15% | 16.39% | 0.00% |
6.67% |
Color #ABC7EE in popluar number systems.
HEX | AB | C7 | EE |
Decimal | 171 | 199 | 238 |
Binary | 10101011 | 11000111 | 11101110 |
Octal | 253 | 307 | 356 |
Shades of #ABC7EE
Tints of #ABC7EE
Examples of css and html codes for elements with #ABC7EE color. Also use rgb(171,199,238) instead hex code.
.myTextColor { color: #ABC7EE; }
<p style="color:#ABC7EE">This sample text font color is #ABC7EE.</p>
This text font color is #ABC7EE.
.myBgColor { background-color: #ABC7EE; }
<div style="background-color:#ABC7EE">Inner text</div>
This div background color is #ABC7EE.
.myBorderColor { border: 1px solid #ABC7EE; }
<div style="border:3px solid #ABC7EE">Div</div>
This div border color is #ABC7EE.
.myOpacity80 { color: #ABC7EE; opacity: 0.8; }
<p style="color:#ABC7EE;opacity:0.8;">80%</p>
Text with #ABC7EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABC7EE;}
<p style="text-shadow: 3px 3px 1px #ABC7EE">Text here.</p>
This text has shadow with #ABC7EE color.
.textShadow {text-shadow: 3px 3px 1px #ABC7EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABC7EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABC7EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABC7EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABC7EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABC7EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABC7EE;
-webkit-box-shadow: 1px 1px 3px 2px #ABC7EE;
box-shadow: 1px 1px 3px 2px #ABC7EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABC7EE; -webkit-box-shadow: 1px 1px 3px 2px #ABC7EE; box-shadow:1px 1px 3px 2px #ABC7EE;">
Div content here
</div>
This text has color #ABC7EE on black background.
This text has color #ABC7EE on white background.
This text has black color on #ABC7EE background.
This text has white color on #ABC7EE background.
Complementary color for #hex is #543811.