COLOR #9FBFBB

HEX: #9FBFBB
RGB: (159,191,187)

Color info

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

RGB color model

#9FBFBB color RGB value is (159,191,187).

  • red value is 159;
  • green value is 191;
  • blue value is 187.
RGB:
(159,191,187)
(62%,75%,73%)

RGB channels and saturation

R 159 of 255 = 62%
G 191 of 255 = 75%
B 187 of 255 = 73%

159
191
187

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

Portions of RGB colors in percentages

R + G + B =
159 + 191 + 187 = 537 (100%)
R 159 of 537 ~ 29.61%
G 191 of 537 ~ 35.57%
B 187 of 537 ~ 34.82%

%29.61
%35.57
%34.82

CMYK color model

#9FBFBB color CMYK value is (17,0,2,25).

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 2.09%
  • key color value is 25.10%
CMYK:
(17,0,2,25)
C17M0Y2K25 
(17%,0%,2%,25%)
(0.17/0.00/0.02/0.25)	

CMYK percentages

%16.75
%0
%2.09
%25.1

Codes

Color #9FBFBB in popluar color models

9FBFBB
RGB159191187
HSL173°20.00%68.63%
HSB/HSV173°16.75%74.90%
CMYK16.75%0.00%2.09%
25.10%

Color #9FBFBB in popluar number systems.

HEX9FBFBB
Decimal159191187
Binary100111111011111110111011
Octal237277273

Shades and tints

Shades of #9FBFBB

#9FBFBB
(159,191,187)
#91AEAA
(145,174,170)
#839D99
(131,157,153)
#758C88
(117,140,136)
#677B77
(103,123,119)
#596A66
(89,106,102)
#4B5955
(75,89,85)
#3D4844
(61,72,68)
#2F3733
(47,55,51)
#212622
(33,38,34)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #9FBFBB

#9FBFBB
(159,191,187)
#A7C4C1
(167,196,193)
#AFC9C7
(175,201,199)
#B7CECD
(183,206,205)
#BFD3D3
(191,211,211)
#C7D8D9
(199,216,217)
#CFDDDF
(207,221,223)
#D7E2E5
(215,226,229)
#DFE7EB
(223,231,235)
#E7ECF1
(231,236,241)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBFBB color. Also use rgb(159,191,187) instead hex code.

Text Font Color

.myTextColor { color: #9FBFBB; }

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

This text font color is #9FBFBB.


Background Color

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

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

This div background color is #9FBFBB.


Border color

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

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

This div border color is #9FBFBB.


Opacity

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

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

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

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

This text has shadow with #9FBFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBFBB on black background.


Color preview on white background

This text has color #9FBFBB on white background.



Black color preview on #9FBFBB background

This text has black color on #9FBFBB background.


White color preview on #9FBFBB background

This text has white color on #9FBFBB background.