COLOR #9FBFCB

HEX: #9FBFCB
RGB: (159,191,203)

Color info

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

RGB color model

#9FBFCB color RGB value is (159,191,203).

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

RGB channels and saturation

R 159 of 255 = 62%
G 191 of 255 = 75%
B 203 of 255 = 80%

159
191
203

R + G + B ~ 72%. #9FBFCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 191 + 203 = 553 (100%)
R 159 of 553 ~ 28.75%
G 191 of 553 ~ 34.54%
B 203 of 553 ~ 36.71%

%28.75
%34.54
%36.71

CMYK color model

#9FBFCB color CMYK value is (22,6,0,20).

  • cyan value is 21.67%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(22,6,0,20)
C22M6Y0K20 
(22%,6%,0%,20%)
(0.22/0.06/0.00/0.20)	

CMYK percentages

%21.67
%5.91
%0
%20.39

Codes

Color #9FBFCB in popluar color models

9FBFCB
RGB159191203
HSL196°29.73%70.98%
HSB/HSV196°21.67%79.61%
CMYK21.67%5.91%0.00%
20.39%

Color #9FBFCB in popluar number systems.

HEX9FBFCB
Decimal159191203
Binary100111111011111111001011
Octal237277313

Shades and tints

Shades of #9FBFCB

#9FBFCB
(159,191,203)
#91AEB9
(145,174,185)
#839DA7
(131,157,167)
#758C95
(117,140,149)
#677B83
(103,123,131)
#596A71
(89,106,113)
#4B595F
(75,89,95)
#3D484D
(61,72,77)
#2F373B
(47,55,59)
#212629
(33,38,41)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #9FBFCB

#9FBFCB
(159,191,203)
#A7C4CF
(167,196,207)
#AFC9D3
(175,201,211)
#B7CED7
(183,206,215)
#BFD3DB
(191,211,219)
#C7D8DF
(199,216,223)
#CFDDE3
(207,221,227)
#D7E2E7
(215,226,231)
#DFE7EB
(223,231,235)
#E7ECEF
(231,236,239)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBFCB; }

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

This text font color is #9FBFCB.


Background Color

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

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

This div background color is #9FBFCB.


Border color

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

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

This div border color is #9FBFCB.


Opacity

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

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

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

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

This text has shadow with #9FBFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBFCB on black background.


Color preview on white background

This text has color #9FBFCB on white background.



Black color preview on #9FBFCB background

This text has black color on #9FBFCB background.


White color preview on #9FBFCB background

This text has white color on #9FBFCB background.