COLOR #8EB6DA

HEX: #8EB6DA
RGB: (142,182,218)

Color info

#8EB6DA contains mainly green and blue colors. Web safe color of #8EB6DA is #99CCCC (or #9CC).

RGB color model

#8EB6DA color RGB value is (142,182,218).

  • red value is 142;
  • green value is 182;
  • blue value is 218.
RGB:
(142,182,218)
(56%,71%,85%)

RGB channels and saturation

R 142 of 255 = 56%
G 182 of 255 = 71%
B 218 of 255 = 85%

142
182
218

R + G + B ~ 71%. #8EB6DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 182 + 218 = 542 (100%)
R 142 of 542 ~ 26.2%
G 182 of 542 ~ 33.58%
B 218 of 542 ~ 40.22%

%26.2
%33.58
%40.22

CMYK color model

#8EB6DA color CMYK value is (35,17,0,15).

  • cyan value is 34.86%
  • magenta value is 16.51%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(35,17,0,15)
C35M17Y0K15 
(35%,17%,0%,15%)
(0.35/0.17/0.00/0.15)	

CMYK percentages

%34.86
%16.51
%0
%14.51

Codes

Color #8EB6DA in popluar color models

8EB6DA
RGB142182218
HSL208°50.67%70.59%
HSB/HSV208°34.86%85.49%
CMYK34.86%16.51%0.00%
14.51%

Color #8EB6DA in popluar number systems.

HEX8EB6DA
Decimal142182218
Binary100011101011011011011010
Octal216266332

Shades and tints

Shades of #8EB6DA

#8EB6DA
(142,182,218)
#82A6C7
(130,166,199)
#7696B4
(118,150,180)
#6A86A1
(106,134,161)
#5E768E
(94,118,142)
#52667B
(82,102,123)
#465668
(70,86,104)
#3A4655
(58,70,85)
#2E3642
(46,54,66)
#22262F
(34,38,47)
#16161C
(22,22,28)
#000000
(0,0,0)

Tints of #8EB6DA

#8EB6DA
(142,182,218)
#98BCDD
(152,188,221)
#A2C2E0
(162,194,224)
#ACC8E3
(172,200,227)
#B6CEE6
(182,206,230)
#C0D4E9
(192,212,233)
#CADAEC
(202,218,236)
#D4E0EF
(212,224,239)
#DEE6F2
(222,230,242)
#E8ECF5
(232,236,245)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB6DA color. Also use rgb(142,182,218) instead hex code.

Text Font Color

.myTextColor { color: #8EB6DA; }

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

This text font color is #8EB6DA.


Background Color

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

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

This div background color is #8EB6DA.


Border color

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

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

This div border color is #8EB6DA.


Opacity

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

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

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

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

This text has shadow with #8EB6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB6DA on black background.


Color preview on white background

This text has color #8EB6DA on white background.



Black color preview on #8EB6DA background

This text has black color on #8EB6DA background.


White color preview on #8EB6DA background

This text has white color on #8EB6DA background.