COLOR #8EAFD5

HEX: #8EAFD5
RGB: (142,175,213)

Color info

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

RGB color model

#8EAFD5 color RGB value is (142,175,213).

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

RGB channels and saturation

R 142 of 255 = 56%
G 175 of 255 = 69%
B 213 of 255 = 84%

142
175
213

R + G + B ~ 70%. #8EAFD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 175 + 213 = 530 (100%)
R 142 of 530 ~ 26.79%
G 175 of 530 ~ 33.02%
B 213 of 530 ~ 40.19%

%26.79
%33.02
%40.19

CMYK color model

#8EAFD5 color CMYK value is (33,18,0,16).

  • cyan value is 33.33%
  • magenta value is 17.84%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(33,18,0,16)
C33M18Y0K16 
(33%,18%,0%,16%)
(0.33/0.18/0.00/0.16)	

CMYK percentages

%33.33
%17.84
%0
%16.47

Codes

Color #8EAFD5 in popluar color models

8EAFD5
RGB142175213
HSL212°45.81%69.61%
HSB/HSV212°33.33%83.53%
CMYK33.33%17.84%0.00%
16.47%

Color #8EAFD5 in popluar number systems.

HEX8EAFD5
Decimal142175213
Binary100011101010111111010101
Octal216257325

Shades and tints

Shades of #8EAFD5

#8EAFD5
(142,175,213)
#82A0C2
(130,160,194)
#7691AF
(118,145,175)
#6A829C
(106,130,156)
#5E7389
(94,115,137)
#526476
(82,100,118)
#465563
(70,85,99)
#3A4650
(58,70,80)
#2E373D
(46,55,61)
#22282A
(34,40,42)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #8EAFD5

#8EAFD5
(142,175,213)
#98B6D8
(152,182,216)
#A2BDDB
(162,189,219)
#ACC4DE
(172,196,222)
#B6CBE1
(182,203,225)
#C0D2E4
(192,210,228)
#CAD9E7
(202,217,231)
#D4E0EA
(212,224,234)
#DEE7ED
(222,231,237)
#E8EEF0
(232,238,240)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAFD5; }

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

This text font color is #8EAFD5.


Background Color

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

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

This div background color is #8EAFD5.


Border color

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

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

This div border color is #8EAFD5.


Opacity

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

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

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

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

This text has shadow with #8EAFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAFD5 on black background.


Color preview on white background

This text has color #8EAFD5 on white background.



Black color preview on #8EAFD5 background

This text has black color on #8EAFD5 background.


White color preview on #8EAFD5 background

This text has white color on #8EAFD5 background.