COLOR #9FB9BD

HEX: #9FB9BD
RGB: (159,185,189)

Color info

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

RGB color model

#9FB9BD color RGB value is (159,185,189).

  • red value is 159;
  • green value is 185;
  • blue value is 189.
RGB:
(159,185,189)
(62%,73%,74%)

RGB channels and saturation

R 159 of 255 = 62%
G 185 of 255 = 73%
B 189 of 255 = 74%

159
185
189

R + G + B ~ 70%. #9FB9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 185 + 189 = 533 (100%)
R 159 of 533 ~ 29.83%
G 185 of 533 ~ 34.71%
B 189 of 533 ~ 35.46%

%29.83
%34.71
%35.46

CMYK color model

#9FB9BD color CMYK value is (16,2,0,26).

  • cyan value is 15.87%
  • magenta value is 2.12%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(16,2,0,26)
C16M2Y0K26 
(16%,2%,0%,26%)
(0.16/0.02/0.00/0.26)	

CMYK percentages

%15.87
%2.12
%0
%25.88

Codes

Color #9FB9BD in popluar color models

9FB9BD
RGB159185189
HSL188°18.52%68.24%
HSB/HSV188°15.87%74.12%
CMYK15.87%2.12%0.00%
25.88%

Color #9FB9BD in popluar number systems.

HEX9FB9BD
Decimal159185189
Binary100111111011100110111101
Octal237271275

Shades and tints

Shades of #9FB9BD

#9FB9BD
(159,185,189)
#91A9AC
(145,169,172)
#83999B
(131,153,155)
#75898A
(117,137,138)
#677979
(103,121,121)
#596968
(89,105,104)
#4B5957
(75,89,87)
#3D4946
(61,73,70)
#2F3935
(47,57,53)
#212924
(33,41,36)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #9FB9BD

#9FB9BD
(159,185,189)
#A7BFC3
(167,191,195)
#AFC5C9
(175,197,201)
#B7CBCF
(183,203,207)
#BFD1D5
(191,209,213)
#C7D7DB
(199,215,219)
#CFDDE1
(207,221,225)
#D7E3E7
(215,227,231)
#DFE9ED
(223,233,237)
#E7EFF3
(231,239,243)
#EFF5F9
(239,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB9BD color. Also use rgb(159,185,189) instead hex code.

Text Font Color

.myTextColor { color: #9FB9BD; }

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

This text font color is #9FB9BD.


Background Color

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

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

This div background color is #9FB9BD.


Border color

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

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

This div border color is #9FB9BD.


Opacity

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

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

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

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

This text has shadow with #9FB9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB9BD on black background.


Color preview on white background

This text has color #9FB9BD on white background.



Black color preview on #9FB9BD background

This text has black color on #9FB9BD background.


White color preview on #9FB9BD background

This text has white color on #9FB9BD background.