COLOR #8CF8C7

HEX: #8CF8C7
RGB: (140,248,199)

Color info

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

RGB color model

#8CF8C7 color RGB value is (140,248,199).

  • red value is 140;
  • green value is 248;
  • blue value is 199.
RGB:
(140,248,199)
(55%,97%,78%)

RGB channels and saturation

R 140 of 255 = 55%
G 248 of 255 = 97%
B 199 of 255 = 78%

140
248
199

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

Portions of RGB colors in percentages

R + G + B =
140 + 248 + 199 = 587 (100%)
R 140 of 587 ~ 23.85%
G 248 of 587 ~ 42.25%
B 199 of 587 ~ 33.9%

%23.85
%42.25
%33.9

CMYK color model

#8CF8C7 color CMYK value is (44,0,20,3).

  • cyan value is 43.55%
  • magenta value is 0.00%
  • yellow value is 19.76%
  • key color value is 2.75%
CMYK:
(44,0,20,3)
C44M0Y20K3 
(44%,0%,20%,3%)
(0.44/0.00/0.20/0.03)	

CMYK percentages

%43.55
%0
%19.76
%2.75

Codes

Color #8CF8C7 in popluar color models

8CF8C7
RGB140248199
HSL153°88.52%76.08%
HSB/HSV153°43.55%97.25%
CMYK43.55%0.00%19.76%
2.75%

Color #8CF8C7 in popluar number systems.

HEX8CF8C7
Decimal140248199
Binary100011001111100011000111
Octal214370307

Shades and tints

Shades of #8CF8C7

#8CF8C7
(140,248,199)
#80E2B5
(128,226,181)
#74CCA3
(116,204,163)
#68B691
(104,182,145)
#5CA07F
(92,160,127)
#508A6D
(80,138,109)
#44745B
(68,116,91)
#385E49
(56,94,73)
#2C4837
(44,72,55)
#203225
(32,50,37)
#141C13
(20,28,19)
#000000
(0,0,0)

Tints of #8CF8C7

#8CF8C7
(140,248,199)
#96F8CC
(150,248,204)
#A0F8D1
(160,248,209)
#AAF8D6
(170,248,214)
#B4F8DB
(180,248,219)
#BEF8E0
(190,248,224)
#C8F8E5
(200,248,229)
#D2F8EA
(210,248,234)
#DCF8EF
(220,248,239)
#E6F8F4
(230,248,244)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CF8C7; }

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

This text font color is #8CF8C7.


Background Color

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

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

This div background color is #8CF8C7.


Border color

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

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

This div border color is #8CF8C7.


Opacity

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

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

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

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

This text has shadow with #8CF8C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CF8C7 on black background.


Color preview on white background

This text has color #8CF8C7 on white background.



Black color preview on #8CF8C7 background

This text has black color on #8CF8C7 background.


White color preview on #8CF8C7 background

This text has white color on #8CF8C7 background.