COLOR #9FD9B9

HEX: #9FD9B9
RGB: (159,217,185)

Color info

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

RGB color model

#9FD9B9 color RGB value is (159,217,185).

  • red value is 159;
  • green value is 217;
  • blue value is 185.
RGB:
(159,217,185)
(62%,85%,73%)

RGB channels and saturation

R 159 of 255 = 62%
G 217 of 255 = 85%
B 185 of 255 = 73%

159
217
185

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

Portions of RGB colors in percentages

R + G + B =
159 + 217 + 185 = 561 (100%)
R 159 of 561 ~ 28.34%
G 217 of 561 ~ 38.68%
B 185 of 561 ~ 32.98%

%28.34
%38.68
%32.98

CMYK color model

#9FD9B9 color CMYK value is (27,0,15,15).

  • cyan value is 26.73%
  • magenta value is 0.00%
  • yellow value is 14.75%
  • key color value is 14.90%
CMYK:
(27,0,15,15)
C27M0Y15K15 
(27%,0%,15%,15%)
(0.27/0.00/0.15/0.15)	

CMYK percentages

%26.73
%0
%14.75
%14.9

Codes

Color #9FD9B9 in popluar color models

9FD9B9
RGB159217185
HSL147°43.28%73.73%
HSB/HSV147°26.73%85.10%
CMYK26.73%0.00%14.75%
14.90%

Color #9FD9B9 in popluar number systems.

HEX9FD9B9
Decimal159217185
Binary100111111101100110111001
Octal237331271

Shades and tints

Shades of #9FD9B9

#9FD9B9
(159,217,185)
#91C6A9
(145,198,169)
#83B399
(131,179,153)
#75A089
(117,160,137)
#678D79
(103,141,121)
#597A69
(89,122,105)
#4B6759
(75,103,89)
#3D5449
(61,84,73)
#2F4139
(47,65,57)
#212E29
(33,46,41)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #9FD9B9

#9FD9B9
(159,217,185)
#A7DCBF
(167,220,191)
#AFDFC5
(175,223,197)
#B7E2CB
(183,226,203)
#BFE5D1
(191,229,209)
#C7E8D7
(199,232,215)
#CFEBDD
(207,235,221)
#D7EEE3
(215,238,227)
#DFF1E9
(223,241,233)
#E7F4EF
(231,244,239)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD9B9 color. Also use rgb(159,217,185) instead hex code.

Text Font Color

.myTextColor { color: #9FD9B9; }

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

This text font color is #9FD9B9.


Background Color

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

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

This div background color is #9FD9B9.


Border color

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

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

This div border color is #9FD9B9.


Opacity

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

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

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

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

This text has shadow with #9FD9B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD9B9 on black background.


Color preview on white background

This text has color #9FD9B9 on white background.



Black color preview on #9FD9B9 background

This text has black color on #9FD9B9 background.


White color preview on #9FD9B9 background

This text has white color on #9FD9B9 background.