COLOR #8EB6CB

HEX: #8EB6CB
RGB: (142,182,203)

Color info

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

RGB color model

#8EB6CB color RGB value is (142,182,203).

  • red value is 142;
  • green value is 182;
  • blue value is 203.
RGB:
(142,182,203)
(56%,71%,80%)

RGB channels and saturation

R 142 of 255 = 56%
G 182 of 255 = 71%
B 203 of 255 = 80%

142
182
203

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

Portions of RGB colors in percentages

R + G + B =
142 + 182 + 203 = 527 (100%)
R 142 of 527 ~ 26.94%
G 182 of 527 ~ 34.54%
B 203 of 527 ~ 38.52%

%26.94
%34.54
%38.52

CMYK color model

#8EB6CB color CMYK value is (30,10,0,20).

  • cyan value is 30.05%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(30,10,0,20)
C30M10Y0K20 
(30%,10%,0%,20%)
(0.30/0.10/0.00/0.20)	

CMYK percentages

%30.05
%10.34
%0
%20.39

Codes

Color #8EB6CB in popluar color models

8EB6CB
RGB142182203
HSL201°36.97%67.65%
HSB/HSV201°30.05%79.61%
CMYK30.05%10.34%0.00%
20.39%

Color #8EB6CB in popluar number systems.

HEX8EB6CB
Decimal142182203
Binary100011101011011011001011
Octal216266313

Shades and tints

Shades of #8EB6CB

#8EB6CB
(142,182,203)
#82A6B9
(130,166,185)
#7696A7
(118,150,167)
#6A8695
(106,134,149)
#5E7683
(94,118,131)
#526671
(82,102,113)
#46565F
(70,86,95)
#3A464D
(58,70,77)
#2E363B
(46,54,59)
#222629
(34,38,41)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #8EB6CB

#8EB6CB
(142,182,203)
#98BCCF
(152,188,207)
#A2C2D3
(162,194,211)
#ACC8D7
(172,200,215)
#B6CEDB
(182,206,219)
#C0D4DF
(192,212,223)
#CADAE3
(202,218,227)
#D4E0E7
(212,224,231)
#DEE6EB
(222,230,235)
#E8ECEF
(232,236,239)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB6CB color. Also use rgb(142,182,203) instead hex code.

Text Font Color

.myTextColor { color: #8EB6CB; }

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

This text font color is #8EB6CB.


Background Color

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

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

This div background color is #8EB6CB.


Border color

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

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

This div border color is #8EB6CB.


Opacity

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

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

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

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

This text has shadow with #8EB6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB6CB on black background.


Color preview on white background

This text has color #8EB6CB on white background.



Black color preview on #8EB6CB background

This text has black color on #8EB6CB background.


White color preview on #8EB6CB background

This text has white color on #8EB6CB background.