COLOR #9FD9C0

HEX: #9FD9C0
RGB: (159,217,192)

Color info

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

RGB color model

#9FD9C0 color RGB value is (159,217,192).

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

RGB channels and saturation

R 159 of 255 = 62%
G 217 of 255 = 85%
B 192 of 255 = 75%

159
217
192

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

Portions of RGB colors in percentages

R + G + B =
159 + 217 + 192 = 568 (100%)
R 159 of 568 ~ 27.99%
G 217 of 568 ~ 38.2%
B 192 of 568 ~ 33.8%

%27.99
%38.2
%33.8

CMYK color model

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

  • cyan value is 26.73%
  • magenta value is 0.00%
  • yellow value is 11.52%
  • key color value is 14.90%
CMYK:
(27,0,12,15)
C27M0Y12K15 
(27%,0%,12%,15%)
(0.27/0.00/0.12/0.15)	

CMYK percentages

%26.73
%0
%11.52
%14.9

Codes

Color #9FD9C0 in popluar color models

9FD9C0
RGB159217192
HSL154°43.28%73.73%
HSB/HSV154°26.73%85.10%
CMYK26.73%0.00%11.52%
14.90%

Color #9FD9C0 in popluar number systems.

HEX9FD9C0
Decimal159217192
Binary100111111101100111000000
Octal237331300

Shades and tints

Shades of #9FD9C0

#9FD9C0
(159,217,192)
#91C6AF
(145,198,175)
#83B39E
(131,179,158)
#75A08D
(117,160,141)
#678D7C
(103,141,124)
#597A6B
(89,122,107)
#4B675A
(75,103,90)
#3D5449
(61,84,73)
#2F4138
(47,65,56)
#212E27
(33,46,39)
#131B16
(19,27,22)
#000000
(0,0,0)

Tints of #9FD9C0

#9FD9C0
(159,217,192)
#A7DCC5
(167,220,197)
#AFDFCA
(175,223,202)
#B7E2CF
(183,226,207)
#BFE5D4
(191,229,212)
#C7E8D9
(199,232,217)
#CFEBDE
(207,235,222)
#D7EEE3
(215,238,227)
#DFF1E8
(223,241,232)
#E7F4ED
(231,244,237)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FD9C0; }

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

This text font color is #9FD9C0.


Background Color

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

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

This div background color is #9FD9C0.


Border color

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

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

This div border color is #9FD9C0.


Opacity

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

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

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

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

This text has shadow with #9FD9C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD9C0 on black background.


Color preview on white background

This text has color #9FD9C0 on white background.



Black color preview on #9FD9C0 background

This text has black color on #9FD9C0 background.


White color preview on #9FD9C0 background

This text has white color on #9FD9C0 background.