COLOR #8EA8D4

HEX: #8EA8D4
RGB: (142,168,212)

Color info

#8EA8D4 contains mainly green and blue colors. Web safe color of #8EA8D4 is #9999CC (or #99C).

RGB color model

#8EA8D4 color RGB value is (142,168,212).

  • red value is 142;
  • green value is 168;
  • blue value is 212.
RGB:
(142,168,212)
(56%,66%,83%)

RGB channels and saturation

R 142 of 255 = 56%
G 168 of 255 = 66%
B 212 of 255 = 83%

142
168
212

R + G + B ~ 68%. #8EA8D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 168 + 212 = 522 (100%)
R 142 of 522 ~ 27.2%
G 168 of 522 ~ 32.18%
B 212 of 522 ~ 40.61%

%27.2
%32.18
%40.61

CMYK color model

#8EA8D4 color CMYK value is (33,21,0,17).

  • cyan value is 33.02%
  • magenta value is 20.75%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(33,21,0,17)
C33M21Y0K17 
(33%,21%,0%,17%)
(0.33/0.21/0.00/0.17)	

CMYK percentages

%33.02
%20.75
%0
%16.86

Codes

Color #8EA8D4 in popluar color models

8EA8D4
RGB142168212
HSL218°44.87%69.41%
HSB/HSV218°33.02%83.14%
CMYK33.02%20.75%0.00%
16.86%

Color #8EA8D4 in popluar number systems.

HEX8EA8D4
Decimal142168212
Binary100011101010100011010100
Octal216250324

Shades and tints

Shades of #8EA8D4

#8EA8D4
(142,168,212)
#8299C1
(130,153,193)
#768AAE
(118,138,174)
#6A7B9B
(106,123,155)
#5E6C88
(94,108,136)
#525D75
(82,93,117)
#464E62
(70,78,98)
#3A3F4F
(58,63,79)
#2E303C
(46,48,60)
#222129
(34,33,41)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #8EA8D4

#8EA8D4
(142,168,212)
#98AFD7
(152,175,215)
#A2B6DA
(162,182,218)
#ACBDDD
(172,189,221)
#B6C4E0
(182,196,224)
#C0CBE3
(192,203,227)
#CAD2E6
(202,210,230)
#D4D9E9
(212,217,233)
#DEE0EC
(222,224,236)
#E8E7EF
(232,231,239)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA8D4 color. Also use rgb(142,168,212) instead hex code.

Text Font Color

.myTextColor { color: #8EA8D4; }

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

This text font color is #8EA8D4.


Background Color

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

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

This div background color is #8EA8D4.


Border color

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

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

This div border color is #8EA8D4.


Opacity

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

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

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

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

This text has shadow with #8EA8D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA8D4 on black background.


Color preview on white background

This text has color #8EA8D4 on white background.



Black color preview on #8EA8D4 background

This text has black color on #8EA8D4 background.


White color preview on #8EA8D4 background

This text has white color on #8EA8D4 background.