COLOR #9FB2BA

HEX: #9FB2BA
RGB: (159,178,186)

Color info

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

RGB color model

#9FB2BA color RGB value is (159,178,186).

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

RGB channels and saturation

R 159 of 255 = 62%
G 178 of 255 = 70%
B 186 of 255 = 73%

159
178
186

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

Portions of RGB colors in percentages

R + G + B =
159 + 178 + 186 = 523 (100%)
R 159 of 523 ~ 30.4%
G 178 of 523 ~ 34.03%
B 186 of 523 ~ 35.56%

%30.4
%34.03
%35.56

CMYK color model

#9FB2BA color CMYK value is (15,4,0,27).

  • cyan value is 14.52%
  • magenta value is 4.30%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(15,4,0,27)
C15M4Y0K27 
(15%,4%,0%,27%)
(0.15/0.04/0.00/0.27)	

CMYK percentages

%14.52
%4.3
%0
%27.06

Codes

Color #9FB2BA in popluar color models

9FB2BA
RGB159178186
HSL198°16.36%67.65%
HSB/HSV198°14.52%72.94%
CMYK14.52%4.30%0.00%
27.06%

Color #9FB2BA in popluar number systems.

HEX9FB2BA
Decimal159178186
Binary100111111011001010111010
Octal237262272

Shades and tints

Shades of #9FB2BA

#9FB2BA
(159,178,186)
#91A2AA
(145,162,170)
#83929A
(131,146,154)
#75828A
(117,130,138)
#67727A
(103,114,122)
#59626A
(89,98,106)
#4B525A
(75,82,90)
#3D424A
(61,66,74)
#2F323A
(47,50,58)
#21222A
(33,34,42)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #9FB2BA

#9FB2BA
(159,178,186)
#A7B9C0
(167,185,192)
#AFC0C6
(175,192,198)
#B7C7CC
(183,199,204)
#BFCED2
(191,206,210)
#C7D5D8
(199,213,216)
#CFDCDE
(207,220,222)
#D7E3E4
(215,227,228)
#DFEAEA
(223,234,234)
#E7F1F0
(231,241,240)
#EFF8F6
(239,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB2BA; }

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

This text font color is #9FB2BA.


Background Color

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

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

This div background color is #9FB2BA.


Border color

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

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

This div border color is #9FB2BA.


Opacity

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

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

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

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

This text has shadow with #9FB2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB2BA on black background.


Color preview on white background

This text has color #9FB2BA on white background.



Black color preview on #9FB2BA background

This text has black color on #9FB2BA background.


White color preview on #9FB2BA background

This text has white color on #9FB2BA background.