COLOR #9FDFB7

HEX: #9FDFB7
RGB: (159,223,183)

Color info

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

RGB color model

#9FDFB7 color RGB value is (159,223,183).

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

RGB channels and saturation

R 159 of 255 = 62%
G 223 of 255 = 87%
B 183 of 255 = 72%

159
223
183

R + G + B ~ 74%. #9FDFB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 223 + 183 = 565 (100%)
R 159 of 565 ~ 28.14%
G 223 of 565 ~ 39.47%
B 183 of 565 ~ 32.39%

%28.14
%39.47
%32.39

CMYK color model

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

  • cyan value is 28.70%
  • magenta value is 0.00%
  • yellow value is 17.94%
  • key color value is 12.55%
CMYK:
(29,0,18,13)
C29M0Y18K13 
(29%,0%,18%,13%)
(0.29/0.00/0.18/0.13)	

CMYK percentages

%28.7
%0
%17.94
%12.55

Codes

Color #9FDFB7 in popluar color models

9FDFB7
RGB159223183
HSL143°50.00%74.90%
HSB/HSV143°28.70%87.45%
CMYK28.70%0.00%17.94%
12.55%

Color #9FDFB7 in popluar number systems.

HEX9FDFB7
Decimal159223183
Binary100111111101111110110111
Octal237337267

Shades and tints

Shades of #9FDFB7

#9FDFB7
(159,223,183)
#91CBA7
(145,203,167)
#83B797
(131,183,151)
#75A387
(117,163,135)
#678F77
(103,143,119)
#597B67
(89,123,103)
#4B6757
(75,103,87)
#3D5347
(61,83,71)
#2F3F37
(47,63,55)
#212B27
(33,43,39)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #9FDFB7

#9FDFB7
(159,223,183)
#A7E1BD
(167,225,189)
#AFE3C3
(175,227,195)
#B7E5C9
(183,229,201)
#BFE7CF
(191,231,207)
#C7E9D5
(199,233,213)
#CFEBDB
(207,235,219)
#D7EDE1
(215,237,225)
#DFEFE7
(223,239,231)
#E7F1ED
(231,241,237)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FDFB7; }

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

This text font color is #9FDFB7.


Background Color

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

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

This div background color is #9FDFB7.


Border color

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

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

This div border color is #9FDFB7.


Opacity

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

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

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

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

This text has shadow with #9FDFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FDFB7 on black background.


Color preview on white background

This text has color #9FDFB7 on white background.



Black color preview on #9FDFB7 background

This text has black color on #9FDFB7 background.


White color preview on #9FDFB7 background

This text has white color on #9FDFB7 background.