COLOR #9CF7E4

HEX: #9CF7E4
RGB: (156,247,228)

Color info

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

RGB color model

#9CF7E4 color RGB value is (156,247,228).

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

RGB channels and saturation

R 156 of 255 = 61%
G 247 of 255 = 97%
B 228 of 255 = 89%

156
247
228

R + G + B ~ 82%. #9CF7E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 247 + 228 = 631 (100%)
R 156 of 631 ~ 24.72%
G 247 of 631 ~ 39.14%
B 228 of 631 ~ 36.13%

%24.72
%39.14
%36.13

CMYK color model

#9CF7E4 color CMYK value is (37,0,8,3).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 3.14%
CMYK:
(37,0,8,3)
C37M0Y8K3 
(37%,0%,8%,3%)
(0.37/0.00/0.08/0.03)	

CMYK percentages

%36.84
%0
%7.69
%3.14

Codes

Color #9CF7E4 in popluar color models

9CF7E4
RGB156247228
HSL167°85.05%79.02%
HSB/HSV167°36.84%96.86%
CMYK36.84%0.00%7.69%
3.14%

Color #9CF7E4 in popluar number systems.

HEX9CF7E4
Decimal156247228
Binary100111001111011111100100
Octal234367344

Shades and tints

Shades of #9CF7E4

#9CF7E4
(156,247,228)
#8EE1D0
(142,225,208)
#80CBBC
(128,203,188)
#72B5A8
(114,181,168)
#649F94
(100,159,148)
#568980
(86,137,128)
#48736C
(72,115,108)
#3A5D58
(58,93,88)
#2C4744
(44,71,68)
#1E3130
(30,49,48)
#101B1C
(16,27,28)
#000000
(0,0,0)

Tints of #9CF7E4

#9CF7E4
(156,247,228)
#A5F7E6
(165,247,230)
#AEF7E8
(174,247,232)
#B7F7EA
(183,247,234)
#C0F7EC
(192,247,236)
#C9F7EE
(201,247,238)
#D2F7F0
(210,247,240)
#DBF7F2
(219,247,242)
#E4F7F4
(228,247,244)
#EDF7F6
(237,247,246)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CF7E4; }

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

This text font color is #9CF7E4.


Background Color

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

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

This div background color is #9CF7E4.


Border color

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

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

This div border color is #9CF7E4.


Opacity

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

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

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

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

This text has shadow with #9CF7E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CF7E4 on black background.


Color preview on white background

This text has color #9CF7E4 on white background.



Black color preview on #9CF7E4 background

This text has black color on #9CF7E4 background.


White color preview on #9CF7E4 background

This text has white color on #9CF7E4 background.