COLOR #9FD6CF

HEX: #9FD6CF
RGB: (159,214,207)

Color info

#9FD6CF contains red, green and blue colors in about the same proportion. Web safe color of #9FD6CF is #99CCCC (or #9CC).

RGB color model

#9FD6CF color RGB value is (159,214,207).

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

RGB channels and saturation

R 159 of 255 = 62%
G 214 of 255 = 84%
B 207 of 255 = 81%

159
214
207

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

Portions of RGB colors in percentages

R + G + B =
159 + 214 + 207 = 580 (100%)
R 159 of 580 ~ 27.41%
G 214 of 580 ~ 36.9%
B 207 of 580 ~ 35.69%

%27.41
%36.9
%35.69

CMYK color model

#9FD6CF color CMYK value is (26,0,3,16).

  • cyan value is 25.70%
  • magenta value is 0.00%
  • yellow value is 3.27%
  • key color value is 16.08%
CMYK:
(26,0,3,16)
C26M0Y3K16 
(26%,0%,3%,16%)
(0.26/0.00/0.03/0.16)	

CMYK percentages

%25.7
%0
%3.27
%16.08

Codes

Color #9FD6CF in popluar color models

9FD6CF
RGB159214207
HSL172°40.15%73.14%
HSB/HSV172°25.70%83.92%
CMYK25.70%0.00%3.27%
16.08%

Color #9FD6CF in popluar number systems.

HEX9FD6CF
Decimal159214207
Binary100111111101011011001111
Octal237326317

Shades and tints

Shades of #9FD6CF

#9FD6CF
(159,214,207)
#91C3BD
(145,195,189)
#83B0AB
(131,176,171)
#759D99
(117,157,153)
#678A87
(103,138,135)
#597775
(89,119,117)
#4B6463
(75,100,99)
#3D5151
(61,81,81)
#2F3E3F
(47,62,63)
#212B2D
(33,43,45)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #9FD6CF

#9FD6CF
(159,214,207)
#A7D9D3
(167,217,211)
#AFDCD7
(175,220,215)
#B7DFDB
(183,223,219)
#BFE2DF
(191,226,223)
#C7E5E3
(199,229,227)
#CFE8E7
(207,232,231)
#D7EBEB
(215,235,235)
#DFEEEF
(223,238,239)
#E7F1F3
(231,241,243)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FD6CF; }

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

This text font color is #9FD6CF.


Background Color

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

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

This div background color is #9FD6CF.


Border color

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

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

This div border color is #9FD6CF.


Opacity

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

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

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

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

This text has shadow with #9FD6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD6CF on black background.


Color preview on white background

This text has color #9FD6CF on white background.



Black color preview on #9FD6CF background

This text has black color on #9FD6CF background.


White color preview on #9FD6CF background

This text has white color on #9FD6CF background.