COLOR #9FBFCA

HEX: #9FBFCA
RGB: (159,191,202)

Color info

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

RGB color model

#9FBFCA color RGB value is (159,191,202).

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

RGB channels and saturation

R 159 of 255 = 62%
G 191 of 255 = 75%
B 202 of 255 = 79%

159
191
202

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

Portions of RGB colors in percentages

R + G + B =
159 + 191 + 202 = 552 (100%)
R 159 of 552 ~ 28.8%
G 191 of 552 ~ 34.6%
B 202 of 552 ~ 36.59%

%28.8
%34.6
%36.59

CMYK color model

#9FBFCA color CMYK value is (21,5,0,21).

  • cyan value is 21.29%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(21,5,0,21)
C21M5Y0K21 
(21%,5%,0%,21%)
(0.21/0.05/0.00/0.21)	

CMYK percentages

%21.29
%5.45
%0
%20.78

Codes

Color #9FBFCA in popluar color models

9FBFCA
RGB159191202
HSL195°28.86%70.78%
HSB/HSV195°21.29%79.22%
CMYK21.29%5.45%0.00%
20.78%

Color #9FBFCA in popluar number systems.

HEX9FBFCA
Decimal159191202
Binary100111111011111111001010
Octal237277312

Shades and tints

Shades of #9FBFCA

#9FBFCA
(159,191,202)
#91AEB8
(145,174,184)
#839DA6
(131,157,166)
#758C94
(117,140,148)
#677B82
(103,123,130)
#596A70
(89,106,112)
#4B595E
(75,89,94)
#3D484C
(61,72,76)
#2F373A
(47,55,58)
#212628
(33,38,40)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #9FBFCA

#9FBFCA
(159,191,202)
#A7C4CE
(167,196,206)
#AFC9D2
(175,201,210)
#B7CED6
(183,206,214)
#BFD3DA
(191,211,218)
#C7D8DE
(199,216,222)
#CFDDE2
(207,221,226)
#D7E2E6
(215,226,230)
#DFE7EA
(223,231,234)
#E7ECEE
(231,236,238)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBFCA; }

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

This text font color is #9FBFCA.


Background Color

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

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

This div background color is #9FBFCA.


Border color

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

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

This div border color is #9FBFCA.


Opacity

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

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

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

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

This text has shadow with #9FBFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBFCA on black background.


Color preview on white background

This text has color #9FBFCA on white background.



Black color preview on #9FBFCA background

This text has black color on #9FBFCA background.


White color preview on #9FBFCA background

This text has white color on #9FBFCA background.