COLOR #9FB1C7

HEX: #9FB1C7
RGB: (159,177,199)

Color info

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

RGB color model

#9FB1C7 color RGB value is (159,177,199).

  • red value is 159;
  • green value is 177;
  • blue value is 199.
RGB:
(159,177,199)
(62%,69%,78%)

RGB channels and saturation

R 159 of 255 = 62%
G 177 of 255 = 69%
B 199 of 255 = 78%

159
177
199

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

Portions of RGB colors in percentages

R + G + B =
159 + 177 + 199 = 535 (100%)
R 159 of 535 ~ 29.72%
G 177 of 535 ~ 33.08%
B 199 of 535 ~ 37.2%

%29.72
%33.08
%37.2

CMYK color model

#9FB1C7 color CMYK value is (20,11,0,22).

  • cyan value is 20.10%
  • magenta value is 11.06%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(20,11,0,22)
C20M11Y0K22 
(20%,11%,0%,22%)
(0.20/0.11/0.00/0.22)	

CMYK percentages

%20.1
%11.06
%0
%21.96

Codes

Color #9FB1C7 in popluar color models

9FB1C7
RGB159177199
HSL213°26.32%70.20%
HSB/HSV213°20.10%78.04%
CMYK20.10%11.06%0.00%
21.96%

Color #9FB1C7 in popluar number systems.

HEX9FB1C7
Decimal159177199
Binary100111111011000111000111
Octal237261307

Shades and tints

Shades of #9FB1C7

#9FB1C7
(159,177,199)
#91A1B5
(145,161,181)
#8391A3
(131,145,163)
#758191
(117,129,145)
#67717F
(103,113,127)
#59616D
(89,97,109)
#4B515B
(75,81,91)
#3D4149
(61,65,73)
#2F3137
(47,49,55)
#212125
(33,33,37)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #9FB1C7

#9FB1C7
(159,177,199)
#A7B8CC
(167,184,204)
#AFBFD1
(175,191,209)
#B7C6D6
(183,198,214)
#BFCDDB
(191,205,219)
#C7D4E0
(199,212,224)
#CFDBE5
(207,219,229)
#D7E2EA
(215,226,234)
#DFE9EF
(223,233,239)
#E7F0F4
(231,240,244)
#EFF7F9
(239,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB1C7 color. Also use rgb(159,177,199) instead hex code.

Text Font Color

.myTextColor { color: #9FB1C7; }

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

This text font color is #9FB1C7.


Background Color

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

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

This div background color is #9FB1C7.


Border color

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

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

This div border color is #9FB1C7.


Opacity

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

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

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

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

This text has shadow with #9FB1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB1C7 on black background.


Color preview on white background

This text has color #9FB1C7 on white background.



Black color preview on #9FB1C7 background

This text has black color on #9FB1C7 background.


White color preview on #9FB1C7 background

This text has white color on #9FB1C7 background.