COLOR #8EB5CF

HEX: #8EB5CF
RGB: (142,181,207)

Color info

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

RGB color model

#8EB5CF color RGB value is (142,181,207).

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

RGB channels and saturation

R 142 of 255 = 56%
G 181 of 255 = 71%
B 207 of 255 = 81%

142
181
207

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

Portions of RGB colors in percentages

R + G + B =
142 + 181 + 207 = 530 (100%)
R 142 of 530 ~ 26.79%
G 181 of 530 ~ 34.15%
B 207 of 530 ~ 39.06%

%26.79
%34.15
%39.06

CMYK color model

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

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

CMYK percentages

%31.4
%12.56
%0
%18.82

Codes

Color #8EB5CF in popluar color models

8EB5CF
RGB142181207
HSL204°40.37%68.43%
HSB/HSV204°31.40%81.18%
CMYK31.40%12.56%0.00%
18.82%

Color #8EB5CF in popluar number systems.

HEX8EB5CF
Decimal142181207
Binary100011101011010111001111
Octal216265317

Shades and tints

Shades of #8EB5CF

#8EB5CF
(142,181,207)
#82A5BD
(130,165,189)
#7695AB
(118,149,171)
#6A8599
(106,133,153)
#5E7587
(94,117,135)
#526575
(82,101,117)
#465563
(70,85,99)
#3A4551
(58,69,81)
#2E353F
(46,53,63)
#22252D
(34,37,45)
#16151B
(22,21,27)
#000000
(0,0,0)

Tints of #8EB5CF

#8EB5CF
(142,181,207)
#98BBD3
(152,187,211)
#A2C1D7
(162,193,215)
#ACC7DB
(172,199,219)
#B6CDDF
(182,205,223)
#C0D3E3
(192,211,227)
#CAD9E7
(202,217,231)
#D4DFEB
(212,223,235)
#DEE5EF
(222,229,239)
#E8EBF3
(232,235,243)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB5CF; }

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

This text font color is #8EB5CF.


Background Color

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

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

This div background color is #8EB5CF.


Border color

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

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

This div border color is #8EB5CF.


Opacity

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

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

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

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

This text has shadow with #8EB5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB5CF on black background.


Color preview on white background

This text has color #8EB5CF on white background.



Black color preview on #8EB5CF background

This text has black color on #8EB5CF background.


White color preview on #8EB5CF background

This text has white color on #8EB5CF background.