COLOR #9FC5C2

HEX: #9FC5C2
RGB: (159,197,194)

Color info

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

RGB color model

#9FC5C2 color RGB value is (159,197,194).

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

RGB channels and saturation

R 159 of 255 = 62%
G 197 of 255 = 77%
B 194 of 255 = 76%

159
197
194

R + G + B ~ 72%. #9FC5C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 197 + 194 = 550 (100%)
R 159 of 550 ~ 28.91%
G 197 of 550 ~ 35.82%
B 194 of 550 ~ 35.27%

%28.91
%35.82
%35.27

CMYK color model

#9FC5C2 color CMYK value is (19,0,2,23).

  • cyan value is 19.29%
  • magenta value is 0.00%
  • yellow value is 1.52%
  • key color value is 22.75%
CMYK:
(19,0,2,23)
C19M0Y2K23 
(19%,0%,2%,23%)
(0.19/0.00/0.02/0.23)	

CMYK percentages

%19.29
%0
%1.52
%22.75

Codes

Color #9FC5C2 in popluar color models

9FC5C2
RGB159197194
HSL175°24.68%69.80%
HSB/HSV175°19.29%77.25%
CMYK19.29%0.00%1.52%
22.75%

Color #9FC5C2 in popluar number systems.

HEX9FC5C2
Decimal159197194
Binary100111111100010111000010
Octal237305302

Shades and tints

Shades of #9FC5C2

#9FC5C2
(159,197,194)
#91B4B1
(145,180,177)
#83A3A0
(131,163,160)
#75928F
(117,146,143)
#67817E
(103,129,126)
#59706D
(89,112,109)
#4B5F5C
(75,95,92)
#3D4E4B
(61,78,75)
#2F3D3A
(47,61,58)
#212C29
(33,44,41)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #9FC5C2

#9FC5C2
(159,197,194)
#A7CAC7
(167,202,199)
#AFCFCC
(175,207,204)
#B7D4D1
(183,212,209)
#BFD9D6
(191,217,214)
#C7DEDB
(199,222,219)
#CFE3E0
(207,227,224)
#D7E8E5
(215,232,229)
#DFEDEA
(223,237,234)
#E7F2EF
(231,242,239)
#EFF7F4
(239,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC5C2; }

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

This text font color is #9FC5C2.


Background Color

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

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

This div background color is #9FC5C2.


Border color

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

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

This div border color is #9FC5C2.


Opacity

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

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

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

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

This text has shadow with #9FC5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC5C2 on black background.


Color preview on white background

This text has color #9FC5C2 on white background.



Black color preview on #9FC5C2 background

This text has black color on #9FC5C2 background.


White color preview on #9FC5C2 background

This text has white color on #9FC5C2 background.