COLOR #9FCFC3

HEX: #9FCFC3
RGB: (159,207,195)

Color info

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

RGB color model

#9FCFC3 color RGB value is (159,207,195).

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

RGB channels and saturation

R 159 of 255 = 62%
G 207 of 255 = 81%
B 195 of 255 = 76%

159
207
195

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

Portions of RGB colors in percentages

R + G + B =
159 + 207 + 195 = 561 (100%)
R 159 of 561 ~ 28.34%
G 207 of 561 ~ 36.9%
B 195 of 561 ~ 34.76%

%28.34
%36.9
%34.76

CMYK color model

#9FCFC3 color CMYK value is (23,0,6,19).

  • cyan value is 23.19%
  • magenta value is 0.00%
  • yellow value is 5.80%
  • key color value is 18.82%
CMYK:
(23,0,6,19)
C23M0Y6K19 
(23%,0%,6%,19%)
(0.23/0.00/0.06/0.19)	

CMYK percentages

%23.19
%0
%5.8
%18.82

Codes

Color #9FCFC3 in popluar color models

9FCFC3
RGB159207195
HSL165°33.33%71.76%
HSB/HSV165°23.19%81.18%
CMYK23.19%0.00%5.80%
18.82%

Color #9FCFC3 in popluar number systems.

HEX9FCFC3
Decimal159207195
Binary100111111100111111000011
Octal237317303

Shades and tints

Shades of #9FCFC3

#9FCFC3
(159,207,195)
#91BDB2
(145,189,178)
#83ABA1
(131,171,161)
#759990
(117,153,144)
#67877F
(103,135,127)
#59756E
(89,117,110)
#4B635D
(75,99,93)
#3D514C
(61,81,76)
#2F3F3B
(47,63,59)
#212D2A
(33,45,42)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #9FCFC3

#9FCFC3
(159,207,195)
#A7D3C8
(167,211,200)
#AFD7CD
(175,215,205)
#B7DBD2
(183,219,210)
#BFDFD7
(191,223,215)
#C7E3DC
(199,227,220)
#CFE7E1
(207,231,225)
#D7EBE6
(215,235,230)
#DFEFEB
(223,239,235)
#E7F3F0
(231,243,240)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FCFC3; }

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

This text font color is #9FCFC3.


Background Color

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

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

This div background color is #9FCFC3.


Border color

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

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

This div border color is #9FCFC3.


Opacity

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

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

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

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

This text has shadow with #9FCFC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCFC3 on black background.


Color preview on white background

This text has color #9FCFC3 on white background.



Black color preview on #9FCFC3 background

This text has black color on #9FCFC3 background.


White color preview on #9FCFC3 background

This text has white color on #9FCFC3 background.