COLOR #9FCFC5

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

159
207
197

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

Portions of RGB colors in percentages

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

%28.24
%36.77
%34.99

CMYK color model

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

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

CMYK percentages

%23.19
%0
%4.83
%18.82

Codes

Color #9FCFC5 in popluar color models

9FCFC5
RGB159207197
HSL168°33.33%71.76%
HSB/HSV168°23.19%81.18%
CMYK23.19%0.00%4.83%
18.82%

Color #9FCFC5 in popluar number systems.

HEX9FCFC5
Decimal159207197
Binary100111111100111111000101
Octal237317305

Shades and tints

Shades of #9FCFC5

#9FCFC5
(159,207,197)
#91BDB4
(145,189,180)
#83ABA3
(131,171,163)
#759992
(117,153,146)
#678781
(103,135,129)
#597570
(89,117,112)
#4B635F
(75,99,95)
#3D514E
(61,81,78)
#2F3F3D
(47,63,61)
#212D2C
(33,45,44)
#131B1B
(19,27,27)
#000000
(0,0,0)

Tints of #9FCFC5

#9FCFC5
(159,207,197)
#A7D3CA
(167,211,202)
#AFD7CF
(175,215,207)
#B7DBD4
(183,219,212)
#BFDFD9
(191,223,217)
#C7E3DE
(199,227,222)
#CFE7E3
(207,231,227)
#D7EBE8
(215,235,232)
#DFEFED
(223,239,237)
#E7F3F2
(231,243,242)
#EFF7F7
(239,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FCFC5; }

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

This text font color is #9FCFC5.


Background Color

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

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

This div background color is #9FCFC5.


Border color

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

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

This div border color is #9FCFC5.


Opacity

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

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

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

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

This text has shadow with #9FCFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCFC5 on black background.


Color preview on white background

This text has color #9FCFC5 on white background.



Black color preview on #9FCFC5 background

This text has black color on #9FCFC5 background.


White color preview on #9FCFC5 background

This text has white color on #9FCFC5 background.