COLOR #9CFAC7

HEX: #9CFAC7
RGB: (156,250,199)

Color info

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

RGB color model

#9CFAC7 color RGB value is (156,250,199).

  • red value is 156;
  • green value is 250;
  • blue value is 199.
RGB:
(156,250,199)
(61%,98%,78%)

RGB channels and saturation

R 156 of 255 = 61%
G 250 of 255 = 98%
B 199 of 255 = 78%

156
250
199

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

Portions of RGB colors in percentages

R + G + B =
156 + 250 + 199 = 605 (100%)
R 156 of 605 ~ 25.79%
G 250 of 605 ~ 41.32%
B 199 of 605 ~ 32.89%

%25.79
%41.32
%32.89

CMYK color model

#9CFAC7 color CMYK value is (38,0,20,2).

  • cyan value is 37.60%
  • magenta value is 0.00%
  • yellow value is 20.40%
  • key color value is 1.96%
CMYK:
(38,0,20,2)
C38M0Y20K2 
(38%,0%,20%,2%)
(0.38/0.00/0.20/0.02)	

CMYK percentages

%37.6
%0
%20.4
%1.96

Codes

Color #9CFAC7 in popluar color models

9CFAC7
RGB156250199
HSL147°90.38%79.61%
HSB/HSV147°37.60%98.04%
CMYK37.60%0.00%20.40%
1.96%

Color #9CFAC7 in popluar number systems.

HEX9CFAC7
Decimal156250199
Binary100111001111101011000111
Octal234372307

Shades and tints

Shades of #9CFAC7

#9CFAC7
(156,250,199)
#8EE4B5
(142,228,181)
#80CEA3
(128,206,163)
#72B891
(114,184,145)
#64A27F
(100,162,127)
#568C6D
(86,140,109)
#48765B
(72,118,91)
#3A6049
(58,96,73)
#2C4A37
(44,74,55)
#1E3425
(30,52,37)
#101E13
(16,30,19)
#000000
(0,0,0)

Tints of #9CFAC7

#9CFAC7
(156,250,199)
#A5FACC
(165,250,204)
#AEFAD1
(174,250,209)
#B7FAD6
(183,250,214)
#C0FADB
(192,250,219)
#C9FAE0
(201,250,224)
#D2FAE5
(210,250,229)
#DBFAEA
(219,250,234)
#E4FAEF
(228,250,239)
#EDFAF4
(237,250,244)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CFAC7 color. Also use rgb(156,250,199) instead hex code.

Text Font Color

.myTextColor { color: #9CFAC7; }

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

This text font color is #9CFAC7.


Background Color

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

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

This div background color is #9CFAC7.


Border color

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

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

This div border color is #9CFAC7.


Opacity

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

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

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

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

This text has shadow with #9CFAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CFAC7 on black background.


Color preview on white background

This text has color #9CFAC7 on white background.



Black color preview on #9CFAC7 background

This text has black color on #9CFAC7 background.


White color preview on #9CFAC7 background

This text has white color on #9CFAC7 background.