COLOR #9CF2EF

HEX: #9CF2EF
RGB: (156,242,239)

Color info

#9CF2EF contains mainly green and blue colors. Web safe color of #9CF2EF is #99FFFF (or #9FF).

RGB color model

#9CF2EF color RGB value is (156,242,239).

  • red value is 156;
  • green value is 242;
  • blue value is 239.
RGB:
(156,242,239)
(61%,95%,94%)

RGB channels and saturation

R 156 of 255 = 61%
G 242 of 255 = 95%
B 239 of 255 = 94%

156
242
239

R + G + B ~ 83%. #9CF2EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 242 + 239 = 637 (100%)
R 156 of 637 ~ 24.49%
G 242 of 637 ~ 37.99%
B 239 of 637 ~ 37.52%

%24.49
%37.99
%37.52

CMYK color model

#9CF2EF color CMYK value is (36,0,1,5).

  • cyan value is 35.54%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 5.10%
CMYK:
(36,0,1,5)
C36M0Y1K5 
(36%,0%,1%,5%)
(0.36/0.00/0.01/0.05)	

CMYK percentages

%35.54
%0
%1.24
%5.1

Codes

Color #9CF2EF in popluar color models

9CF2EF
RGB156242239
HSL178°76.79%78.04%
HSB/HSV178°35.54%94.90%
CMYK35.54%0.00%1.24%
5.10%

Color #9CF2EF in popluar number systems.

HEX9CF2EF
Decimal156242239
Binary100111001111001011101111
Octal234362357

Shades and tints

Shades of #9CF2EF

#9CF2EF
(156,242,239)
#8EDCDA
(142,220,218)
#80C6C5
(128,198,197)
#72B0B0
(114,176,176)
#649A9B
(100,154,155)
#568486
(86,132,134)
#486E71
(72,110,113)
#3A585C
(58,88,92)
#2C4247
(44,66,71)
#1E2C32
(30,44,50)
#10161D
(16,22,29)
#000000
(0,0,0)

Tints of #9CF2EF

#9CF2EF
(156,242,239)
#A5F3F0
(165,243,240)
#AEF4F1
(174,244,241)
#B7F5F2
(183,245,242)
#C0F6F3
(192,246,243)
#C9F7F4
(201,247,244)
#D2F8F5
(210,248,245)
#DBF9F6
(219,249,246)
#E4FAF7
(228,250,247)
#EDFBF8
(237,251,248)
#F6FCF9
(246,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CF2EF color. Also use rgb(156,242,239) instead hex code.

Text Font Color

.myTextColor { color: #9CF2EF; }

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

This text font color is #9CF2EF.


Background Color

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

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

This div background color is #9CF2EF.


Border color

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

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

This div border color is #9CF2EF.


Opacity

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

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

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

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

This text has shadow with #9CF2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CF2EF on black background.


Color preview on white background

This text has color #9CF2EF on white background.



Black color preview on #9CF2EF background

This text has black color on #9CF2EF background.


White color preview on #9CF2EF background

This text has white color on #9CF2EF background.