COLOR #8EB3D8

HEX: #8EB3D8
RGB: (142,179,216)

Color info

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

RGB color model

#8EB3D8 color RGB value is (142,179,216).

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

RGB channels and saturation

R 142 of 255 = 56%
G 179 of 255 = 70%
B 216 of 255 = 85%

142
179
216

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

Portions of RGB colors in percentages

R + G + B =
142 + 179 + 216 = 537 (100%)
R 142 of 537 ~ 26.44%
G 179 of 537 ~ 33.33%
B 216 of 537 ~ 40.22%

%26.44
%33.33
%40.22

CMYK color model

#8EB3D8 color CMYK value is (34,17,0,15).

  • cyan value is 34.26%
  • magenta value is 17.13%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(34,17,0,15)
C34M17Y0K15 
(34%,17%,0%,15%)
(0.34/0.17/0.00/0.15)	

CMYK percentages

%34.26
%17.13
%0
%15.29

Codes

Color #8EB3D8 in popluar color models

8EB3D8
RGB142179216
HSL210°48.68%70.20%
HSB/HSV210°34.26%84.71%
CMYK34.26%17.13%0.00%
15.29%

Color #8EB3D8 in popluar number systems.

HEX8EB3D8
Decimal142179216
Binary100011101011001111011000
Octal216263330

Shades and tints

Shades of #8EB3D8

#8EB3D8
(142,179,216)
#82A3C5
(130,163,197)
#7693B2
(118,147,178)
#6A839F
(106,131,159)
#5E738C
(94,115,140)
#526379
(82,99,121)
#465366
(70,83,102)
#3A4353
(58,67,83)
#2E3340
(46,51,64)
#22232D
(34,35,45)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #8EB3D8

#8EB3D8
(142,179,216)
#98B9DB
(152,185,219)
#A2BFDE
(162,191,222)
#ACC5E1
(172,197,225)
#B6CBE4
(182,203,228)
#C0D1E7
(192,209,231)
#CAD7EA
(202,215,234)
#D4DDED
(212,221,237)
#DEE3F0
(222,227,240)
#E8E9F3
(232,233,243)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB3D8; }

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

This text font color is #8EB3D8.


Background Color

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

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

This div background color is #8EB3D8.


Border color

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

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

This div border color is #8EB3D8.


Opacity

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

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

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

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

This text has shadow with #8EB3D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB3D8 on black background.


Color preview on white background

This text has color #8EB3D8 on white background.



Black color preview on #8EB3D8 background

This text has black color on #8EB3D8 background.


White color preview on #8EB3D8 background

This text has white color on #8EB3D8 background.