COLOR #9CF5F9

HEX: #9CF5F9
RGB: (156,245,249)

Color info

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

RGB color model

#9CF5F9 color RGB value is (156,245,249).

  • red value is 156;
  • green value is 245;
  • blue value is 249.
RGB:
(156,245,249)
(61%,96%,98%)

RGB channels and saturation

R 156 of 255 = 61%
G 245 of 255 = 96%
B 249 of 255 = 98%

156
245
249

R + G + B ~ 85%. #9CF5F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 245 + 249 = 650 (100%)
R 156 of 650 ~ 24%
G 245 of 650 ~ 37.69%
B 249 of 650 ~ 38.31%

%24
%37.69
%38.31

CMYK color model

#9CF5F9 color CMYK value is (37,2,0,2).

  • cyan value is 37.35%
  • magenta value is 1.61%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(37,2,0,2)
C37M2Y0K2 
(37%,2%,0%,2%)
(0.37/0.02/0.00/0.02)	

CMYK percentages

%37.35
%1.61
%0
%2.35

Codes

Color #9CF5F9 in popluar color models

9CF5F9
RGB156245249
HSL183°88.57%79.41%
HSB/HSV183°37.35%97.65%
CMYK37.35%1.61%0.00%
2.35%

Color #9CF5F9 in popluar number systems.

HEX9CF5F9
Decimal156245249
Binary100111001111010111111001
Octal234365371

Shades and tints

Shades of #9CF5F9

#9CF5F9
(156,245,249)
#8EDFE3
(142,223,227)
#80C9CD
(128,201,205)
#72B3B7
(114,179,183)
#649DA1
(100,157,161)
#56878B
(86,135,139)
#487175
(72,113,117)
#3A5B5F
(58,91,95)
#2C4549
(44,69,73)
#1E2F33
(30,47,51)
#10191D
(16,25,29)
#000000
(0,0,0)

Tints of #9CF5F9

#9CF5F9
(156,245,249)
#A5F5F9
(165,245,249)
#AEF5F9
(174,245,249)
#B7F5F9
(183,245,249)
#C0F5F9
(192,245,249)
#C9F5F9
(201,245,249)
#D2F5F9
(210,245,249)
#DBF5F9
(219,245,249)
#E4F5F9
(228,245,249)
#EDF5F9
(237,245,249)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CF5F9 color. Also use rgb(156,245,249) instead hex code.

Text Font Color

.myTextColor { color: #9CF5F9; }

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

This text font color is #9CF5F9.


Background Color

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

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

This div background color is #9CF5F9.


Border color

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

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

This div border color is #9CF5F9.


Opacity

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

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

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

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

This text has shadow with #9CF5F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CF5F9 on black background.


Color preview on white background

This text has color #9CF5F9 on white background.



Black color preview on #9CF5F9 background

This text has black color on #9CF5F9 background.


White color preview on #9CF5F9 background

This text has white color on #9CF5F9 background.