COLOR #9FD8D1

HEX: #9FD8D1
RGB: (159,216,209)

Color info

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

RGB color model

#9FD8D1 color RGB value is (159,216,209).

  • red value is 159;
  • green value is 216;
  • blue value is 209.
RGB:
(159,216,209)
(62%,85%,82%)

RGB channels and saturation

R 159 of 255 = 62%
G 216 of 255 = 85%
B 209 of 255 = 82%

159
216
209

R + G + B ~ 76%. #9FD8D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 216 + 209 = 584 (100%)
R 159 of 584 ~ 27.23%
G 216 of 584 ~ 36.99%
B 209 of 584 ~ 35.79%

%27.23
%36.99
%35.79

CMYK color model

#9FD8D1 color CMYK value is (26,0,3,15).

  • cyan value is 26.39%
  • magenta value is 0.00%
  • yellow value is 3.24%
  • key color value is 15.29%
CMYK:
(26,0,3,15)
C26M0Y3K15 
(26%,0%,3%,15%)
(0.26/0.00/0.03/0.15)	

CMYK percentages

%26.39
%0
%3.24
%15.29

Codes

Color #9FD8D1 in popluar color models

9FD8D1
RGB159216209
HSL173°42.22%73.53%
HSB/HSV173°26.39%84.71%
CMYK26.39%0.00%3.24%
15.29%

Color #9FD8D1 in popluar number systems.

HEX9FD8D1
Decimal159216209
Binary100111111101100011010001
Octal237330321

Shades and tints

Shades of #9FD8D1

#9FD8D1
(159,216,209)
#91C5BE
(145,197,190)
#83B2AB
(131,178,171)
#759F98
(117,159,152)
#678C85
(103,140,133)
#597972
(89,121,114)
#4B665F
(75,102,95)
#3D534C
(61,83,76)
#2F4039
(47,64,57)
#212D26
(33,45,38)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #9FD8D1

#9FD8D1
(159,216,209)
#A7DBD5
(167,219,213)
#AFDED9
(175,222,217)
#B7E1DD
(183,225,221)
#BFE4E1
(191,228,225)
#C7E7E5
(199,231,229)
#CFEAE9
(207,234,233)
#D7EDED
(215,237,237)
#DFF0F1
(223,240,241)
#E7F3F5
(231,243,245)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD8D1 color. Also use rgb(159,216,209) instead hex code.

Text Font Color

.myTextColor { color: #9FD8D1; }

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

This text font color is #9FD8D1.


Background Color

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

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

This div background color is #9FD8D1.


Border color

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

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

This div border color is #9FD8D1.


Opacity

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

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

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

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

This text has shadow with #9FD8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD8D1 on black background.


Color preview on white background

This text has color #9FD8D1 on white background.



Black color preview on #9FD8D1 background

This text has black color on #9FD8D1 background.


White color preview on #9FD8D1 background

This text has white color on #9FD8D1 background.