COLOR #9FC4B6

HEX: #9FC4B6
RGB: (159,196,182)

Color info

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

RGB color model

#9FC4B6 color RGB value is (159,196,182).

  • red value is 159;
  • green value is 196;
  • blue value is 182.
RGB:
(159,196,182)
(62%,77%,71%)

RGB channels and saturation

R 159 of 255 = 62%
G 196 of 255 = 77%
B 182 of 255 = 71%

159
196
182

R + G + B ~ 70%. #9FC4B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 196 + 182 = 537 (100%)
R 159 of 537 ~ 29.61%
G 196 of 537 ~ 36.5%
B 182 of 537 ~ 33.89%

%29.61
%36.5
%33.89

CMYK color model

#9FC4B6 color CMYK value is (19,0,7,23).

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 23.14%
CMYK:
(19,0,7,23)
C19M0Y7K23 
(19%,0%,7%,23%)
(0.19/0.00/0.07/0.23)	

CMYK percentages

%18.88
%0
%7.14
%23.14

Codes

Color #9FC4B6 in popluar color models

9FC4B6
RGB159196182
HSL157°23.87%69.61%
HSB/HSV157°18.88%76.86%
CMYK18.88%0.00%7.14%
23.14%

Color #9FC4B6 in popluar number systems.

HEX9FC4B6
Decimal159196182
Binary100111111100010010110110
Octal237304266

Shades and tints

Shades of #9FC4B6

#9FC4B6
(159,196,182)
#91B3A6
(145,179,166)
#83A296
(131,162,150)
#759186
(117,145,134)
#678076
(103,128,118)
#596F66
(89,111,102)
#4B5E56
(75,94,86)
#3D4D46
(61,77,70)
#2F3C36
(47,60,54)
#212B26
(33,43,38)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #9FC4B6

#9FC4B6
(159,196,182)
#A7C9BC
(167,201,188)
#AFCEC2
(175,206,194)
#B7D3C8
(183,211,200)
#BFD8CE
(191,216,206)
#C7DDD4
(199,221,212)
#CFE2DA
(207,226,218)
#D7E7E0
(215,231,224)
#DFECE6
(223,236,230)
#E7F1EC
(231,241,236)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC4B6 color. Also use rgb(159,196,182) instead hex code.

Text Font Color

.myTextColor { color: #9FC4B6; }

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

This text font color is #9FC4B6.


Background Color

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

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

This div background color is #9FC4B6.


Border color

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

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

This div border color is #9FC4B6.


Opacity

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

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

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

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

This text has shadow with #9FC4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC4B6 on black background.


Color preview on white background

This text has color #9FC4B6 on white background.



Black color preview on #9FC4B6 background

This text has black color on #9FC4B6 background.


White color preview on #9FC4B6 background

This text has white color on #9FC4B6 background.