COLOR #8EA7D2

HEX: #8EA7D2
RGB: (142,167,210)

Color info

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

RGB color model

#8EA7D2 color RGB value is (142,167,210).

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

RGB channels and saturation

R 142 of 255 = 56%
G 167 of 255 = 65%
B 210 of 255 = 82%

142
167
210

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

Portions of RGB colors in percentages

R + G + B =
142 + 167 + 210 = 519 (100%)
R 142 of 519 ~ 27.36%
G 167 of 519 ~ 32.18%
B 210 of 519 ~ 40.46%

%27.36
%32.18
%40.46

CMYK color model

#8EA7D2 color CMYK value is (32,20,0,18).

  • cyan value is 32.38%
  • magenta value is 20.48%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(32,20,0,18)
C32M20Y0K18 
(32%,20%,0%,18%)
(0.32/0.20/0.00/0.18)	

CMYK percentages

%32.38
%20.48
%0
%17.65

Codes

Color #8EA7D2 in popluar color models

8EA7D2
RGB142167210
HSL218°43.04%69.02%
HSB/HSV218°32.38%82.35%
CMYK32.38%20.48%0.00%
17.65%

Color #8EA7D2 in popluar number systems.

HEX8EA7D2
Decimal142167210
Binary100011101010011111010010
Octal216247322

Shades and tints

Shades of #8EA7D2

#8EA7D2
(142,167,210)
#8298BF
(130,152,191)
#7689AC
(118,137,172)
#6A7A99
(106,122,153)
#5E6B86
(94,107,134)
#525C73
(82,92,115)
#464D60
(70,77,96)
#3A3E4D
(58,62,77)
#2E2F3A
(46,47,58)
#222027
(34,32,39)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #8EA7D2

#8EA7D2
(142,167,210)
#98AFD6
(152,175,214)
#A2B7DA
(162,183,218)
#ACBFDE
(172,191,222)
#B6C7E2
(182,199,226)
#C0CFE6
(192,207,230)
#CAD7EA
(202,215,234)
#D4DFEE
(212,223,238)
#DEE7F2
(222,231,242)
#E8EFF6
(232,239,246)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA7D2; }

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

This text font color is #8EA7D2.


Background Color

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

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

This div background color is #8EA7D2.


Border color

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

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

This div border color is #8EA7D2.


Opacity

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

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

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

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

This text has shadow with #8EA7D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA7D2 on black background.


Color preview on white background

This text has color #8EA7D2 on white background.



Black color preview on #8EA7D2 background

This text has black color on #8EA7D2 background.


White color preview on #8EA7D2 background

This text has white color on #8EA7D2 background.