COLOR #9FC7CF

HEX: #9FC7CF
RGB: (159,199,207)

Color info

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

RGB color model

#9FC7CF color RGB value is (159,199,207).

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

RGB channels and saturation

R 159 of 255 = 62%
G 199 of 255 = 78%
B 207 of 255 = 81%

159
199
207

R + G + B ~ 74%. #9FC7CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 199 + 207 = 565 (100%)
R 159 of 565 ~ 28.14%
G 199 of 565 ~ 35.22%
B 207 of 565 ~ 36.64%

%28.14
%35.22
%36.64

CMYK color model

#9FC7CF color CMYK value is (23,4,0,19).

  • cyan value is 23.19%
  • magenta value is 3.86%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(23,4,0,19)
C23M4Y0K19 
(23%,4%,0%,19%)
(0.23/0.04/0.00/0.19)	

CMYK percentages

%23.19
%3.86
%0
%18.82

Codes

Color #9FC7CF in popluar color models

9FC7CF
RGB159199207
HSL190°33.33%71.76%
HSB/HSV190°23.19%81.18%
CMYK23.19%3.86%0.00%
18.82%

Color #9FC7CF in popluar number systems.

HEX9FC7CF
Decimal159199207
Binary100111111100011111001111
Octal237307317

Shades and tints

Shades of #9FC7CF

#9FC7CF
(159,199,207)
#91B5BD
(145,181,189)
#83A3AB
(131,163,171)
#759199
(117,145,153)
#677F87
(103,127,135)
#596D75
(89,109,117)
#4B5B63
(75,91,99)
#3D4951
(61,73,81)
#2F373F
(47,55,63)
#21252D
(33,37,45)
#13131B
(19,19,27)
#000000
(0,0,0)

Tints of #9FC7CF

#9FC7CF
(159,199,207)
#A7CCD3
(167,204,211)
#AFD1D7
(175,209,215)
#B7D6DB
(183,214,219)
#BFDBDF
(191,219,223)
#C7E0E3
(199,224,227)
#CFE5E7
(207,229,231)
#D7EAEB
(215,234,235)
#DFEFEF
(223,239,239)
#E7F4F3
(231,244,243)
#EFF9F7
(239,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC7CF; }

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

This text font color is #9FC7CF.


Background Color

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

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

This div background color is #9FC7CF.


Border color

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

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

This div border color is #9FC7CF.


Opacity

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

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

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

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

This text has shadow with #9FC7CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC7CF on black background.


Color preview on white background

This text has color #9FC7CF on white background.



Black color preview on #9FC7CF background

This text has black color on #9FC7CF background.


White color preview on #9FC7CF background

This text has white color on #9FC7CF background.