COLOR #8EA4CA

HEX: #8EA4CA
RGB: (142,164,202)

Color info

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

RGB color model

#8EA4CA color RGB value is (142,164,202).

  • red value is 142;
  • green value is 164;
  • blue value is 202.
RGB:
(142,164,202)
(56%,64%,79%)

RGB channels and saturation

R 142 of 255 = 56%
G 164 of 255 = 64%
B 202 of 255 = 79%

142
164
202

R + G + B ~ 66%. #8EA4CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 164 + 202 = 508 (100%)
R 142 of 508 ~ 27.95%
G 164 of 508 ~ 32.28%
B 202 of 508 ~ 39.76%

%27.95
%32.28
%39.76

CMYK color model

#8EA4CA color CMYK value is (30,19,0,21).

  • cyan value is 29.70%
  • magenta value is 18.81%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(30,19,0,21)
C30M19Y0K21 
(30%,19%,0%,21%)
(0.30/0.19/0.00/0.21)	

CMYK percentages

%29.7
%18.81
%0
%20.78

Codes

Color #8EA4CA in popluar color models

8EA4CA
RGB142164202
HSL218°36.14%67.45%
HSB/HSV218°29.70%79.22%
CMYK29.70%18.81%0.00%
20.78%

Color #8EA4CA in popluar number systems.

HEX8EA4CA
Decimal142164202
Binary100011101010010011001010
Octal216244312

Shades and tints

Shades of #8EA4CA

#8EA4CA
(142,164,202)
#8296B8
(130,150,184)
#7688A6
(118,136,166)
#6A7A94
(106,122,148)
#5E6C82
(94,108,130)
#525E70
(82,94,112)
#46505E
(70,80,94)
#3A424C
(58,66,76)
#2E343A
(46,52,58)
#222628
(34,38,40)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #8EA4CA

#8EA4CA
(142,164,202)
#98ACCE
(152,172,206)
#A2B4D2
(162,180,210)
#ACBCD6
(172,188,214)
#B6C4DA
(182,196,218)
#C0CCDE
(192,204,222)
#CAD4E2
(202,212,226)
#D4DCE6
(212,220,230)
#DEE4EA
(222,228,234)
#E8ECEE
(232,236,238)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA4CA color. Also use rgb(142,164,202) instead hex code.

Text Font Color

.myTextColor { color: #8EA4CA; }

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

This text font color is #8EA4CA.


Background Color

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

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

This div background color is #8EA4CA.


Border color

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

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

This div border color is #8EA4CA.


Opacity

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

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

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

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

This text has shadow with #8EA4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA4CA on black background.


Color preview on white background

This text has color #8EA4CA on white background.



Black color preview on #8EA4CA background

This text has black color on #8EA4CA background.


White color preview on #8EA4CA background

This text has white color on #8EA4CA background.