COLOR #9FDCCB

HEX: #9FDCCB
RGB: (159,220,203)

Color info

#9FDCCB contains mainly green and blue colors. Web safe color of #9FDCCB is #99CCCC (or #9CC).

RGB color model

#9FDCCB color RGB value is (159,220,203).

  • red value is 159;
  • green value is 220;
  • blue value is 203.
RGB:
(159,220,203)
(62%,86%,80%)

RGB channels and saturation

R 159 of 255 = 62%
G 220 of 255 = 86%
B 203 of 255 = 80%

159
220
203

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

Portions of RGB colors in percentages

R + G + B =
159 + 220 + 203 = 582 (100%)
R 159 of 582 ~ 27.32%
G 220 of 582 ~ 37.8%
B 203 of 582 ~ 34.88%

%27.32
%37.8
%34.88

CMYK color model

#9FDCCB color CMYK value is (28,0,8,14).

  • cyan value is 27.73%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 13.73%
CMYK:
(28,0,8,14)
C28M0Y8K14 
(28%,0%,8%,14%)
(0.28/0.00/0.08/0.14)	

CMYK percentages

%27.73
%0
%7.73
%13.73

Codes

Color #9FDCCB in popluar color models

9FDCCB
RGB159220203
HSL163°46.56%74.31%
HSB/HSV163°27.73%86.27%
CMYK27.73%0.00%7.73%
13.73%

Color #9FDCCB in popluar number systems.

HEX9FDCCB
Decimal159220203
Binary100111111101110011001011
Octal237334313

Shades and tints

Shades of #9FDCCB

#9FDCCB
(159,220,203)
#91C8B9
(145,200,185)
#83B4A7
(131,180,167)
#75A095
(117,160,149)
#678C83
(103,140,131)
#597871
(89,120,113)
#4B645F
(75,100,95)
#3D504D
(61,80,77)
#2F3C3B
(47,60,59)
#212829
(33,40,41)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #9FDCCB

#9FDCCB
(159,220,203)
#A7DFCF
(167,223,207)
#AFE2D3
(175,226,211)
#B7E5D7
(183,229,215)
#BFE8DB
(191,232,219)
#C7EBDF
(199,235,223)
#CFEEE3
(207,238,227)
#D7F1E7
(215,241,231)
#DFF4EB
(223,244,235)
#E7F7EF
(231,247,239)
#EFFAF3
(239,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FDCCB color. Also use rgb(159,220,203) instead hex code.

Text Font Color

.myTextColor { color: #9FDCCB; }

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

This text font color is #9FDCCB.


Background Color

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

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

This div background color is #9FDCCB.


Border color

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

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

This div border color is #9FDCCB.


Opacity

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

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

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

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

This text has shadow with #9FDCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FDCCB on black background.


Color preview on white background

This text has color #9FDCCB on white background.



Black color preview on #9FDCCB background

This text has black color on #9FDCCB background.


White color preview on #9FDCCB background

This text has white color on #9FDCCB background.