COLOR #8EAFD7

HEX: #8EAFD7
RGB: (142,175,215)

Color info

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

RGB color model

#8EAFD7 color RGB value is (142,175,215).

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

RGB channels and saturation

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

142
175
215

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

Portions of RGB colors in percentages

R + G + B =
142 + 175 + 215 = 532 (100%)
R 142 of 532 ~ 26.69%
G 175 of 532 ~ 32.89%
B 215 of 532 ~ 40.41%

%26.69
%32.89
%40.41

CMYK color model

#8EAFD7 color CMYK value is (34,19,0,16).

  • cyan value is 33.95%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(34,19,0,16)
C34M19Y0K16 
(34%,19%,0%,16%)
(0.34/0.19/0.00/0.16)	

CMYK percentages

%33.95
%18.6
%0
%15.69

Codes

Color #8EAFD7 in popluar color models

8EAFD7
RGB142175215
HSL213°47.71%70.00%
HSB/HSV213°33.95%84.31%
CMYK33.95%18.60%0.00%
15.69%

Color #8EAFD7 in popluar number systems.

HEX8EAFD7
Decimal142175215
Binary100011101010111111010111
Octal216257327

Shades and tints

Shades of #8EAFD7

#8EAFD7
(142,175,215)
#82A0C4
(130,160,196)
#7691B1
(118,145,177)
#6A829E
(106,130,158)
#5E738B
(94,115,139)
#526478
(82,100,120)
#465565
(70,85,101)
#3A4652
(58,70,82)
#2E373F
(46,55,63)
#22282C
(34,40,44)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #8EAFD7

#8EAFD7
(142,175,215)
#98B6DA
(152,182,218)
#A2BDDD
(162,189,221)
#ACC4E0
(172,196,224)
#B6CBE3
(182,203,227)
#C0D2E6
(192,210,230)
#CAD9E9
(202,217,233)
#D4E0EC
(212,224,236)
#DEE7EF
(222,231,239)
#E8EEF2
(232,238,242)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAFD7; }

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

This text font color is #8EAFD7.


Background Color

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

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

This div background color is #8EAFD7.


Border color

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

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

This div border color is #8EAFD7.


Opacity

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

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

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

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

This text has shadow with #8EAFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAFD7 on black background.


Color preview on white background

This text has color #8EAFD7 on white background.



Black color preview on #8EAFD7 background

This text has black color on #8EAFD7 background.


White color preview on #8EAFD7 background

This text has white color on #8EAFD7 background.