COLOR #8CE6E6

HEX: #8CE6E6
RGB: (140,230,230)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

140
230
230

R + G + B ~ 78%. #8CE6E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 230 + 230 = 600 (100%)
R 140 of 600 ~ 23.33%
G 230 of 600 ~ 38.33%
B 230 of 600 ~ 38.33%

%23.33
%38.33
%38.33

CMYK color model

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

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

CMYK percentages

%39.13
%0
%0
%9.8

Codes

Color #8CE6E6 in popluar color models

8CE6E6
RGB140230230
HSL180°64.29%72.55%
HSB/HSV180°39.13%90.20%
CMYK39.13%0.00%0.00%
9.80%

Color #8CE6E6 in popluar number systems.

HEX8CE6E6
Decimal140230230
Binary100011001110011011100110
Octal214346346

Shades and tints

Shades of #8CE6E6

#8CE6E6
(140,230,230)
#80D2D2
(128,210,210)
#74BEBE
(116,190,190)
#68AAAA
(104,170,170)
#5C9696
(92,150,150)
#508282
(80,130,130)
#446E6E
(68,110,110)
#385A5A
(56,90,90)
#2C4646
(44,70,70)
#203232
(32,50,50)
#141E1E
(20,30,30)
#000000
(0,0,0)

Tints of #8CE6E6

#8CE6E6
(140,230,230)
#96E8E8
(150,232,232)
#A0EAEA
(160,234,234)
#AAECEC
(170,236,236)
#B4EEEE
(180,238,238)
#BEF0F0
(190,240,240)
#C8F2F2
(200,242,242)
#D2F4F4
(210,244,244)
#DCF6F6
(220,246,246)
#E6F8F8
(230,248,248)
#F0FAFA
(240,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CE6E6; }

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

This text font color is #8CE6E6.


Background Color

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

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

This div background color is #8CE6E6.


Border color

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

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

This div border color is #8CE6E6.


Opacity

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

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

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

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

This text has shadow with #8CE6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE6E6 on black background.


Color preview on white background

This text has color #8CE6E6 on white background.



Black color preview on #8CE6E6 background

This text has black color on #8CE6E6 background.


White color preview on #8CE6E6 background

This text has white color on #8CE6E6 background.