COLOR #8EA7CC

HEX: #8EA7CC
RGB: (142,167,204)

Color info

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

RGB color model

#8EA7CC color RGB value is (142,167,204).

  • red value is 142;
  • green value is 167;
  • blue value is 204.
RGB:
(142,167,204)
(56%,65%,80%)

RGB channels and saturation

R 142 of 255 = 56%
G 167 of 255 = 65%
B 204 of 255 = 80%

142
167
204

R + G + B ~ 67%. #8EA7CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 167 + 204 = 513 (100%)
R 142 of 513 ~ 27.68%
G 167 of 513 ~ 32.55%
B 204 of 513 ~ 39.77%

%27.68
%32.55
%39.77

CMYK color model

#8EA7CC color CMYK value is (30,18,0,20).

  • cyan value is 30.39%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(30,18,0,20)
C30M18Y0K20 
(30%,18%,0%,20%)
(0.30/0.18/0.00/0.20)	

CMYK percentages

%30.39
%18.14
%0
%20

Codes

Color #8EA7CC in popluar color models

8EA7CC
RGB142167204
HSL216°37.80%67.84%
HSB/HSV216°30.39%80.00%
CMYK30.39%18.14%0.00%
20.00%

Color #8EA7CC in popluar number systems.

HEX8EA7CC
Decimal142167204
Binary100011101010011111001100
Octal216247314

Shades and tints

Shades of #8EA7CC

#8EA7CC
(142,167,204)
#8298BA
(130,152,186)
#7689A8
(118,137,168)
#6A7A96
(106,122,150)
#5E6B84
(94,107,132)
#525C72
(82,92,114)
#464D60
(70,77,96)
#3A3E4E
(58,62,78)
#2E2F3C
(46,47,60)
#22202A
(34,32,42)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #8EA7CC

#8EA7CC
(142,167,204)
#98AFD0
(152,175,208)
#A2B7D4
(162,183,212)
#ACBFD8
(172,191,216)
#B6C7DC
(182,199,220)
#C0CFE0
(192,207,224)
#CAD7E4
(202,215,228)
#D4DFE8
(212,223,232)
#DEE7EC
(222,231,236)
#E8EFF0
(232,239,240)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA7CC color. Also use rgb(142,167,204) instead hex code.

Text Font Color

.myTextColor { color: #8EA7CC; }

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

This text font color is #8EA7CC.


Background Color

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

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

This div background color is #8EA7CC.


Border color

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

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

This div border color is #8EA7CC.


Opacity

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

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

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

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

This text has shadow with #8EA7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA7CC on black background.


Color preview on white background

This text has color #8EA7CC on white background.



Black color preview on #8EA7CC background

This text has black color on #8EA7CC background.


White color preview on #8EA7CC background

This text has white color on #8EA7CC background.