COLOR #9FE2C7

HEX: #9FE2C7
RGB: (159,226,199)

Color info

#9FE2C7 contains mainly green and blue colors. Web safe color of #9FE2C7 is #99CCCC (or #9CC).

RGB color model

#9FE2C7 color RGB value is (159,226,199).

  • red value is 159;
  • green value is 226;
  • blue value is 199.
RGB:
(159,226,199)
(62%,89%,78%)

RGB channels and saturation

R 159 of 255 = 62%
G 226 of 255 = 89%
B 199 of 255 = 78%

159
226
199

R + G + B ~ 76%. #9FE2C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 226 + 199 = 584 (100%)
R 159 of 584 ~ 27.23%
G 226 of 584 ~ 38.7%
B 199 of 584 ~ 34.08%

%27.23
%38.7
%34.08

CMYK color model

#9FE2C7 color CMYK value is (30,0,12,11).

  • cyan value is 29.65%
  • magenta value is 0.00%
  • yellow value is 11.95%
  • key color value is 11.37%
CMYK:
(30,0,12,11)
C30M0Y12K11 
(30%,0%,12%,11%)
(0.30/0.00/0.12/0.11)	

CMYK percentages

%29.65
%0
%11.95
%11.37

Codes

Color #9FE2C7 in popluar color models

9FE2C7
RGB159226199
HSL156°53.60%75.49%
HSB/HSV156°29.65%88.63%
CMYK29.65%0.00%11.95%
11.37%

Color #9FE2C7 in popluar number systems.

HEX9FE2C7
Decimal159226199
Binary100111111110001011000111
Octal237342307

Shades and tints

Shades of #9FE2C7

#9FE2C7
(159,226,199)
#91CEB5
(145,206,181)
#83BAA3
(131,186,163)
#75A691
(117,166,145)
#67927F
(103,146,127)
#597E6D
(89,126,109)
#4B6A5B
(75,106,91)
#3D5649
(61,86,73)
#2F4237
(47,66,55)
#212E25
(33,46,37)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #9FE2C7

#9FE2C7
(159,226,199)
#A7E4CC
(167,228,204)
#AFE6D1
(175,230,209)
#B7E8D6
(183,232,214)
#BFEADB
(191,234,219)
#C7ECE0
(199,236,224)
#CFEEE5
(207,238,229)
#D7F0EA
(215,240,234)
#DFF2EF
(223,242,239)
#E7F4F4
(231,244,244)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE2C7 color. Also use rgb(159,226,199) instead hex code.

Text Font Color

.myTextColor { color: #9FE2C7; }

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

This text font color is #9FE2C7.


Background Color

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

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

This div background color is #9FE2C7.


Border color

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

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

This div border color is #9FE2C7.


Opacity

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

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

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

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

This text has shadow with #9FE2C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE2C7 on black background.


Color preview on white background

This text has color #9FE2C7 on white background.



Black color preview on #9FE2C7 background

This text has black color on #9FE2C7 background.


White color preview on #9FE2C7 background

This text has white color on #9FE2C7 background.