COLOR #9FB0BE

HEX: #9FB0BE
RGB: (159,176,190)

Color info

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

RGB color model

#9FB0BE color RGB value is (159,176,190).

  • red value is 159;
  • green value is 176;
  • blue value is 190.
RGB:
(159,176,190)
(62%,69%,75%)

RGB channels and saturation

R 159 of 255 = 62%
G 176 of 255 = 69%
B 190 of 255 = 75%

159
176
190

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

Portions of RGB colors in percentages

R + G + B =
159 + 176 + 190 = 525 (100%)
R 159 of 525 ~ 30.29%
G 176 of 525 ~ 33.52%
B 190 of 525 ~ 36.19%

%30.29
%33.52
%36.19

CMYK color model

#9FB0BE color CMYK value is (16,7,0,25).

  • cyan value is 16.32%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(16,7,0,25)
C16M7Y0K25 
(16%,7%,0%,25%)
(0.16/0.07/0.00/0.25)	

CMYK percentages

%16.32
%7.37
%0
%25.49

Codes

Color #9FB0BE in popluar color models

9FB0BE
RGB159176190
HSL207°19.25%68.43%
HSB/HSV207°16.32%74.51%
CMYK16.32%7.37%0.00%
25.49%

Color #9FB0BE in popluar number systems.

HEX9FB0BE
Decimal159176190
Binary100111111011000010111110
Octal237260276

Shades and tints

Shades of #9FB0BE

#9FB0BE
(159,176,190)
#91A0AD
(145,160,173)
#83909C
(131,144,156)
#75808B
(117,128,139)
#67707A
(103,112,122)
#596069
(89,96,105)
#4B5058
(75,80,88)
#3D4047
(61,64,71)
#2F3036
(47,48,54)
#212025
(33,32,37)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #9FB0BE

#9FB0BE
(159,176,190)
#A7B7C3
(167,183,195)
#AFBEC8
(175,190,200)
#B7C5CD
(183,197,205)
#BFCCD2
(191,204,210)
#C7D3D7
(199,211,215)
#CFDADC
(207,218,220)
#D7E1E1
(215,225,225)
#DFE8E6
(223,232,230)
#E7EFEB
(231,239,235)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB0BE color. Also use rgb(159,176,190) instead hex code.

Text Font Color

.myTextColor { color: #9FB0BE; }

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

This text font color is #9FB0BE.


Background Color

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

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

This div background color is #9FB0BE.


Border color

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

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

This div border color is #9FB0BE.


Opacity

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

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

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

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

This text has shadow with #9FB0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB0BE on black background.


Color preview on white background

This text has color #9FB0BE on white background.



Black color preview on #9FB0BE background

This text has black color on #9FB0BE background.


White color preview on #9FB0BE background

This text has white color on #9FB0BE background.