COLOR #8CFCC6

HEX: #8CFCC6
RGB: (140,252,198)

Color info

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

RGB color model

#8CFCC6 color RGB value is (140,252,198).

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

RGB channels and saturation

R 140 of 255 = 55%
G 252 of 255 = 99%
B 198 of 255 = 78%

140
252
198

R + G + B ~ 77%. #8CFCC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 252 + 198 = 590 (100%)
R 140 of 590 ~ 23.73%
G 252 of 590 ~ 42.71%
B 198 of 590 ~ 33.56%

%23.73
%42.71
%33.56

CMYK color model

#8CFCC6 color CMYK value is (44,0,21,1).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 1.18%
CMYK:
(44,0,21,1)
C44M0Y21K1 
(44%,0%,21%,1%)
(0.44/0.00/0.21/0.01)	

CMYK percentages

%44.44
%0
%21.43
%1.18

Codes

Color #8CFCC6 in popluar color models

8CFCC6
RGB140252198
HSL151°94.92%76.86%
HSB/HSV151°44.44%98.82%
CMYK44.44%0.00%21.43%
1.18%

Color #8CFCC6 in popluar number systems.

HEX8CFCC6
Decimal140252198
Binary100011001111110011000110
Octal214374306

Shades and tints

Shades of #8CFCC6

#8CFCC6
(140,252,198)
#80E6B4
(128,230,180)
#74D0A2
(116,208,162)
#68BA90
(104,186,144)
#5CA47E
(92,164,126)
#508E6C
(80,142,108)
#44785A
(68,120,90)
#386248
(56,98,72)
#2C4C36
(44,76,54)
#203624
(32,54,36)
#142012
(20,32,18)
#000000
(0,0,0)

Tints of #8CFCC6

#8CFCC6
(140,252,198)
#96FCCB
(150,252,203)
#A0FCD0
(160,252,208)
#AAFCD5
(170,252,213)
#B4FCDA
(180,252,218)
#BEFCDF
(190,252,223)
#C8FCE4
(200,252,228)
#D2FCE9
(210,252,233)
#DCFCEE
(220,252,238)
#E6FCF3
(230,252,243)
#F0FCF8
(240,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CFCC6; }

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

This text font color is #8CFCC6.


Background Color

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

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

This div background color is #8CFCC6.


Border color

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

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

This div border color is #8CFCC6.


Opacity

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

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

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

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

This text has shadow with #8CFCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CFCC6 on black background.


Color preview on white background

This text has color #8CFCC6 on white background.



Black color preview on #8CFCC6 background

This text has black color on #8CFCC6 background.


White color preview on #8CFCC6 background

This text has white color on #8CFCC6 background.