COLOR #9FDFC2

HEX: #9FDFC2
RGB: (159,223,194)

Color info

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

RGB color model

#9FDFC2 color RGB value is (159,223,194).

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

RGB channels and saturation

R 159 of 255 = 62%
G 223 of 255 = 87%
B 194 of 255 = 76%

159
223
194

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

Portions of RGB colors in percentages

R + G + B =
159 + 223 + 194 = 576 (100%)
R 159 of 576 ~ 27.6%
G 223 of 576 ~ 38.72%
B 194 of 576 ~ 33.68%

%27.6
%38.72
%33.68

CMYK color model

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

  • cyan value is 28.70%
  • magenta value is 0.00%
  • yellow value is 13.00%
  • key color value is 12.55%
CMYK:
(29,0,13,13)
C29M0Y13K13 
(29%,0%,13%,13%)
(0.29/0.00/0.13/0.13)	

CMYK percentages

%28.7
%0
%13
%12.55

Codes

Color #9FDFC2 in popluar color models

9FDFC2
RGB159223194
HSL153°50.00%74.90%
HSB/HSV153°28.70%87.45%
CMYK28.70%0.00%13.00%
12.55%

Color #9FDFC2 in popluar number systems.

HEX9FDFC2
Decimal159223194
Binary100111111101111111000010
Octal237337302

Shades and tints

Shades of #9FDFC2

#9FDFC2
(159,223,194)
#91CBB1
(145,203,177)
#83B7A0
(131,183,160)
#75A38F
(117,163,143)
#678F7E
(103,143,126)
#597B6D
(89,123,109)
#4B675C
(75,103,92)
#3D534B
(61,83,75)
#2F3F3A
(47,63,58)
#212B29
(33,43,41)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #9FDFC2

#9FDFC2
(159,223,194)
#A7E1C7
(167,225,199)
#AFE3CC
(175,227,204)
#B7E5D1
(183,229,209)
#BFE7D6
(191,231,214)
#C7E9DB
(199,233,219)
#CFEBE0
(207,235,224)
#D7EDE5
(215,237,229)
#DFEFEA
(223,239,234)
#E7F1EF
(231,241,239)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FDFC2; }

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

This text font color is #9FDFC2.


Background Color

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

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

This div background color is #9FDFC2.


Border color

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

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

This div border color is #9FDFC2.


Opacity

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

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

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

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

This text has shadow with #9FDFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FDFC2 on black background.


Color preview on white background

This text has color #9FDFC2 on white background.



Black color preview on #9FDFC2 background

This text has black color on #9FDFC2 background.


White color preview on #9FDFC2 background

This text has white color on #9FDFC2 background.