COLOR #8EB3CE

HEX: #8EB3CE
RGB: (142,179,206)

Color info

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

RGB color model

#8EB3CE color RGB value is (142,179,206).

  • red value is 142;
  • green value is 179;
  • blue value is 206.
RGB: (142,179,206) (56%,70%,81%)

RGB channels and saturation

R 142 of 255 = 56%
G 179 of 255 = 70%
B 206 of 255 = 81%

142
179
206

R + G + B ~ 69%. #8EB3CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 179 + 206 = 527 (100%)
R 142 of 527 ~ 26.94%
G 179 of 527 ~ 33.97%
B 206 of 527 ~ 39.09%

%26.94
%33.97
%39.09

CMYK color model

#8EB3CE color CMYK value is (31,13,0,19).

  • cyan value is 31.07%
  • magenta value is 13.11%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (31,13,0,19) C31M13Y0K19 (31%,13%,0%,19%) (0.31/0.13/0.00/0.19)

CMYK percentages

%31.07
%13.11
%0
%19.22

Codes

Color #8EB3CE in popluar color models

8EB3CE
RGB142179206
HSL205°39.51%68.24%
HSB/HSV205°31.07%80.78%
CMYK31.07%13.11%0.00%
19.22%

Color #8EB3CE in popluar number systems.

HEX8EB3CE
Decimal142179206
Binary100011101011001111001110
Octal216263316

Shades and tints

Shades of #8EB3CE

#8EB3CE
(142,179,206)
#82A3BC
(130,163,188)
#7693AA
(118,147,170)
#6A8398
(106,131,152)
#5E7386
(94,115,134)
#526374
(82,99,116)
#465362
(70,83,98)
#3A4350
(58,67,80)
#2E333E
(46,51,62)
#22232C
(34,35,44)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #8EB3CE

#8EB3CE
(142,179,206)
#98B9D2
(152,185,210)
#A2BFD6
(162,191,214)
#ACC5DA
(172,197,218)
#B6CBDE
(182,203,222)
#C0D1E2
(192,209,226)
#CAD7E6
(202,215,230)
#D4DDEA
(212,221,234)
#DEE3EE
(222,227,238)
#E8E9F2
(232,233,242)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB3CE color. Also use rgb(142,179,206) instead hex code.

Text Font Color

.myTextColor { color: #8EB3CE; }

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

This text font color is #8EB3CE.


Background Color

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

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

This div background color is #8EB3CE.


Border color

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

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

This div border color is #8EB3CE.


Opacity

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

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

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

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

This text has shadow with #8EB3CE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8EB3CE on black background.


Color preview on white background

This text has color #8EB3CE on white background.



Black color preview on #8EB3CE background

This text has black color on #8EB3CE background.


White color preview on #8EB3CE background

This text has white color on #8EB3CE background.