COLOR #8CD0E6

HEX: #8CD0E6
RGB: (140,208,230)

Color info

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

RGB color model

#8CD0E6 color RGB value is (140,208,230).

  • red value is 140;
  • green value is 208;
  • blue value is 230.
RGB:
(140,208,230)
(55%,82%,90%)

RGB channels and saturation

R 140 of 255 = 55%
G 208 of 255 = 82%
B 230 of 255 = 90%

140
208
230

R + G + B ~ 76%. #8CD0E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 208 + 230 = 578 (100%)
R 140 of 578 ~ 24.22%
G 208 of 578 ~ 35.99%
B 230 of 578 ~ 39.79%

%24.22
%35.99
%39.79

CMYK color model

#8CD0E6 color CMYK value is (39,10,0,10).

  • cyan value is 39.13%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(39,10,0,10)
C39M10Y0K10 
(39%,10%,0%,10%)
(0.39/0.10/0.00/0.10)	

CMYK percentages

%39.13
%9.57
%0
%9.8

Codes

Color #8CD0E6 in popluar color models

8CD0E6
RGB140208230
HSL195°64.29%72.55%
HSB/HSV195°39.13%90.20%
CMYK39.13%9.57%0.00%
9.80%

Color #8CD0E6 in popluar number systems.

HEX8CD0E6
Decimal140208230
Binary100011001101000011100110
Octal214320346

Shades and tints

Shades of #8CD0E6

#8CD0E6
(140,208,230)
#80BED2
(128,190,210)
#74ACBE
(116,172,190)
#689AAA
(104,154,170)
#5C8896
(92,136,150)
#507682
(80,118,130)
#44646E
(68,100,110)
#38525A
(56,82,90)
#2C4046
(44,64,70)
#202E32
(32,46,50)
#141C1E
(20,28,30)
#000000
(0,0,0)

Tints of #8CD0E6

#8CD0E6
(140,208,230)
#96D4E8
(150,212,232)
#A0D8EA
(160,216,234)
#AADCEC
(170,220,236)
#B4E0EE
(180,224,238)
#BEE4F0
(190,228,240)
#C8E8F2
(200,232,242)
#D2ECF4
(210,236,244)
#DCF0F6
(220,240,246)
#E6F4F8
(230,244,248)
#F0F8FA
(240,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CD0E6 color. Also use rgb(140,208,230) instead hex code.

Text Font Color

.myTextColor { color: #8CD0E6; }

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

This text font color is #8CD0E6.


Background Color

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

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

This div background color is #8CD0E6.


Border color

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

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

This div border color is #8CD0E6.


Opacity

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

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

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

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

This text has shadow with #8CD0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD0E6 on black background.


Color preview on white background

This text has color #8CD0E6 on white background.



Black color preview on #8CD0E6 background

This text has black color on #8CD0E6 background.


White color preview on #8CD0E6 background

This text has white color on #8CD0E6 background.