COLOR #8CFCC0

HEX: #8CFCC0
RGB: (140,252,192)

Color info

#8CFCC0 contains mainly green color. Web safe color of #8CFCC0 is #99FFCC (or #9FC).

RGB color model

#8CFCC0 color RGB value is (140,252,192).

  • red value is 140;
  • green value is 252;
  • blue value is 192.
RGB:
(140,252,192)
(55%,99%,75%)

RGB channels and saturation

R 140 of 255 = 55%
G 252 of 255 = 99%
B 192 of 255 = 75%

140
252
192

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

Portions of RGB colors in percentages

R + G + B =
140 + 252 + 192 = 584 (100%)
R 140 of 584 ~ 23.97%
G 252 of 584 ~ 43.15%
B 192 of 584 ~ 32.88%

%23.97
%43.15
%32.88

CMYK color model

#8CFCC0 color CMYK value is (44,0,24,1).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 1.18%
CMYK:
(44,0,24,1)
C44M0Y24K1 
(44%,0%,24%,1%)
(0.44/0.00/0.24/0.01)	

CMYK percentages

%44.44
%0
%23.81
%1.18

Codes

Color #8CFCC0 in popluar color models

8CFCC0
RGB140252192
HSL148°94.92%76.86%
HSB/HSV148°44.44%98.82%
CMYK44.44%0.00%23.81%
1.18%

Color #8CFCC0 in popluar number systems.

HEX8CFCC0
Decimal140252192
Binary100011001111110011000000
Octal214374300

Shades and tints

Shades of #8CFCC0

#8CFCC0
(140,252,192)
#80E6AF
(128,230,175)
#74D09E
(116,208,158)
#68BA8D
(104,186,141)
#5CA47C
(92,164,124)
#508E6B
(80,142,107)
#44785A
(68,120,90)
#386249
(56,98,73)
#2C4C38
(44,76,56)
#203627
(32,54,39)
#142016
(20,32,22)
#000000
(0,0,0)

Tints of #8CFCC0

#8CFCC0
(140,252,192)
#96FCC5
(150,252,197)
#A0FCCA
(160,252,202)
#AAFCCF
(170,252,207)
#B4FCD4
(180,252,212)
#BEFCD9
(190,252,217)
#C8FCDE
(200,252,222)
#D2FCE3
(210,252,227)
#DCFCE8
(220,252,232)
#E6FCED
(230,252,237)
#F0FCF2
(240,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CFCC0; }

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

This text font color is #8CFCC0.


Background Color

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

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

This div background color is #8CFCC0.


Border color

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

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

This div border color is #8CFCC0.


Opacity

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

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

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

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

This text has shadow with #8CFCC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CFCC0 on black background.


Color preview on white background

This text has color #8CFCC0 on white background.



Black color preview on #8CFCC0 background

This text has black color on #8CFCC0 background.


White color preview on #8CFCC0 background

This text has white color on #8CFCC0 background.