COLOR #9FC5CF

HEX: #9FC5CF
RGB: (159,197,207)

Color info

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

RGB color model

#9FC5CF color RGB value is (159,197,207).

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

RGB channels and saturation

R 159 of 255 = 62%
G 197 of 255 = 77%
B 207 of 255 = 81%

159
197
207

R + G + B ~ 73%. #9FC5CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 197 + 207 = 563 (100%)
R 159 of 563 ~ 28.24%
G 197 of 563 ~ 34.99%
B 207 of 563 ~ 36.77%

%28.24
%34.99
%36.77

CMYK color model

#9FC5CF color CMYK value is (23,5,0,19).

  • cyan value is 23.19%
  • magenta value is 4.83%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(23,5,0,19)
C23M5Y0K19 
(23%,5%,0%,19%)
(0.23/0.05/0.00/0.19)	

CMYK percentages

%23.19
%4.83
%0
%18.82

Codes

Color #9FC5CF in popluar color models

9FC5CF
RGB159197207
HSL193°33.33%71.76%
HSB/HSV193°23.19%81.18%
CMYK23.19%4.83%0.00%
18.82%

Color #9FC5CF in popluar number systems.

HEX9FC5CF
Decimal159197207
Binary100111111100010111001111
Octal237305317

Shades and tints

Shades of #9FC5CF

#9FC5CF
(159,197,207)
#91B4BD
(145,180,189)
#83A3AB
(131,163,171)
#759299
(117,146,153)
#678187
(103,129,135)
#597075
(89,112,117)
#4B5F63
(75,95,99)
#3D4E51
(61,78,81)
#2F3D3F
(47,61,63)
#212C2D
(33,44,45)
#131B1B
(19,27,27)
#000000
(0,0,0)

Tints of #9FC5CF

#9FC5CF
(159,197,207)
#A7CAD3
(167,202,211)
#AFCFD7
(175,207,215)
#B7D4DB
(183,212,219)
#BFD9DF
(191,217,223)
#C7DEE3
(199,222,227)
#CFE3E7
(207,227,231)
#D7E8EB
(215,232,235)
#DFEDEF
(223,237,239)
#E7F2F3
(231,242,243)
#EFF7F7
(239,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC5CF; }

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

This text font color is #9FC5CF.


Background Color

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

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

This div background color is #9FC5CF.


Border color

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

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

This div border color is #9FC5CF.


Opacity

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

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

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

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

This text has shadow with #9FC5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC5CF on black background.


Color preview on white background

This text has color #9FC5CF on white background.



Black color preview on #9FC5CF background

This text has black color on #9FC5CF background.


White color preview on #9FC5CF background

This text has white color on #9FC5CF background.