COLOR #9FB1BE

HEX: #9FB1BE
RGB: (159,177,190)

Color info

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

RGB color model

#9FB1BE color RGB value is (159,177,190).

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

RGB channels and saturation

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

159
177
190

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

Portions of RGB colors in percentages

R + G + B =
159 + 177 + 190 = 526 (100%)
R 159 of 526 ~ 30.23%
G 177 of 526 ~ 33.65%
B 190 of 526 ~ 36.12%

%30.23
%33.65
%36.12

CMYK color model

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

  • cyan value is 16.32%
  • magenta value is 6.84%
  • 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
%6.84
%0
%25.49

Codes

Color #9FB1BE in popluar color models

9FB1BE
RGB159177190
HSL205°19.25%68.43%
HSB/HSV205°16.32%74.51%
CMYK16.32%6.84%0.00%
25.49%

Color #9FB1BE in popluar number systems.

HEX9FB1BE
Decimal159177190
Binary100111111011000110111110
Octal237261276

Shades and tints

Shades of #9FB1BE

#9FB1BE
(159,177,190)
#91A1AD
(145,161,173)
#83919C
(131,145,156)
#75818B
(117,129,139)
#67717A
(103,113,122)
#596169
(89,97,105)
#4B5158
(75,81,88)
#3D4147
(61,65,71)
#2F3136
(47,49,54)
#212125
(33,33,37)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #9FB1BE

#9FB1BE
(159,177,190)
#A7B8C3
(167,184,195)
#AFBFC8
(175,191,200)
#B7C6CD
(183,198,205)
#BFCDD2
(191,205,210)
#C7D4D7
(199,212,215)
#CFDBDC
(207,219,220)
#D7E2E1
(215,226,225)
#DFE9E6
(223,233,230)
#E7F0EB
(231,240,235)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB1BE; }

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

This text font color is #9FB1BE.


Background Color

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

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

This div background color is #9FB1BE.


Border color

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

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

This div border color is #9FB1BE.


Opacity

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

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

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

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

This text has shadow with #9FB1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB1BE on black background.


Color preview on white background

This text has color #9FB1BE on white background.



Black color preview on #9FB1BE background

This text has black color on #9FB1BE background.


White color preview on #9FB1BE background

This text has white color on #9FB1BE background.