COLOR #9CF7C8

HEX: #9CF7C8
RGB: (156,247,200)

Color info

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

RGB color model

#9CF7C8 color RGB value is (156,247,200).

  • red value is 156;
  • green value is 247;
  • blue value is 200.
RGB:
(156,247,200)
(61%,97%,78%)

RGB channels and saturation

R 156 of 255 = 61%
G 247 of 255 = 97%
B 200 of 255 = 78%

156
247
200

R + G + B ~ 79%. #9CF7C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 247 + 200 = 603 (100%)
R 156 of 603 ~ 25.87%
G 247 of 603 ~ 40.96%
B 200 of 603 ~ 33.17%

%25.87
%40.96
%33.17

CMYK color model

#9CF7C8 color CMYK value is (37,0,19,3).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 19.03%
  • key color value is 3.14%
CMYK:
(37,0,19,3)
C37M0Y19K3 
(37%,0%,19%,3%)
(0.37/0.00/0.19/0.03)	

CMYK percentages

%36.84
%0
%19.03
%3.14

Codes

Color #9CF7C8 in popluar color models

9CF7C8
RGB156247200
HSL149°85.05%79.02%
HSB/HSV149°36.84%96.86%
CMYK36.84%0.00%19.03%
3.14%

Color #9CF7C8 in popluar number systems.

HEX9CF7C8
Decimal156247200
Binary100111001111011111001000
Octal234367310

Shades and tints

Shades of #9CF7C8

#9CF7C8
(156,247,200)
#8EE1B6
(142,225,182)
#80CBA4
(128,203,164)
#72B592
(114,181,146)
#649F80
(100,159,128)
#56896E
(86,137,110)
#48735C
(72,115,92)
#3A5D4A
(58,93,74)
#2C4738
(44,71,56)
#1E3126
(30,49,38)
#101B14
(16,27,20)
#000000
(0,0,0)

Tints of #9CF7C8

#9CF7C8
(156,247,200)
#A5F7CD
(165,247,205)
#AEF7D2
(174,247,210)
#B7F7D7
(183,247,215)
#C0F7DC
(192,247,220)
#C9F7E1
(201,247,225)
#D2F7E6
(210,247,230)
#DBF7EB
(219,247,235)
#E4F7F0
(228,247,240)
#EDF7F5
(237,247,245)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CF7C8 color. Also use rgb(156,247,200) instead hex code.

Text Font Color

.myTextColor { color: #9CF7C8; }

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

This text font color is #9CF7C8.


Background Color

.myBgColor { background-color: #9CF7C8; }

<div style="background-color:#9CF7C8">Inner text</div>

This div background color is #9CF7C8.


Border color

.myBorderColor { border: 1px solid #9CF7C8; }

<div style="border:3px solid #9CF7C8">Div</div>

This div border color is #9CF7C8.


Opacity

.myOpacity80 { color: #9CF7C8; opacity: 0.8; }

<p style="color:#9CF7C8;opacity:0.8;">80%</p>

Text with #9CF7C8 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 #9CF7C8;}

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

This text has shadow with #9CF7C8 color.

.textShadow {text-shadow: 3px 3px 1px #9CF7C8, 3px 3px 1px red;}

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

This text has shadow with #9CF7C8 primary color and red secondary color.


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

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

This text has shadow with #9CF7C8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CF7C8 on black background.


Color preview on white background

This text has color #9CF7C8 on white background.



Black color preview on #9CF7C8 background

This text has black color on #9CF7C8 background.


White color preview on #9CF7C8 background

This text has white color on #9CF7C8 background.