COLOR #9FEFCE

HEX: #9FEFCE
RGB: (159,239,206)

Color info

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

RGB color model

#9FEFCE color RGB value is (159,239,206).

  • red value is 159;
  • green value is 239;
  • blue value is 206.
RGB:
(159,239,206)
(62%,94%,81%)

RGB channels and saturation

R 159 of 255 = 62%
G 239 of 255 = 94%
B 206 of 255 = 81%

159
239
206

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

Portions of RGB colors in percentages

R + G + B =
159 + 239 + 206 = 604 (100%)
R 159 of 604 ~ 26.32%
G 239 of 604 ~ 39.57%
B 206 of 604 ~ 34.11%

%26.32
%39.57
%34.11

CMYK color model

#9FEFCE color CMYK value is (33,0,14,6).

  • cyan value is 33.47%
  • magenta value is 0.00%
  • yellow value is 13.81%
  • key color value is 6.27%
CMYK:
(33,0,14,6)
C33M0Y14K6 
(33%,0%,14%,6%)
(0.33/0.00/0.14/0.06)	

CMYK percentages

%33.47
%0
%13.81
%6.27

Codes

Color #9FEFCE in popluar color models

9FEFCE
RGB159239206
HSL155°71.43%78.04%
HSB/HSV155°33.47%93.73%
CMYK33.47%0.00%13.81%
6.27%

Color #9FEFCE in popluar number systems.

HEX9FEFCE
Decimal159239206
Binary100111111110111111001110
Octal237357316

Shades and tints

Shades of #9FEFCE

#9FEFCE
(159,239,206)
#91DABC
(145,218,188)
#83C5AA
(131,197,170)
#75B098
(117,176,152)
#679B86
(103,155,134)
#598674
(89,134,116)
#4B7162
(75,113,98)
#3D5C50
(61,92,80)
#2F473E
(47,71,62)
#21322C
(33,50,44)
#131D1A
(19,29,26)
#000000
(0,0,0)

Tints of #9FEFCE

#9FEFCE
(159,239,206)
#A7F0D2
(167,240,210)
#AFF1D6
(175,241,214)
#B7F2DA
(183,242,218)
#BFF3DE
(191,243,222)
#C7F4E2
(199,244,226)
#CFF5E6
(207,245,230)
#D7F6EA
(215,246,234)
#DFF7EE
(223,247,238)
#E7F8F2
(231,248,242)
#EFF9F6
(239,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FEFCE color. Also use rgb(159,239,206) instead hex code.

Text Font Color

.myTextColor { color: #9FEFCE; }

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

This text font color is #9FEFCE.


Background Color

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

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

This div background color is #9FEFCE.


Border color

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

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

This div border color is #9FEFCE.


Opacity

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

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

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

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

This text has shadow with #9FEFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FEFCE on black background.


Color preview on white background

This text has color #9FEFCE on white background.



Black color preview on #9FEFCE background

This text has black color on #9FEFCE background.


White color preview on #9FEFCE background

This text has white color on #9FEFCE background.