COLOR #9FB4CF

HEX: #9FB4CF
RGB: (159,180,207)

Color info

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

RGB color model

#9FB4CF color RGB value is (159,180,207).

  • red value is 159;
  • green value is 180;
  • blue value is 207.
RGB:
(159,180,207)
(62%,71%,81%)

RGB channels and saturation

R 159 of 255 = 62%
G 180 of 255 = 71%
B 207 of 255 = 81%

159
180
207

R + G + B ~ 71%. #9FB4CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 180 + 207 = 546 (100%)
R 159 of 546 ~ 29.12%
G 180 of 546 ~ 32.97%
B 207 of 546 ~ 37.91%

%29.12
%32.97
%37.91

CMYK color model

#9FB4CF color CMYK value is (23,13,0,19).

  • cyan value is 23.19%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(23,13,0,19)
C23M13Y0K19 
(23%,13%,0%,19%)
(0.23/0.13/0.00/0.19)	

CMYK percentages

%23.19
%13.04
%0
%18.82

Codes

Color #9FB4CF in popluar color models

9FB4CF
RGB159180207
HSL214°33.33%71.76%
HSB/HSV214°23.19%81.18%
CMYK23.19%13.04%0.00%
18.82%

Color #9FB4CF in popluar number systems.

HEX9FB4CF
Decimal159180207
Binary100111111011010011001111
Octal237264317

Shades and tints

Shades of #9FB4CF

#9FB4CF
(159,180,207)
#91A4BD
(145,164,189)
#8394AB
(131,148,171)
#758499
(117,132,153)
#677487
(103,116,135)
#596475
(89,100,117)
#4B5463
(75,84,99)
#3D4451
(61,68,81)
#2F343F
(47,52,63)
#21242D
(33,36,45)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #9FB4CF

#9FB4CF
(159,180,207)
#A7BAD3
(167,186,211)
#AFC0D7
(175,192,215)
#B7C6DB
(183,198,219)
#BFCCDF
(191,204,223)
#C7D2E3
(199,210,227)
#CFD8E7
(207,216,231)
#D7DEEB
(215,222,235)
#DFE4EF
(223,228,239)
#E7EAF3
(231,234,243)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB4CF color. Also use rgb(159,180,207) instead hex code.

Text Font Color

.myTextColor { color: #9FB4CF; }

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

This text font color is #9FB4CF.


Background Color

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

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

This div background color is #9FB4CF.


Border color

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

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

This div border color is #9FB4CF.


Opacity

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

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

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

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

This text has shadow with #9FB4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB4CF on black background.


Color preview on white background

This text has color #9FB4CF on white background.



Black color preview on #9FB4CF background

This text has black color on #9FB4CF background.


White color preview on #9FB4CF background

This text has white color on #9FB4CF background.