COLOR #8EB5D1

HEX: #8EB5D1
RGB: (142,181,209)

Color info

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

RGB color model

#8EB5D1 color RGB value is (142,181,209).

  • red value is 142;
  • green value is 181;
  • blue value is 209.
RGB:
(142,181,209)
(56%,71%,82%)

RGB channels and saturation

R 142 of 255 = 56%
G 181 of 255 = 71%
B 209 of 255 = 82%

142
181
209

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

Portions of RGB colors in percentages

R + G + B =
142 + 181 + 209 = 532 (100%)
R 142 of 532 ~ 26.69%
G 181 of 532 ~ 34.02%
B 209 of 532 ~ 39.29%

%26.69
%34.02
%39.29

CMYK color model

#8EB5D1 color CMYK value is (32,13,0,18).

  • cyan value is 32.06%
  • magenta value is 13.40%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(32,13,0,18)
C32M13Y0K18 
(32%,13%,0%,18%)
(0.32/0.13/0.00/0.18)	

CMYK percentages

%32.06
%13.4
%0
%18.04

Codes

Color #8EB5D1 in popluar color models

8EB5D1
RGB142181209
HSL205°42.14%68.82%
HSB/HSV205°32.06%81.96%
CMYK32.06%13.40%0.00%
18.04%

Color #8EB5D1 in popluar number systems.

HEX8EB5D1
Decimal142181209
Binary100011101011010111010001
Octal216265321

Shades and tints

Shades of #8EB5D1

#8EB5D1
(142,181,209)
#82A5BE
(130,165,190)
#7695AB
(118,149,171)
#6A8598
(106,133,152)
#5E7585
(94,117,133)
#526572
(82,101,114)
#46555F
(70,85,95)
#3A454C
(58,69,76)
#2E3539
(46,53,57)
#222526
(34,37,38)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #8EB5D1

#8EB5D1
(142,181,209)
#98BBD5
(152,187,213)
#A2C1D9
(162,193,217)
#ACC7DD
(172,199,221)
#B6CDE1
(182,205,225)
#C0D3E5
(192,211,229)
#CAD9E9
(202,217,233)
#D4DFED
(212,223,237)
#DEE5F1
(222,229,241)
#E8EBF5
(232,235,245)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB5D1 color. Also use rgb(142,181,209) instead hex code.

Text Font Color

.myTextColor { color: #8EB5D1; }

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

This text font color is #8EB5D1.


Background Color

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

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

This div background color is #8EB5D1.


Border color

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

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

This div border color is #8EB5D1.


Opacity

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

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

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

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

This text has shadow with #8EB5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB5D1 on black background.


Color preview on white background

This text has color #8EB5D1 on white background.



Black color preview on #8EB5D1 background

This text has black color on #8EB5D1 background.


White color preview on #8EB5D1 background

This text has white color on #8EB5D1 background.