COLOR #8CE6D0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

140
230
208

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

Portions of RGB colors in percentages

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

%24.22
%39.79
%35.99

CMYK color model

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

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

CMYK percentages

%39.13
%0
%9.57
%9.8

Codes

Color #8CE6D0 in popluar color models

8CE6D0
RGB140230208
HSL165°64.29%72.55%
HSB/HSV165°39.13%90.20%
CMYK39.13%0.00%9.57%
9.80%

Color #8CE6D0 in popluar number systems.

HEX8CE6D0
Decimal140230208
Binary100011001110011011010000
Octal214346320

Shades and tints

Shades of #8CE6D0

#8CE6D0
(140,230,208)
#80D2BE
(128,210,190)
#74BEAC
(116,190,172)
#68AA9A
(104,170,154)
#5C9688
(92,150,136)
#508276
(80,130,118)
#446E64
(68,110,100)
#385A52
(56,90,82)
#2C4640
(44,70,64)
#20322E
(32,50,46)
#141E1C
(20,30,28)
#000000
(0,0,0)

Tints of #8CE6D0

#8CE6D0
(140,230,208)
#96E8D4
(150,232,212)
#A0EAD8
(160,234,216)
#AAECDC
(170,236,220)
#B4EEE0
(180,238,224)
#BEF0E4
(190,240,228)
#C8F2E8
(200,242,232)
#D2F4EC
(210,244,236)
#DCF6F0
(220,246,240)
#E6F8F4
(230,248,244)
#F0FAF8
(240,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CE6D0; }

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

This text font color is #8CE6D0.


Background Color

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

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

This div background color is #8CE6D0.


Border color

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

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

This div border color is #8CE6D0.


Opacity

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

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

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

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

This text has shadow with #8CE6D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE6D0 on black background.


Color preview on white background

This text has color #8CE6D0 on white background.



Black color preview on #8CE6D0 background

This text has black color on #8CE6D0 background.


White color preview on #8CE6D0 background

This text has white color on #8CE6D0 background.