COLOR #8EA4CD

HEX: #8EA4CD
RGB: (142,164,205)

Color info

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

RGB color model

#8EA4CD color RGB value is (142,164,205).

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

RGB channels and saturation

R 142 of 255 = 56%
G 164 of 255 = 64%
B 205 of 255 = 80%

142
164
205

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

Portions of RGB colors in percentages

R + G + B =
142 + 164 + 205 = 511 (100%)
R 142 of 511 ~ 27.79%
G 164 of 511 ~ 32.09%
B 205 of 511 ~ 40.12%

%27.79
%32.09
%40.12

CMYK color model

#8EA4CD color CMYK value is (31,20,0,20).

  • cyan value is 30.73%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(31,20,0,20)
C31M20Y0K20 
(31%,20%,0%,20%)
(0.31/0.20/0.00/0.20)	

CMYK percentages

%30.73
%20
%0
%19.61

Codes

Color #8EA4CD in popluar color models

8EA4CD
RGB142164205
HSL219°38.65%68.04%
HSB/HSV219°30.73%80.39%
CMYK30.73%20.00%0.00%
19.61%

Color #8EA4CD in popluar number systems.

HEX8EA4CD
Decimal142164205
Binary100011101010010011001101
Octal216244315

Shades and tints

Shades of #8EA4CD

#8EA4CD
(142,164,205)
#8296BB
(130,150,187)
#7688A9
(118,136,169)
#6A7A97
(106,122,151)
#5E6C85
(94,108,133)
#525E73
(82,94,115)
#465061
(70,80,97)
#3A424F
(58,66,79)
#2E343D
(46,52,61)
#22262B
(34,38,43)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #8EA4CD

#8EA4CD
(142,164,205)
#98ACD1
(152,172,209)
#A2B4D5
(162,180,213)
#ACBCD9
(172,188,217)
#B6C4DD
(182,196,221)
#C0CCE1
(192,204,225)
#CAD4E5
(202,212,229)
#D4DCE9
(212,220,233)
#DEE4ED
(222,228,237)
#E8ECF1
(232,236,241)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA4CD; }

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

This text font color is #8EA4CD.


Background Color

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

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

This div background color is #8EA4CD.


Border color

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

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

This div border color is #8EA4CD.


Opacity

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

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

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

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

This text has shadow with #8EA4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA4CD on black background.


Color preview on white background

This text has color #8EA4CD on white background.



Black color preview on #8EA4CD background

This text has black color on #8EA4CD background.


White color preview on #8EA4CD background

This text has white color on #8EA4CD background.