COLOR #8ABCE7

HEX: #8ABCE7 RGB: (138,188,231)

Color info

#8ABCE7 contains mainly green and blue colors. Web safe color of #8ABCE7 is #99CCFF (or #9CF).

RGB color model

#8ABCE7 color RGB value is (138,188,231).

RGB: (138,188,231) (54%, 74%, 91%)

RGB channels and saturation

R 138 of 255 = 54%
G 188 of 255 = 74%
B 231 of 255 = 91%

138
188
231

R + G + B ~ 73%. #8ABCE7 is quite light color.

Portions of RGB colors in percentages

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'%

%24.78
%33.75
%41.47

CMYK color model

#8ABCE7 color CMYK value is (40,19,0,9).

  • cyan value is 40.26%
  • magenta value is 18.61%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (40,19,0,9) C40M19Y0K9 (40%,19%,0%,9%) (0.40/0.19/0.00/0.09) 

CMYK percentages

%40.26
%18.61
%0
%9.41

Codes

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 and tints

Shades of #8ABCE7

#8ABCE7
(138,188,231)
#7EABD2
(126,171,210)
#729ABD
(114,154,189)
#6689A8
(102,137,168)
#5A7893
(90,120,147)
#4E677E
(78,103,126)
#425669
(66,86,105)
#364554
(54,69,84)
#2A343F
(42,52,63)
#1E232A
(30,35,42)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #8ABCE7

#8ABCE7
(138,188,231)
#94C2E9
(148,194,233)
#9EC8EB
(158,200,235)
#A8CEED
(168,206,237)
#B2D4EF
(178,212,239)
#BCDAF1
(188,218,241)
#C6E0F3
(198,224,243)
#D0E6F5
(208,230,245)
#DAECF7
(218,236,247)
#E4F2F9
(228,242,249)
#EEF8FB
(238,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ABCE7 color. Also use rgb(138,188,231) instead hex code.

Text Font Color

.myTextColor { color: #8ABCE7; }

<p style="color:#8ABCE7">This sample text font color is #8ABCE7.</p>

This text font color is #8ABCE7.

Background Color

.myBgColor { background-color: #8ABCE7; }

<div style="background-color:#8ABCE7">Inner text</div>

This div background color is #8ABCE7.

Border color

.myBorderColor { border: 1px solid #8ABCE7; }

<div style="border:3px solid #8ABCE7">Div</div>

This div border color is #8ABCE7.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #8ABCE7.

Preview

Color preview on black background

This text has color #8ABCE7 on black background.


Color preview on white background

This text has color #8ABCE7 on white background.


Black color preview on #8ABCE7 background

This text has black color on #8ABCE7 background.


White color preview on #8ABCE7 background

This text has white color on #8ABCE7 background.


Related colors

Complementary color

Complementary color for #hex is #754318.


I love getcolorcode.com

Triadic colors

1 #E78ABC and #BCE78A with #8ABCE7 are triadic colors.

2 #E7BC8A and #BC8AE7 with #8ABCE7 are triadic colors.