COLOR #8EB4DC

HEX: #8EB4DC
RGB: (142,180,220)

Color info

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

RGB color model

#8EB4DC color RGB value is (142,180,220).

  • red value is 142;
  • green value is 180;
  • blue value is 220.
RGB:
(142,180,220)
(56%,71%,86%)

RGB channels and saturation

R 142 of 255 = 56%
G 180 of 255 = 71%
B 220 of 255 = 86%

142
180
220

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

Portions of RGB colors in percentages

R + G + B =
142 + 180 + 220 = 542 (100%)
R 142 of 542 ~ 26.2%
G 180 of 542 ~ 33.21%
B 220 of 542 ~ 40.59%

%26.2
%33.21
%40.59

CMYK color model

#8EB4DC color CMYK value is (35,18,0,14).

  • cyan value is 35.45%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(35,18,0,14)
C35M18Y0K14 
(35%,18%,0%,14%)
(0.35/0.18/0.00/0.14)	

CMYK percentages

%35.45
%18.18
%0
%13.73

Codes

Color #8EB4DC in popluar color models

8EB4DC
RGB142180220
HSL211°52.70%70.98%
HSB/HSV211°35.45%86.27%
CMYK35.45%18.18%0.00%
13.73%

Color #8EB4DC in popluar number systems.

HEX8EB4DC
Decimal142180220
Binary100011101011010011011100
Octal216264334

Shades and tints

Shades of #8EB4DC

#8EB4DC
(142,180,220)
#82A4C8
(130,164,200)
#7694B4
(118,148,180)
#6A84A0
(106,132,160)
#5E748C
(94,116,140)
#526478
(82,100,120)
#465464
(70,84,100)
#3A4450
(58,68,80)
#2E343C
(46,52,60)
#222428
(34,36,40)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #8EB4DC

#8EB4DC
(142,180,220)
#98BADF
(152,186,223)
#A2C0E2
(162,192,226)
#ACC6E5
(172,198,229)
#B6CCE8
(182,204,232)
#C0D2EB
(192,210,235)
#CAD8EE
(202,216,238)
#D4DEF1
(212,222,241)
#DEE4F4
(222,228,244)
#E8EAF7
(232,234,247)
#F2F0FA
(242,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB4DC color. Also use rgb(142,180,220) instead hex code.

Text Font Color

.myTextColor { color: #8EB4DC; }

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

This text font color is #8EB4DC.


Background Color

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

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

This div background color is #8EB4DC.


Border color

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

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

This div border color is #8EB4DC.


Opacity

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

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

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

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

This text has shadow with #8EB4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB4DC on black background.


Color preview on white background

This text has color #8EB4DC on white background.



Black color preview on #8EB4DC background

This text has black color on #8EB4DC background.


White color preview on #8EB4DC background

This text has white color on #8EB4DC background.