COLOR #9FDCB4

HEX: #9FDCB4
RGB: (159,220,180)

Color info

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

RGB color model

#9FDCB4 color RGB value is (159,220,180).

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

RGB channels and saturation

R 159 of 255 = 62%
G 220 of 255 = 86%
B 180 of 255 = 71%

159
220
180

R + G + B ~ 73%. #9FDCB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 220 + 180 = 559 (100%)
R 159 of 559 ~ 28.44%
G 220 of 559 ~ 39.36%
B 180 of 559 ~ 32.2%

%28.44
%39.36
%32.2

CMYK color model

#9FDCB4 color CMYK value is (28,0,18,14).

  • cyan value is 27.73%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 13.73%
CMYK:
(28,0,18,14)
C28M0Y18K14 
(28%,0%,18%,14%)
(0.28/0.00/0.18/0.14)	

CMYK percentages

%27.73
%0
%18.18
%13.73

Codes

Color #9FDCB4 in popluar color models

9FDCB4
RGB159220180
HSL141°46.56%74.31%
HSB/HSV141°27.73%86.27%
CMYK27.73%0.00%18.18%
13.73%

Color #9FDCB4 in popluar number systems.

HEX9FDCB4
Decimal159220180
Binary100111111101110010110100
Octal237334264

Shades and tints

Shades of #9FDCB4

#9FDCB4
(159,220,180)
#91C8A4
(145,200,164)
#83B494
(131,180,148)
#75A084
(117,160,132)
#678C74
(103,140,116)
#597864
(89,120,100)
#4B6454
(75,100,84)
#3D5044
(61,80,68)
#2F3C34
(47,60,52)
#212824
(33,40,36)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #9FDCB4

#9FDCB4
(159,220,180)
#A7DFBA
(167,223,186)
#AFE2C0
(175,226,192)
#B7E5C6
(183,229,198)
#BFE8CC
(191,232,204)
#C7EBD2
(199,235,210)
#CFEED8
(207,238,216)
#D7F1DE
(215,241,222)
#DFF4E4
(223,244,228)
#E7F7EA
(231,247,234)
#EFFAF0
(239,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FDCB4; }

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

This text font color is #9FDCB4.


Background Color

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

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

This div background color is #9FDCB4.


Border color

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

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

This div border color is #9FDCB4.


Opacity

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

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

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

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

This text has shadow with #9FDCB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FDCB4 on black background.


Color preview on white background

This text has color #9FDCB4 on white background.



Black color preview on #9FDCB4 background

This text has black color on #9FDCB4 background.


White color preview on #9FDCB4 background

This text has white color on #9FDCB4 background.