COLOR #9FBFCC

HEX: #9FBFCC
RGB: (159,191,204)

Color info

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

RGB color model

#9FBFCC color RGB value is (159,191,204).

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

RGB channels and saturation

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

159
191
204

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

Portions of RGB colors in percentages

R + G + B =
159 + 191 + 204 = 554 (100%)
R 159 of 554 ~ 28.7%
G 191 of 554 ~ 34.48%
B 204 of 554 ~ 36.82%

%28.7
%34.48
%36.82

CMYK color model

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

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

CMYK percentages

%22.06
%6.37
%0
%20

Codes

Color #9FBFCC in popluar color models

9FBFCC
RGB159191204
HSL197°30.61%71.18%
HSB/HSV197°22.06%80.00%
CMYK22.06%6.37%0.00%
20.00%

Color #9FBFCC in popluar number systems.

HEX9FBFCC
Decimal159191204
Binary100111111011111111001100
Octal237277314

Shades and tints

Shades of #9FBFCC

#9FBFCC
(159,191,204)
#91AEBA
(145,174,186)
#839DA8
(131,157,168)
#758C96
(117,140,150)
#677B84
(103,123,132)
#596A72
(89,106,114)
#4B5960
(75,89,96)
#3D484E
(61,72,78)
#2F373C
(47,55,60)
#21262A
(33,38,42)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #9FBFCC

#9FBFCC
(159,191,204)
#A7C4D0
(167,196,208)
#AFC9D4
(175,201,212)
#B7CED8
(183,206,216)
#BFD3DC
(191,211,220)
#C7D8E0
(199,216,224)
#CFDDE4
(207,221,228)
#D7E2E8
(215,226,232)
#DFE7EC
(223,231,236)
#E7ECF0
(231,236,240)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBFCC; }

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

This text font color is #9FBFCC.


Background Color

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

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

This div background color is #9FBFCC.


Border color

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

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

This div border color is #9FBFCC.


Opacity

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

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

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

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

This text has shadow with #9FBFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBFCC on black background.


Color preview on white background

This text has color #9FBFCC on white background.



Black color preview on #9FBFCC background

This text has black color on #9FBFCC background.


White color preview on #9FBFCC background

This text has white color on #9FBFCC background.