COLOR #9FBFC6

HEX: #9FBFC6
RGB: (159,191,198)

Color info

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

RGB color model

#9FBFC6 color RGB value is (159,191,198).

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

RGB channels and saturation

R 159 of 255 = 62%
G 191 of 255 = 75%
B 198 of 255 = 78%

159
191
198

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

Portions of RGB colors in percentages

R + G + B =
159 + 191 + 198 = 548 (100%)
R 159 of 548 ~ 29.01%
G 191 of 548 ~ 34.85%
B 198 of 548 ~ 36.13%

%29.01
%34.85
%36.13

CMYK color model

#9FBFC6 color CMYK value is (20,4,0,22).

  • cyan value is 19.70%
  • magenta value is 3.54%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(20,4,0,22)
C20M4Y0K22 
(20%,4%,0%,22%)
(0.20/0.04/0.00/0.22)	

CMYK percentages

%19.7
%3.54
%0
%22.35

Codes

Color #9FBFC6 in popluar color models

9FBFC6
RGB159191198
HSL191°25.49%70.00%
HSB/HSV191°19.70%77.65%
CMYK19.70%3.54%0.00%
22.35%

Color #9FBFC6 in popluar number systems.

HEX9FBFC6
Decimal159191198
Binary100111111011111111000110
Octal237277306

Shades and tints

Shades of #9FBFC6

#9FBFC6
(159,191,198)
#91AEB4
(145,174,180)
#839DA2
(131,157,162)
#758C90
(117,140,144)
#677B7E
(103,123,126)
#596A6C
(89,106,108)
#4B595A
(75,89,90)
#3D4848
(61,72,72)
#2F3736
(47,55,54)
#212624
(33,38,36)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #9FBFC6

#9FBFC6
(159,191,198)
#A7C4CB
(167,196,203)
#AFC9D0
(175,201,208)
#B7CED5
(183,206,213)
#BFD3DA
(191,211,218)
#C7D8DF
(199,216,223)
#CFDDE4
(207,221,228)
#D7E2E9
(215,226,233)
#DFE7EE
(223,231,238)
#E7ECF3
(231,236,243)
#EFF1F8
(239,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBFC6; }

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

This text font color is #9FBFC6.


Background Color

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

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

This div background color is #9FBFC6.


Border color

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

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

This div border color is #9FBFC6.


Opacity

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

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

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

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

This text has shadow with #9FBFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBFC6 on black background.


Color preview on white background

This text has color #9FBFC6 on white background.



Black color preview on #9FBFC6 background

This text has black color on #9FBFC6 background.


White color preview on #9FBFC6 background

This text has white color on #9FBFC6 background.