COLOR #9FC4BB

HEX: #9FC4BB
RGB: (159,196,187)

Color info

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

RGB color model

#9FC4BB color RGB value is (159,196,187).

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

RGB channels and saturation

R 159 of 255 = 62%
G 196 of 255 = 77%
B 187 of 255 = 73%

159
196
187

R + G + B ~ 71%. #9FC4BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 196 + 187 = 542 (100%)
R 159 of 542 ~ 29.34%
G 196 of 542 ~ 36.16%
B 187 of 542 ~ 34.5%

%29.34
%36.16
%34.5

CMYK color model

#9FC4BB color CMYK value is (19,0,5,23).

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 4.59%
  • key color value is 23.14%
CMYK:
(19,0,5,23)
C19M0Y5K23 
(19%,0%,5%,23%)
(0.19/0.00/0.05/0.23)	

CMYK percentages

%18.88
%0
%4.59
%23.14

Codes

Color #9FC4BB in popluar color models

9FC4BB
RGB159196187
HSL165°23.87%69.61%
HSB/HSV165°18.88%76.86%
CMYK18.88%0.00%4.59%
23.14%

Color #9FC4BB in popluar number systems.

HEX9FC4BB
Decimal159196187
Binary100111111100010010111011
Octal237304273

Shades and tints

Shades of #9FC4BB

#9FC4BB
(159,196,187)
#91B3AA
(145,179,170)
#83A299
(131,162,153)
#759188
(117,145,136)
#678077
(103,128,119)
#596F66
(89,111,102)
#4B5E55
(75,94,85)
#3D4D44
(61,77,68)
#2F3C33
(47,60,51)
#212B22
(33,43,34)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #9FC4BB

#9FC4BB
(159,196,187)
#A7C9C1
(167,201,193)
#AFCEC7
(175,206,199)
#B7D3CD
(183,211,205)
#BFD8D3
(191,216,211)
#C7DDD9
(199,221,217)
#CFE2DF
(207,226,223)
#D7E7E5
(215,231,229)
#DFECEB
(223,236,235)
#E7F1F1
(231,241,241)
#EFF6F7
(239,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC4BB; }

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

This text font color is #9FC4BB.


Background Color

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

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

This div background color is #9FC4BB.


Border color

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

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

This div border color is #9FC4BB.


Opacity

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

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

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

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

This text has shadow with #9FC4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC4BB on black background.


Color preview on white background

This text has color #9FC4BB on white background.



Black color preview on #9FC4BB background

This text has black color on #9FC4BB background.


White color preview on #9FC4BB background

This text has white color on #9FC4BB background.