HEX: #8ABCE7
RGB: (138,188,231)
#8ABCE7 contains mainly green and blue colors. Web safe color of #8ABCE7 is #99CCFF (or #9CF).
#8ABCE7 color RGB value is (138,188,231).
RGB: (138,188,231)
(54%, 74%, 91%)
R 138 of 255 = 54%
G 188 of 255 = 74%
B 231 of 255 = 91%
R + G + B ~ 73%. #8ABCE7 is quite light color.
R + G + B = 138 + 188 + 231 = 557 (100%)
R 138 of 557 ~ 24.78%
G 188 of 557 ~ 33.75%
B 231 of 557 ~ 41.47'%
#8ABCE7 color CMYK value is (40,19,0,9).
CMYK: (40,19,0,9) C40M19Y0K9 (40%,19%,0%,9%) (0.40/0.19/0.00/0.09)
Color #8ABCE7 in popluar color models
8A | BC | E7 | |
---|---|---|---|
RGB | 138 | 188 | 231 |
HSL | 208° | 65.96% | 72.35% |
HSB/HSV | 208° | 40.26% | 90.59% |
CMYK | 40.26% | 18.61% | 0.00% |
9.41% |
Color #8ABCE7 in popluar number systems.
HEX | 8A | BC | E7 |
Decimal | 138 | 188 | 231 |
Binary | 10001010 | 10111100 | 11100111 |
Octal | 212 | 274 | 347 |
Shades of #8ABCE7
Tints of #8ABCE7
Examples of css and html codes for elements with #8ABCE7 color. Also use rgb(138,188,231) instead hex code.
.myTextColor { color: #8ABCE7; }
<p style="color:#8ABCE7">This sample text font color is #8ABCE7.</p>
This text font color is #8ABCE7.
.myBgColor { background-color: #8ABCE7; }
<div style="background-color:#8ABCE7">Inner text</div>
This div background color is #8ABCE7.
.myBorderColor { border: 1px solid #8ABCE7; }
<div style="border:3px solid #8ABCE7">Div</div>
This div border color is #8ABCE7.
.myOpacity80 { color: #8ABCE7; opacity: 0.8; }
<p style="color:#8ABCE7;opacity:0.8;">80%</p>
Text with #8ABCE7 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8ABCE7;}
<p style="text-shadow: 3px 3px 1px #8ABCE7">Text here.</p>
This text has shadow with #8ABCE7 color.
.textShadow {text-shadow: 3px 3px 1px #8ABCE7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8ABCE7, 5px 5px 20px red">Text here.</p>
This text has shadow with #8ABCE7 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8ABCE7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8ABCE7, Direction=45, Strength=4)">Text</p>
This text has shadow with #8ABCE7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8ABCE7;
-webkit-box-shadow: 1px 1px 3px 2px #8ABCE7;
box-shadow: 1px 1px 3px 2px #8ABCE7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8ABCE7; -webkit-box-shadow: 1px 1px 3px 2px #8ABCE7; box-shadow:1px 1px 3px 2px #8ABCE7;">
Div content here
</div>
This text has color #8ABCE7 on black background.
This text has color #8ABCE7 on white background.
This text has black color on #8ABCE7 background.
This text has white color on #8ABCE7 background.
Complementary color for #hex is #754318.