COLOR #8EB4E0

HEX: #8EB4E0 RGB: (142,180,224)

Color info

#8EB4E0 contains mainly green and blue colors. Web safe color of #8EB4E0 is #99CCCC (or #9CC).

RGB color model

#8EB4E0 color RGB value is (142,180,224).

RGB: (142,180,224) (56%, 71%, 88%)

RGB channels and saturation

R 142 of 255 = 56%
G 180 of 255 = 71%
B 224 of 255 = 88%

142
180
224

R + G + B ~ 72%. #8EB4E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 180 + 224 = 546 (100%)
R 142 of 546 ~ 26.01%
G 180 of 546 ~ 32.97%
B 224 of 546 ~ 41.03'%

%26.01
%32.97
%41.03

CMYK color model

#8EB4E0 color CMYK value is (37,20,0,12).

  • cyan value is 36.61%
  • magenta value is 19.64%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (37,20,0,12)
C37M20Y0K12 (37%, 20%, 0%, 12%)
(0.37 / 0.20 / 0.00 / 0.12)

CMYK percentages

%36.61
%19.64
%0
%12.16

Codes

Color #8EB4E0 in popluar color models

8E B4 E0
RGB 142 180 224
HSL 212° 56.94% 71.76%
HSB/HSV 212° 36.61% 87.84%
CMYK 36.61% 19.64% 0.00%
12.16%

Color #8EB4E0 in popluar number systems.

HEX 8E B4 E0
Decimal 142 180 224
Binary 10001110 10110100 11100000
Octal 216 264 340

Shades and tints

Shades of #8EB4E0

#8EB4E0
(142,180,224)
#82A4CC
(130,164,204)
#7694B8
(118,148,184)
#6A84A4
(106,132,164)
#5E7490
(94,116,144)
#52647C
(82,100,124)
#465468
(70,84,104)
#3A4454
(58,68,84)
#2E3440
(46,52,64)
#22242C
(34,36,44)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #8EB4E0

#8EB4E0
(142,180,224)
#98BAE2
(152,186,226)
#A2C0E4
(162,192,228)
#ACC6E6
(172,198,230)
#B6CCE8
(182,204,232)
#C0D2EA
(192,210,234)
#CAD8EC
(202,216,236)
#D4DEEE
(212,222,238)
#DEE4F0
(222,228,240)
#E8EAF2
(232,234,242)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB4E0 color. Also use rgb(142,180,224) instead hex code.

Text Font Color

.myTextColor { color: #8EB4E0; }

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

This text font color is #8EB4E0.

Background Color

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

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

This div background color is #8EB4E0.

Border color

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

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

This div border color is #8EB4E0.

Opacity

.myOpacity80 { color: #8EB4E0; opacity: 0.8; }

<p style="color:#8EB4E0;opacity:0.8;">80%</p>

Text with #8EB4E0 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 #8EB4E0;}

<p style="text-shadow: 3px 3px 1px #8EB4E0">Text here.</p>

This text has shadow with #8EB4E0 color.


.textShadow {text-shadow: 3px 3px 1px #8EB4E0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8EB4E0, 5px 5px 20px red">Text here.</p>

This text has shadow with #8EB4E0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8EB4E0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8EB4E0, Direction=45, Strength=4)">Text</p>

This text has shadow with #8EB4E0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8EB4E0;
-webkit-box-shadow: 1px 1px 3px 2px #8EB4E0;
box-shadow: 1px 1px 3px 2px #8EB4E0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8EB4E0; -webkit-box-shadow: 1px 1px 3px 2px #8EB4E0; box-shadow:1px 1px 3px 2px #8EB4E0;">
Div content here
</div>

This div box has shadow with color #8EB4E0.

Preview

Color preview on black background

This text has color #8EB4E0 on black background.


Color preview on white background

This text has color #8EB4E0 on white background.


Black color preview on #8EB4E0 background

This text has black color on #8EB4E0 background.


White color preview on #8EB4E0 background

This text has white color on #8EB4E0 background.


Related colors

Complementary color

Complementary color for #hex is #714B1F.


I love getcolorcode.com

Triadic colors

1 #E08EB4 and #B4E08E with #8EB4E0 are triadic colors.

2 #E0B48E and #B48EE0 with #8EB4E0 are triadic colors.