COLOR #9FB7BA

HEX: #9FB7BA
RGB: (159,183,186)

Color info

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

RGB color model

#9FB7BA color RGB value is (159,183,186).

  • red value is 159;
  • green value is 183;
  • blue value is 186.
RGB:
(159,183,186)
(62%,72%,73%)

RGB channels and saturation

R 159 of 255 = 62%
G 183 of 255 = 72%
B 186 of 255 = 73%

159
183
186

R + G + B ~ 69%. #9FB7BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 183 + 186 = 528 (100%)
R 159 of 528 ~ 30.11%
G 183 of 528 ~ 34.66%
B 186 of 528 ~ 35.23%

%30.11
%34.66
%35.23

CMYK color model

#9FB7BA color CMYK value is (15,2,0,27).

  • cyan value is 14.52%
  • magenta value is 1.61%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(15,2,0,27)
C15M2Y0K27 
(15%,2%,0%,27%)
(0.15/0.02/0.00/0.27)	

CMYK percentages

%14.52
%1.61
%0
%27.06

Codes

Color #9FB7BA in popluar color models

9FB7BA
RGB159183186
HSL187°16.36%67.65%
HSB/HSV187°14.52%72.94%
CMYK14.52%1.61%0.00%
27.06%

Color #9FB7BA in popluar number systems.

HEX9FB7BA
Decimal159183186
Binary100111111011011110111010
Octal237267272

Shades and tints

Shades of #9FB7BA

#9FB7BA
(159,183,186)
#91A7AA
(145,167,170)
#83979A
(131,151,154)
#75878A
(117,135,138)
#67777A
(103,119,122)
#59676A
(89,103,106)
#4B575A
(75,87,90)
#3D474A
(61,71,74)
#2F373A
(47,55,58)
#21272A
(33,39,42)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #9FB7BA

#9FB7BA
(159,183,186)
#A7BDC0
(167,189,192)
#AFC3C6
(175,195,198)
#B7C9CC
(183,201,204)
#BFCFD2
(191,207,210)
#C7D5D8
(199,213,216)
#CFDBDE
(207,219,222)
#D7E1E4
(215,225,228)
#DFE7EA
(223,231,234)
#E7EDF0
(231,237,240)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB7BA color. Also use rgb(159,183,186) instead hex code.

Text Font Color

.myTextColor { color: #9FB7BA; }

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

This text font color is #9FB7BA.


Background Color

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

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

This div background color is #9FB7BA.


Border color

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

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

This div border color is #9FB7BA.


Opacity

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

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

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

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

This text has shadow with #9FB7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB7BA on black background.


Color preview on white background

This text has color #9FB7BA on white background.



Black color preview on #9FB7BA background

This text has black color on #9FB7BA background.


White color preview on #9FB7BA background

This text has white color on #9FB7BA background.