COLOR #9FC9CB

HEX: #9FC9CB
RGB: (159,201,203)

Color info

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

RGB color model

#9FC9CB color RGB value is (159,201,203).

  • red value is 159;
  • green value is 201;
  • blue value is 203.
RGB:
(159,201,203)
(62%,79%,80%)

RGB channels and saturation

R 159 of 255 = 62%
G 201 of 255 = 79%
B 203 of 255 = 80%

159
201
203

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

Portions of RGB colors in percentages

R + G + B =
159 + 201 + 203 = 563 (100%)
R 159 of 563 ~ 28.24%
G 201 of 563 ~ 35.7%
B 203 of 563 ~ 36.06%

%28.24
%35.7
%36.06

CMYK color model

#9FC9CB color CMYK value is (22,1,0,20).

  • cyan value is 21.67%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(22,1,0,20)
C22M1Y0K20 
(22%,1%,0%,20%)
(0.22/0.01/0.00/0.20)	

CMYK percentages

%21.67
%0.99
%0
%20.39

Codes

Color #9FC9CB in popluar color models

9FC9CB
RGB159201203
HSL183°29.73%70.98%
HSB/HSV183°21.67%79.61%
CMYK21.67%0.99%0.00%
20.39%

Color #9FC9CB in popluar number systems.

HEX9FC9CB
Decimal159201203
Binary100111111100100111001011
Octal237311313

Shades and tints

Shades of #9FC9CB

#9FC9CB
(159,201,203)
#91B7B9
(145,183,185)
#83A5A7
(131,165,167)
#759395
(117,147,149)
#678183
(103,129,131)
#596F71
(89,111,113)
#4B5D5F
(75,93,95)
#3D4B4D
(61,75,77)
#2F393B
(47,57,59)
#212729
(33,39,41)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #9FC9CB

#9FC9CB
(159,201,203)
#A7CDCF
(167,205,207)
#AFD1D3
(175,209,211)
#B7D5D7
(183,213,215)
#BFD9DB
(191,217,219)
#C7DDDF
(199,221,223)
#CFE1E3
(207,225,227)
#D7E5E7
(215,229,231)
#DFE9EB
(223,233,235)
#E7EDEF
(231,237,239)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC9CB color. Also use rgb(159,201,203) instead hex code.

Text Font Color

.myTextColor { color: #9FC9CB; }

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

This text font color is #9FC9CB.


Background Color

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

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

This div background color is #9FC9CB.


Border color

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

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

This div border color is #9FC9CB.


Opacity

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

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

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

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

This text has shadow with #9FC9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC9CB on black background.


Color preview on white background

This text has color #9FC9CB on white background.



Black color preview on #9FC9CB background

This text has black color on #9FC9CB background.


White color preview on #9FC9CB background

This text has white color on #9FC9CB background.