COLOR #9FE2C0

HEX: #9FE2C0
RGB: (159,226,192)

Color info

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

RGB color model

#9FE2C0 color RGB value is (159,226,192).

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

RGB channels and saturation

R 159 of 255 = 62%
G 226 of 255 = 89%
B 192 of 255 = 75%

159
226
192

R + G + B ~ 75%. #9FE2C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 226 + 192 = 577 (100%)
R 159 of 577 ~ 27.56%
G 226 of 577 ~ 39.17%
B 192 of 577 ~ 33.28%

%27.56
%39.17
%33.28

CMYK color model

#9FE2C0 color CMYK value is (30,0,15,11).

  • cyan value is 29.65%
  • magenta value is 0.00%
  • yellow value is 15.04%
  • key color value is 11.37%
CMYK:
(30,0,15,11)
C30M0Y15K11 
(30%,0%,15%,11%)
(0.30/0.00/0.15/0.11)	

CMYK percentages

%29.65
%0
%15.04
%11.37

Codes

Color #9FE2C0 in popluar color models

9FE2C0
RGB159226192
HSL150°53.60%75.49%
HSB/HSV150°29.65%88.63%
CMYK29.65%0.00%15.04%
11.37%

Color #9FE2C0 in popluar number systems.

HEX9FE2C0
Decimal159226192
Binary100111111110001011000000
Octal237342300

Shades and tints

Shades of #9FE2C0

#9FE2C0
(159,226,192)
#91CEAF
(145,206,175)
#83BA9E
(131,186,158)
#75A68D
(117,166,141)
#67927C
(103,146,124)
#597E6B
(89,126,107)
#4B6A5A
(75,106,90)
#3D5649
(61,86,73)
#2F4238
(47,66,56)
#212E27
(33,46,39)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #9FE2C0

#9FE2C0
(159,226,192)
#A7E4C5
(167,228,197)
#AFE6CA
(175,230,202)
#B7E8CF
(183,232,207)
#BFEAD4
(191,234,212)
#C7ECD9
(199,236,217)
#CFEEDE
(207,238,222)
#D7F0E3
(215,240,227)
#DFF2E8
(223,242,232)
#E7F4ED
(231,244,237)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FE2C0; }

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

This text font color is #9FE2C0.


Background Color

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

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

This div background color is #9FE2C0.


Border color

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

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

This div border color is #9FE2C0.


Opacity

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

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

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

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

This text has shadow with #9FE2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE2C0 on black background.


Color preview on white background

This text has color #9FE2C0 on white background.



Black color preview on #9FE2C0 background

This text has black color on #9FE2C0 background.


White color preview on #9FE2C0 background

This text has white color on #9FE2C0 background.