COLOR #9FD5C5

HEX: #9FD5C5
RGB: (159,213,197)

Color info

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

RGB color model

#9FD5C5 color RGB value is (159,213,197).

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

RGB channels and saturation

R 159 of 255 = 62%
G 213 of 255 = 84%
B 197 of 255 = 77%

159
213
197

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

Portions of RGB colors in percentages

R + G + B =
159 + 213 + 197 = 569 (100%)
R 159 of 569 ~ 27.94%
G 213 of 569 ~ 37.43%
B 197 of 569 ~ 34.62%

%27.94
%37.43
%34.62

CMYK color model

#9FD5C5 color CMYK value is (25,0,8,16).

  • cyan value is 25.35%
  • magenta value is 0.00%
  • yellow value is 7.51%
  • key color value is 16.47%
CMYK:
(25,0,8,16)
C25M0Y8K16 
(25%,0%,8%,16%)
(0.25/0.00/0.08/0.16)	

CMYK percentages

%25.35
%0
%7.51
%16.47

Codes

Color #9FD5C5 in popluar color models

9FD5C5
RGB159213197
HSL162°39.13%72.94%
HSB/HSV162°25.35%83.53%
CMYK25.35%0.00%7.51%
16.47%

Color #9FD5C5 in popluar number systems.

HEX9FD5C5
Decimal159213197
Binary100111111101010111000101
Octal237325305

Shades and tints

Shades of #9FD5C5

#9FD5C5
(159,213,197)
#91C2B4
(145,194,180)
#83AFA3
(131,175,163)
#759C92
(117,156,146)
#678981
(103,137,129)
#597670
(89,118,112)
#4B635F
(75,99,95)
#3D504E
(61,80,78)
#2F3D3D
(47,61,61)
#212A2C
(33,42,44)
#13171B
(19,23,27)
#000000
(0,0,0)

Tints of #9FD5C5

#9FD5C5
(159,213,197)
#A7D8CA
(167,216,202)
#AFDBCF
(175,219,207)
#B7DED4
(183,222,212)
#BFE1D9
(191,225,217)
#C7E4DE
(199,228,222)
#CFE7E3
(207,231,227)
#D7EAE8
(215,234,232)
#DFEDED
(223,237,237)
#E7F0F2
(231,240,242)
#EFF3F7
(239,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FD5C5; }

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

This text font color is #9FD5C5.


Background Color

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

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

This div background color is #9FD5C5.


Border color

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

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

This div border color is #9FD5C5.


Opacity

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

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

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

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

This text has shadow with #9FD5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD5C5 on black background.


Color preview on white background

This text has color #9FD5C5 on white background.



Black color preview on #9FD5C5 background

This text has black color on #9FD5C5 background.


White color preview on #9FD5C5 background

This text has white color on #9FD5C5 background.