COLOR #9FDABB

HEX: #9FDABB
RGB: (159,218,187)

Color info

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

RGB color model

#9FDABB color RGB value is (159,218,187).

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

RGB channels and saturation

R 159 of 255 = 62%
G 218 of 255 = 85%
B 187 of 255 = 73%

159
218
187

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

Portions of RGB colors in percentages

R + G + B =
159 + 218 + 187 = 564 (100%)
R 159 of 564 ~ 28.19%
G 218 of 564 ~ 38.65%
B 187 of 564 ~ 33.16%

%28.19
%38.65
%33.16

CMYK color model

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

  • cyan value is 27.06%
  • magenta value is 0.00%
  • yellow value is 14.22%
  • key color value is 14.51%
CMYK:
(27,0,14,15)
C27M0Y14K15 
(27%,0%,14%,15%)
(0.27/0.00/0.14/0.15)	

CMYK percentages

%27.06
%0
%14.22
%14.51

Codes

Color #9FDABB in popluar color models

9FDABB
RGB159218187
HSL148°44.36%73.92%
HSB/HSV148°27.06%85.49%
CMYK27.06%0.00%14.22%
14.51%

Color #9FDABB in popluar number systems.

HEX9FDABB
Decimal159218187
Binary100111111101101010111011
Octal237332273

Shades and tints

Shades of #9FDABB

#9FDABB
(159,218,187)
#91C7AA
(145,199,170)
#83B499
(131,180,153)
#75A188
(117,161,136)
#678E77
(103,142,119)
#597B66
(89,123,102)
#4B6855
(75,104,85)
#3D5544
(61,85,68)
#2F4233
(47,66,51)
#212F22
(33,47,34)
#131C11
(19,28,17)
#000000
(0,0,0)

Tints of #9FDABB

#9FDABB
(159,218,187)
#A7DDC1
(167,221,193)
#AFE0C7
(175,224,199)
#B7E3CD
(183,227,205)
#BFE6D3
(191,230,211)
#C7E9D9
(199,233,217)
#CFECDF
(207,236,223)
#D7EFE5
(215,239,229)
#DFF2EB
(223,242,235)
#E7F5F1
(231,245,241)
#EFF8F7
(239,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FDABB color. Also use rgb(159,218,187) instead hex code.

Text Font Color

.myTextColor { color: #9FDABB; }

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

This text font color is #9FDABB.


Background Color

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

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

This div background color is #9FDABB.


Border color

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

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

This div border color is #9FDABB.


Opacity

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

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

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

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

This text has shadow with #9FDABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FDABB on black background.


Color preview on white background

This text has color #9FDABB on white background.



Black color preview on #9FDABB background

This text has black color on #9FDABB background.


White color preview on #9FDABB background

This text has white color on #9FDABB background.