COLOR #9FBCB1

HEX: #9FBCB1
RGB: (159,188,177)

Color info

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

RGB color model

#9FBCB1 color RGB value is (159,188,177).

  • red value is 159;
  • green value is 188;
  • blue value is 177.
RGB:
(159,188,177)
(62%,74%,69%)

RGB channels and saturation

R 159 of 255 = 62%
G 188 of 255 = 74%
B 177 of 255 = 69%

159
188
177

R + G + B ~ 68%. #9FBCB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 188 + 177 = 524 (100%)
R 159 of 524 ~ 30.34%
G 188 of 524 ~ 35.88%
B 177 of 524 ~ 33.78%

%30.34
%35.88
%33.78

CMYK color model

#9FBCB1 color CMYK value is (15,0,6,26).

  • cyan value is 15.43%
  • magenta value is 0.00%
  • yellow value is 5.85%
  • key color value is 26.27%
CMYK:
(15,0,6,26)
C15M0Y6K26 
(15%,0%,6%,26%)
(0.15/0.00/0.06/0.26)	

CMYK percentages

%15.43
%0
%5.85
%26.27

Codes

Color #9FBCB1 in popluar color models

9FBCB1
RGB159188177
HSL157°17.79%68.04%
HSB/HSV157°15.43%73.73%
CMYK15.43%0.00%5.85%
26.27%

Color #9FBCB1 in popluar number systems.

HEX9FBCB1
Decimal159188177
Binary100111111011110010110001
Octal237274261

Shades and tints

Shades of #9FBCB1

#9FBCB1
(159,188,177)
#91ABA1
(145,171,161)
#839A91
(131,154,145)
#758981
(117,137,129)
#677871
(103,120,113)
#596761
(89,103,97)
#4B5651
(75,86,81)
#3D4541
(61,69,65)
#2F3431
(47,52,49)
#212321
(33,35,33)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #9FBCB1

#9FBCB1
(159,188,177)
#A7C2B8
(167,194,184)
#AFC8BF
(175,200,191)
#B7CEC6
(183,206,198)
#BFD4CD
(191,212,205)
#C7DAD4
(199,218,212)
#CFE0DB
(207,224,219)
#D7E6E2
(215,230,226)
#DFECE9
(223,236,233)
#E7F2F0
(231,242,240)
#EFF8F7
(239,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBCB1 color. Also use rgb(159,188,177) instead hex code.

Text Font Color

.myTextColor { color: #9FBCB1; }

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

This text font color is #9FBCB1.


Background Color

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

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

This div background color is #9FBCB1.


Border color

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

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

This div border color is #9FBCB1.


Opacity

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

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

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

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

This text has shadow with #9FBCB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBCB1 on black background.


Color preview on white background

This text has color #9FBCB1 on white background.



Black color preview on #9FBCB1 background

This text has black color on #9FBCB1 background.


White color preview on #9FBCB1 background

This text has white color on #9FBCB1 background.