COLOR #8CF0E6

HEX: #8CF0E6
RGB: (140,240,230)

Color info

#8CF0E6 contains mainly green and blue colors. Web safe color of #8CF0E6 is #99FFCC (or #9FC).

RGB color model

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

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

RGB channels and saturation

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

140
240
230

R + G + B ~ 80%. #8CF0E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 240 + 230 = 610 (100%)
R 140 of 610 ~ 22.95%
G 240 of 610 ~ 39.34%
B 230 of 610 ~ 37.7%

%22.95
%39.34
%37.7

CMYK color model

#8CF0E6 color CMYK value is (42,0,4,6).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 5.88%
CMYK:
(42,0,4,6)
C42M0Y4K6 
(42%,0%,4%,6%)
(0.42/0.00/0.04/0.06)	

CMYK percentages

%41.67
%0
%4.17
%5.88

Codes

Color #8CF0E6 in popluar color models

8CF0E6
RGB140240230
HSL174°76.92%74.51%
HSB/HSV174°41.67%94.12%
CMYK41.67%0.00%4.17%
5.88%

Color #8CF0E6 in popluar number systems.

HEX8CF0E6
Decimal140240230
Binary100011001111000011100110
Octal214360346

Shades and tints

Shades of #8CF0E6

#8CF0E6
(140,240,230)
#80DBD2
(128,219,210)
#74C6BE
(116,198,190)
#68B1AA
(104,177,170)
#5C9C96
(92,156,150)
#508782
(80,135,130)
#44726E
(68,114,110)
#385D5A
(56,93,90)
#2C4846
(44,72,70)
#203332
(32,51,50)
#141E1E
(20,30,30)
#000000
(0,0,0)

Tints of #8CF0E6

#8CF0E6
(140,240,230)
#96F1E8
(150,241,232)
#A0F2EA
(160,242,234)
#AAF3EC
(170,243,236)
#B4F4EE
(180,244,238)
#BEF5F0
(190,245,240)
#C8F6F2
(200,246,242)
#D2F7F4
(210,247,244)
#DCF8F6
(220,248,246)
#E6F9F8
(230,249,248)
#F0FAFA
(240,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CF0E6; }

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

This text font color is #8CF0E6.


Background Color

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

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

This div background color is #8CF0E6.


Border color

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

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

This div border color is #8CF0E6.


Opacity

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

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

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

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

This text has shadow with #8CF0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CF0E6 on black background.


Color preview on white background

This text has color #8CF0E6 on white background.



Black color preview on #8CF0E6 background

This text has black color on #8CF0E6 background.


White color preview on #8CF0E6 background

This text has white color on #8CF0E6 background.