COLOR #8EA4D5

HEX: #8EA4D5
RGB: (142,164,213)

Color info

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

RGB color model

#8EA4D5 color RGB value is (142,164,213).

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

RGB channels and saturation

R 142 of 255 = 56%
G 164 of 255 = 64%
B 213 of 255 = 84%

142
164
213

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

Portions of RGB colors in percentages

R + G + B =
142 + 164 + 213 = 519 (100%)
R 142 of 519 ~ 27.36%
G 164 of 519 ~ 31.6%
B 213 of 519 ~ 41.04%

%27.36
%31.6
%41.04

CMYK color model

#8EA4D5 color CMYK value is (33,23,0,16).

  • cyan value is 33.33%
  • magenta value is 23.00%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(33,23,0,16)
C33M23Y0K16 
(33%,23%,0%,16%)
(0.33/0.23/0.00/0.16)	

CMYK percentages

%33.33
%23
%0
%16.47

Codes

Color #8EA4D5 in popluar color models

8EA4D5
RGB142164213
HSL221°45.81%69.61%
HSB/HSV221°33.33%83.53%
CMYK33.33%23.00%0.00%
16.47%

Color #8EA4D5 in popluar number systems.

HEX8EA4D5
Decimal142164213
Binary100011101010010011010101
Octal216244325

Shades and tints

Shades of #8EA4D5

#8EA4D5
(142,164,213)
#8296C2
(130,150,194)
#7688AF
(118,136,175)
#6A7A9C
(106,122,156)
#5E6C89
(94,108,137)
#525E76
(82,94,118)
#465063
(70,80,99)
#3A4250
(58,66,80)
#2E343D
(46,52,61)
#22262A
(34,38,42)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #8EA4D5

#8EA4D5
(142,164,213)
#98ACD8
(152,172,216)
#A2B4DB
(162,180,219)
#ACBCDE
(172,188,222)
#B6C4E1
(182,196,225)
#C0CCE4
(192,204,228)
#CAD4E7
(202,212,231)
#D4DCEA
(212,220,234)
#DEE4ED
(222,228,237)
#E8ECF0
(232,236,240)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA4D5; }

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

This text font color is #8EA4D5.


Background Color

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

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

This div background color is #8EA4D5.


Border color

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

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

This div border color is #8EA4D5.


Opacity

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

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

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

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

This text has shadow with #8EA4D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA4D5 on black background.


Color preview on white background

This text has color #8EA4D5 on white background.



Black color preview on #8EA4D5 background

This text has black color on #8EA4D5 background.


White color preview on #8EA4D5 background

This text has white color on #8EA4D5 background.