COLOR #9FD0CA

HEX: #9FD0CA
RGB: (159,208,202)

Color info

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

RGB color model

#9FD0CA color RGB value is (159,208,202).

  • red value is 159;
  • green value is 208;
  • blue value is 202.
RGB:
(159,208,202)
(62%,82%,79%)

RGB channels and saturation

R 159 of 255 = 62%
G 208 of 255 = 82%
B 202 of 255 = 79%

159
208
202

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

Portions of RGB colors in percentages

R + G + B =
159 + 208 + 202 = 569 (100%)
R 159 of 569 ~ 27.94%
G 208 of 569 ~ 36.56%
B 202 of 569 ~ 35.5%

%27.94
%36.56
%35.5

CMYK color model

#9FD0CA color CMYK value is (24,0,3,18).

  • cyan value is 23.56%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 18.43%
CMYK:
(24,0,3,18)
C24M0Y3K18 
(24%,0%,3%,18%)
(0.24/0.00/0.03/0.18)	

CMYK percentages

%23.56
%0
%2.88
%18.43

Codes

Color #9FD0CA in popluar color models

9FD0CA
RGB159208202
HSL173°34.27%71.96%
HSB/HSV173°23.56%81.57%
CMYK23.56%0.00%2.88%
18.43%

Color #9FD0CA in popluar number systems.

HEX9FD0CA
Decimal159208202
Binary100111111101000011001010
Octal237320312

Shades and tints

Shades of #9FD0CA

#9FD0CA
(159,208,202)
#91BEB8
(145,190,184)
#83ACA6
(131,172,166)
#759A94
(117,154,148)
#678882
(103,136,130)
#597670
(89,118,112)
#4B645E
(75,100,94)
#3D524C
(61,82,76)
#2F403A
(47,64,58)
#212E28
(33,46,40)
#131C16
(19,28,22)
#000000
(0,0,0)

Tints of #9FD0CA

#9FD0CA
(159,208,202)
#A7D4CE
(167,212,206)
#AFD8D2
(175,216,210)
#B7DCD6
(183,220,214)
#BFE0DA
(191,224,218)
#C7E4DE
(199,228,222)
#CFE8E2
(207,232,226)
#D7ECE6
(215,236,230)
#DFF0EA
(223,240,234)
#E7F4EE
(231,244,238)
#EFF8F2
(239,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD0CA color. Also use rgb(159,208,202) instead hex code.

Text Font Color

.myTextColor { color: #9FD0CA; }

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

This text font color is #9FD0CA.


Background Color

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

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

This div background color is #9FD0CA.


Border color

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

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

This div border color is #9FD0CA.


Opacity

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

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

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

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

This text has shadow with #9FD0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD0CA on black background.


Color preview on white background

This text has color #9FD0CA on white background.



Black color preview on #9FD0CA background

This text has black color on #9FD0CA background.


White color preview on #9FD0CA background

This text has white color on #9FD0CA background.