COLOR #9FD8C5

HEX: #9FD8C5
RGB: (159,216,197)

Color info

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

RGB color model

#9FD8C5 color RGB value is (159,216,197).

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

RGB channels and saturation

R 159 of 255 = 62%
G 216 of 255 = 85%
B 197 of 255 = 77%

159
216
197

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

Portions of RGB colors in percentages

R + G + B =
159 + 216 + 197 = 572 (100%)
R 159 of 572 ~ 27.8%
G 216 of 572 ~ 37.76%
B 197 of 572 ~ 34.44%

%27.8
%37.76
%34.44

CMYK color model

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

  • cyan value is 26.39%
  • magenta value is 0.00%
  • yellow value is 8.80%
  • key color value is 15.29%
CMYK:
(26,0,9,15)
C26M0Y9K15 
(26%,0%,9%,15%)
(0.26/0.00/0.09/0.15)	

CMYK percentages

%26.39
%0
%8.8
%15.29

Codes

Color #9FD8C5 in popluar color models

9FD8C5
RGB159216197
HSL160°42.22%73.53%
HSB/HSV160°26.39%84.71%
CMYK26.39%0.00%8.80%
15.29%

Color #9FD8C5 in popluar number systems.

HEX9FD8C5
Decimal159216197
Binary100111111101100011000101
Octal237330305

Shades and tints

Shades of #9FD8C5

#9FD8C5
(159,216,197)
#91C5B4
(145,197,180)
#83B2A3
(131,178,163)
#759F92
(117,159,146)
#678C81
(103,140,129)
#597970
(89,121,112)
#4B665F
(75,102,95)
#3D534E
(61,83,78)
#2F403D
(47,64,61)
#212D2C
(33,45,44)
#131A1B
(19,26,27)
#000000
(0,0,0)

Tints of #9FD8C5

#9FD8C5
(159,216,197)
#A7DBCA
(167,219,202)
#AFDECF
(175,222,207)
#B7E1D4
(183,225,212)
#BFE4D9
(191,228,217)
#C7E7DE
(199,231,222)
#CFEAE3
(207,234,227)
#D7EDE8
(215,237,232)
#DFF0ED
(223,240,237)
#E7F3F2
(231,243,242)
#EFF6F7
(239,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FD8C5; }

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

This text font color is #9FD8C5.


Background Color

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

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

This div background color is #9FD8C5.


Border color

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

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

This div border color is #9FD8C5.


Opacity

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

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

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

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

This text has shadow with #9FD8C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD8C5 on black background.


Color preview on white background

This text has color #9FD8C5 on white background.



Black color preview on #9FD8C5 background

This text has black color on #9FD8C5 background.


White color preview on #9FD8C5 background

This text has white color on #9FD8C5 background.