COLOR #8EB8CB

HEX: #8EB8CB
RGB: (142,184,203)

Color info

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

RGB color model

#8EB8CB color RGB value is (142,184,203).

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

RGB channels and saturation

R 142 of 255 = 56%
G 184 of 255 = 72%
B 203 of 255 = 80%

142
184
203

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

Portions of RGB colors in percentages

R + G + B =
142 + 184 + 203 = 529 (100%)
R 142 of 529 ~ 26.84%
G 184 of 529 ~ 34.78%
B 203 of 529 ~ 38.37%

%26.84
%34.78
%38.37

CMYK color model

#8EB8CB color CMYK value is (30,9,0,20).

  • cyan value is 30.05%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(30,9,0,20)
C30M9Y0K20 
(30%,9%,0%,20%)
(0.30/0.09/0.00/0.20)	

CMYK percentages

%30.05
%9.36
%0
%20.39

Codes

Color #8EB8CB in popluar color models

8EB8CB
RGB142184203
HSL199°36.97%67.65%
HSB/HSV199°30.05%79.61%
CMYK30.05%9.36%0.00%
20.39%

Color #8EB8CB in popluar number systems.

HEX8EB8CB
Decimal142184203
Binary100011101011100011001011
Octal216270313

Shades and tints

Shades of #8EB8CB

#8EB8CB
(142,184,203)
#82A8B9
(130,168,185)
#7698A7
(118,152,167)
#6A8895
(106,136,149)
#5E7883
(94,120,131)
#526871
(82,104,113)
#46585F
(70,88,95)
#3A484D
(58,72,77)
#2E383B
(46,56,59)
#222829
(34,40,41)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #8EB8CB

#8EB8CB
(142,184,203)
#98BECF
(152,190,207)
#A2C4D3
(162,196,211)
#ACCAD7
(172,202,215)
#B6D0DB
(182,208,219)
#C0D6DF
(192,214,223)
#CADCE3
(202,220,227)
#D4E2E7
(212,226,231)
#DEE8EB
(222,232,235)
#E8EEEF
(232,238,239)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB8CB; }

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

This text font color is #8EB8CB.


Background Color

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

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

This div background color is #8EB8CB.


Border color

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

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

This div border color is #8EB8CB.


Opacity

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

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

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

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

This text has shadow with #8EB8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB8CB on black background.


Color preview on white background

This text has color #8EB8CB on white background.



Black color preview on #8EB8CB background

This text has black color on #8EB8CB background.


White color preview on #8EB8CB background

This text has white color on #8EB8CB background.