COLOR #9FB5CA

HEX: #9FB5CA
RGB: (159,181,202)

Color info

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

RGB color model

#9FB5CA color RGB value is (159,181,202).

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

RGB channels and saturation

R 159 of 255 = 62%
G 181 of 255 = 71%
B 202 of 255 = 79%

159
181
202

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

Portions of RGB colors in percentages

R + G + B =
159 + 181 + 202 = 542 (100%)
R 159 of 542 ~ 29.34%
G 181 of 542 ~ 33.39%
B 202 of 542 ~ 37.27%

%29.34
%33.39
%37.27

CMYK color model

#9FB5CA color CMYK value is (21,10,0,21).

  • cyan value is 21.29%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(21,10,0,21)
C21M10Y0K21 
(21%,10%,0%,21%)
(0.21/0.10/0.00/0.21)	

CMYK percentages

%21.29
%10.4
%0
%20.78

Codes

Color #9FB5CA in popluar color models

9FB5CA
RGB159181202
HSL209°28.86%70.78%
HSB/HSV209°21.29%79.22%
CMYK21.29%10.40%0.00%
20.78%

Color #9FB5CA in popluar number systems.

HEX9FB5CA
Decimal159181202
Binary100111111011010111001010
Octal237265312

Shades and tints

Shades of #9FB5CA

#9FB5CA
(159,181,202)
#91A5B8
(145,165,184)
#8395A6
(131,149,166)
#758594
(117,133,148)
#677582
(103,117,130)
#596570
(89,101,112)
#4B555E
(75,85,94)
#3D454C
(61,69,76)
#2F353A
(47,53,58)
#212528
(33,37,40)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #9FB5CA

#9FB5CA
(159,181,202)
#A7BBCE
(167,187,206)
#AFC1D2
(175,193,210)
#B7C7D6
(183,199,214)
#BFCDDA
(191,205,218)
#C7D3DE
(199,211,222)
#CFD9E2
(207,217,226)
#D7DFE6
(215,223,230)
#DFE5EA
(223,229,234)
#E7EBEE
(231,235,238)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB5CA; }

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

This text font color is #9FB5CA.


Background Color

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

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

This div background color is #9FB5CA.


Border color

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

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

This div border color is #9FB5CA.


Opacity

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

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

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

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

This text has shadow with #9FB5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB5CA on black background.


Color preview on white background

This text has color #9FB5CA on white background.



Black color preview on #9FB5CA background

This text has black color on #9FB5CA background.


White color preview on #9FB5CA background

This text has white color on #9FB5CA background.