COLOR #9FDFC0

HEX: #9FDFC0
RGB: (159,223,192)

Color info

#9FDFC0 contains mainly green and blue colors. Web safe color of #9FDFC0 is #99CCCC (or #9CC).

RGB color model

#9FDFC0 color RGB value is (159,223,192).

  • red value is 159;
  • green value is 223;
  • blue value is 192.
RGB:
(159,223,192)
(62%,87%,75%)

RGB channels and saturation

R 159 of 255 = 62%
G 223 of 255 = 87%
B 192 of 255 = 75%

159
223
192

R + G + B ~ 75%. #9FDFC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 223 + 192 = 574 (100%)
R 159 of 574 ~ 27.7%
G 223 of 574 ~ 38.85%
B 192 of 574 ~ 33.45%

%27.7
%38.85
%33.45

CMYK color model

#9FDFC0 color CMYK value is (29,0,14,13).

  • cyan value is 28.70%
  • magenta value is 0.00%
  • yellow value is 13.90%
  • key color value is 12.55%
CMYK:
(29,0,14,13)
C29M0Y14K13 
(29%,0%,14%,13%)
(0.29/0.00/0.14/0.13)	

CMYK percentages

%28.7
%0
%13.9
%12.55

Codes

Color #9FDFC0 in popluar color models

9FDFC0
RGB159223192
HSL151°50.00%74.90%
HSB/HSV151°28.70%87.45%
CMYK28.70%0.00%13.90%
12.55%

Color #9FDFC0 in popluar number systems.

HEX9FDFC0
Decimal159223192
Binary100111111101111111000000
Octal237337300

Shades and tints

Shades of #9FDFC0

#9FDFC0
(159,223,192)
#91CBAF
(145,203,175)
#83B79E
(131,183,158)
#75A38D
(117,163,141)
#678F7C
(103,143,124)
#597B6B
(89,123,107)
#4B675A
(75,103,90)
#3D5349
(61,83,73)
#2F3F38
(47,63,56)
#212B27
(33,43,39)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #9FDFC0

#9FDFC0
(159,223,192)
#A7E1C5
(167,225,197)
#AFE3CA
(175,227,202)
#B7E5CF
(183,229,207)
#BFE7D4
(191,231,212)
#C7E9D9
(199,233,217)
#CFEBDE
(207,235,222)
#D7EDE3
(215,237,227)
#DFEFE8
(223,239,232)
#E7F1ED
(231,241,237)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FDFC0 color. Also use rgb(159,223,192) instead hex code.

Text Font Color

.myTextColor { color: #9FDFC0; }

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

This text font color is #9FDFC0.


Background Color

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

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

This div background color is #9FDFC0.


Border color

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

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

This div border color is #9FDFC0.


Opacity

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

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

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

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

This text has shadow with #9FDFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FDFC0 on black background.


Color preview on white background

This text has color #9FDFC0 on white background.



Black color preview on #9FDFC0 background

This text has black color on #9FDFC0 background.


White color preview on #9FDFC0 background

This text has white color on #9FDFC0 background.