COLOR #9FB4BE

HEX: #9FB4BE
RGB: (159,180,190)

Color info

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

RGB color model

#9FB4BE color RGB value is (159,180,190).

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

RGB channels and saturation

R 159 of 255 = 62%
G 180 of 255 = 71%
B 190 of 255 = 75%

159
180
190

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

Portions of RGB colors in percentages

R + G + B =
159 + 180 + 190 = 529 (100%)
R 159 of 529 ~ 30.06%
G 180 of 529 ~ 34.03%
B 190 of 529 ~ 35.92%

%30.06
%34.03
%35.92

CMYK color model

#9FB4BE color CMYK value is (16,5,0,25).

  • cyan value is 16.32%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(16,5,0,25)
C16M5Y0K25 
(16%,5%,0%,25%)
(0.16/0.05/0.00/0.25)	

CMYK percentages

%16.32
%5.26
%0
%25.49

Codes

Color #9FB4BE in popluar color models

9FB4BE
RGB159180190
HSL199°19.25%68.43%
HSB/HSV199°16.32%74.51%
CMYK16.32%5.26%0.00%
25.49%

Color #9FB4BE in popluar number systems.

HEX9FB4BE
Decimal159180190
Binary100111111011010010111110
Octal237264276

Shades and tints

Shades of #9FB4BE

#9FB4BE
(159,180,190)
#91A4AD
(145,164,173)
#83949C
(131,148,156)
#75848B
(117,132,139)
#67747A
(103,116,122)
#596469
(89,100,105)
#4B5458
(75,84,88)
#3D4447
(61,68,71)
#2F3436
(47,52,54)
#212425
(33,36,37)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #9FB4BE

#9FB4BE
(159,180,190)
#A7BAC3
(167,186,195)
#AFC0C8
(175,192,200)
#B7C6CD
(183,198,205)
#BFCCD2
(191,204,210)
#C7D2D7
(199,210,215)
#CFD8DC
(207,216,220)
#D7DEE1
(215,222,225)
#DFE4E6
(223,228,230)
#E7EAEB
(231,234,235)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB4BE; }

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

This text font color is #9FB4BE.


Background Color

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

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

This div background color is #9FB4BE.


Border color

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

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

This div border color is #9FB4BE.


Opacity

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

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

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

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

This text has shadow with #9FB4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB4BE on black background.


Color preview on white background

This text has color #9FB4BE on white background.



Black color preview on #9FB4BE background

This text has black color on #9FB4BE background.


White color preview on #9FB4BE background

This text has white color on #9FB4BE background.