COLOR #9FB6C3

HEX: #9FB6C3
RGB: (159,182,195)

Color info

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

RGB color model

#9FB6C3 color RGB value is (159,182,195).

  • red value is 159;
  • green value is 182;
  • blue value is 195.
RGB:
(159,182,195)
(62%,71%,76%)

RGB channels and saturation

R 159 of 255 = 62%
G 182 of 255 = 71%
B 195 of 255 = 76%

159
182
195

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

Portions of RGB colors in percentages

R + G + B =
159 + 182 + 195 = 536 (100%)
R 159 of 536 ~ 29.66%
G 182 of 536 ~ 33.96%
B 195 of 536 ~ 36.38%

%29.66
%33.96
%36.38

CMYK color model

#9FB6C3 color CMYK value is (18,7,0,24).

  • cyan value is 18.46%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(18,7,0,24)
C18M7Y0K24 
(18%,7%,0%,24%)
(0.18/0.07/0.00/0.24)	

CMYK percentages

%18.46
%6.67
%0
%23.53

Codes

Color #9FB6C3 in popluar color models

9FB6C3
RGB159182195
HSL202°23.08%69.41%
HSB/HSV202°18.46%76.47%
CMYK18.46%6.67%0.00%
23.53%

Color #9FB6C3 in popluar number systems.

HEX9FB6C3
Decimal159182195
Binary100111111011011011000011
Octal237266303

Shades and tints

Shades of #9FB6C3

#9FB6C3
(159,182,195)
#91A6B2
(145,166,178)
#8396A1
(131,150,161)
#758690
(117,134,144)
#67767F
(103,118,127)
#59666E
(89,102,110)
#4B565D
(75,86,93)
#3D464C
(61,70,76)
#2F363B
(47,54,59)
#21262A
(33,38,42)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #9FB6C3

#9FB6C3
(159,182,195)
#A7BCC8
(167,188,200)
#AFC2CD
(175,194,205)
#B7C8D2
(183,200,210)
#BFCED7
(191,206,215)
#C7D4DC
(199,212,220)
#CFDAE1
(207,218,225)
#D7E0E6
(215,224,230)
#DFE6EB
(223,230,235)
#E7ECF0
(231,236,240)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB6C3 color. Also use rgb(159,182,195) instead hex code.

Text Font Color

.myTextColor { color: #9FB6C3; }

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

This text font color is #9FB6C3.


Background Color

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

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

This div background color is #9FB6C3.


Border color

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

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

This div border color is #9FB6C3.


Opacity

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

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

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

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

This text has shadow with #9FB6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB6C3 on black background.


Color preview on white background

This text has color #9FB6C3 on white background.



Black color preview on #9FB6C3 background

This text has black color on #9FB6C3 background.


White color preview on #9FB6C3 background

This text has white color on #9FB6C3 background.