COLOR #9FC5C9

HEX: #9FC5C9
RGB: (159,197,201)

Color info

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

RGB color model

#9FC5C9 color RGB value is (159,197,201).

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

RGB channels and saturation

R 159 of 255 = 62%
G 197 of 255 = 77%
B 201 of 255 = 79%

159
197
201

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

Portions of RGB colors in percentages

R + G + B =
159 + 197 + 201 = 557 (100%)
R 159 of 557 ~ 28.55%
G 197 of 557 ~ 35.37%
B 201 of 557 ~ 36.09%

%28.55
%35.37
%36.09

CMYK color model

#9FC5C9 color CMYK value is (21,2,0,21).

  • cyan value is 20.90%
  • magenta value is 1.99%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(21,2,0,21)
C21M2Y0K21 
(21%,2%,0%,21%)
(0.21/0.02/0.00/0.21)	

CMYK percentages

%20.9
%1.99
%0
%21.18

Codes

Color #9FC5C9 in popluar color models

9FC5C9
RGB159197201
HSL186°28.00%70.59%
HSB/HSV186°20.90%78.82%
CMYK20.90%1.99%0.00%
21.18%

Color #9FC5C9 in popluar number systems.

HEX9FC5C9
Decimal159197201
Binary100111111100010111001001
Octal237305311

Shades and tints

Shades of #9FC5C9

#9FC5C9
(159,197,201)
#91B4B7
(145,180,183)
#83A3A5
(131,163,165)
#759293
(117,146,147)
#678181
(103,129,129)
#59706F
(89,112,111)
#4B5F5D
(75,95,93)
#3D4E4B
(61,78,75)
#2F3D39
(47,61,57)
#212C27
(33,44,39)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #9FC5C9

#9FC5C9
(159,197,201)
#A7CACD
(167,202,205)
#AFCFD1
(175,207,209)
#B7D4D5
(183,212,213)
#BFD9D9
(191,217,217)
#C7DEDD
(199,222,221)
#CFE3E1
(207,227,225)
#D7E8E5
(215,232,229)
#DFEDE9
(223,237,233)
#E7F2ED
(231,242,237)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC5C9; }

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

This text font color is #9FC5C9.


Background Color

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

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

This div background color is #9FC5C9.


Border color

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

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

This div border color is #9FC5C9.


Opacity

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

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

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

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

This text has shadow with #9FC5C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC5C9 on black background.


Color preview on white background

This text has color #9FC5C9 on white background.



Black color preview on #9FC5C9 background

This text has black color on #9FC5C9 background.


White color preview on #9FC5C9 background

This text has white color on #9FC5C9 background.