COLOR #9FE4CF

HEX: #9FE4CF
RGB: (159,228,207)

Color info

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

RGB color model

#9FE4CF color RGB value is (159,228,207).

  • red value is 159;
  • green value is 228;
  • blue value is 207.
RGB:
(159,228,207)
(62%,89%,81%)

RGB channels and saturation

R 159 of 255 = 62%
G 228 of 255 = 89%
B 207 of 255 = 81%

159
228
207

R + G + B ~ 77%. #9FE4CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 228 + 207 = 594 (100%)
R 159 of 594 ~ 26.77%
G 228 of 594 ~ 38.38%
B 207 of 594 ~ 34.85%

%26.77
%38.38
%34.85

CMYK color model

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

  • cyan value is 30.26%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 10.59%
CMYK:
(30,0,9,11)
C30M0Y9K11 
(30%,0%,9%,11%)
(0.30/0.00/0.09/0.11)	

CMYK percentages

%30.26
%0
%9.21
%10.59

Codes

Color #9FE4CF in popluar color models

9FE4CF
RGB159228207
HSL162°56.10%75.88%
HSB/HSV162°30.26%89.41%
CMYK30.26%0.00%9.21%
10.59%

Color #9FE4CF in popluar number systems.

HEX9FE4CF
Decimal159228207
Binary100111111110010011001111
Octal237344317

Shades and tints

Shades of #9FE4CF

#9FE4CF
(159,228,207)
#91D0BD
(145,208,189)
#83BCAB
(131,188,171)
#75A899
(117,168,153)
#679487
(103,148,135)
#598075
(89,128,117)
#4B6C63
(75,108,99)
#3D5851
(61,88,81)
#2F443F
(47,68,63)
#21302D
(33,48,45)
#131C1B
(19,28,27)
#000000
(0,0,0)

Tints of #9FE4CF

#9FE4CF
(159,228,207)
#A7E6D3
(167,230,211)
#AFE8D7
(175,232,215)
#B7EADB
(183,234,219)
#BFECDF
(191,236,223)
#C7EEE3
(199,238,227)
#CFF0E7
(207,240,231)
#D7F2EB
(215,242,235)
#DFF4EF
(223,244,239)
#E7F6F3
(231,246,243)
#EFF8F7
(239,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE4CF color. Also use rgb(159,228,207) instead hex code.

Text Font Color

.myTextColor { color: #9FE4CF; }

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

This text font color is #9FE4CF.


Background Color

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

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

This div background color is #9FE4CF.


Border color

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

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

This div border color is #9FE4CF.


Opacity

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

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

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

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

This text has shadow with #9FE4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE4CF on black background.


Color preview on white background

This text has color #9FE4CF on white background.



Black color preview on #9FE4CF background

This text has black color on #9FE4CF background.


White color preview on #9FE4CF background

This text has white color on #9FE4CF background.