COLOR #9FB7D7

HEX: #9FB7D7
RGB: (159,183,215)

Color info

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

RGB color model

#9FB7D7 color RGB value is (159,183,215).

  • red value is 159;
  • green value is 183;
  • blue value is 215.
RGB:
(159,183,215)
(62%,72%,84%)

RGB channels and saturation

R 159 of 255 = 62%
G 183 of 255 = 72%
B 215 of 255 = 84%

159
183
215

R + G + B ~ 73%. #9FB7D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 183 + 215 = 557 (100%)
R 159 of 557 ~ 28.55%
G 183 of 557 ~ 32.85%
B 215 of 557 ~ 38.6%

%28.55
%32.85
%38.6

CMYK color model

#9FB7D7 color CMYK value is (26,15,0,16).

  • cyan value is 26.05%
  • magenta value is 14.88%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(26,15,0,16)
C26M15Y0K16 
(26%,15%,0%,16%)
(0.26/0.15/0.00/0.16)	

CMYK percentages

%26.05
%14.88
%0
%15.69

Codes

Color #9FB7D7 in popluar color models

9FB7D7
RGB159183215
HSL214°41.18%73.33%
HSB/HSV214°26.05%84.31%
CMYK26.05%14.88%0.00%
15.69%

Color #9FB7D7 in popluar number systems.

HEX9FB7D7
Decimal159183215
Binary100111111011011111010111
Octal237267327

Shades and tints

Shades of #9FB7D7

#9FB7D7
(159,183,215)
#91A7C4
(145,167,196)
#8397B1
(131,151,177)
#75879E
(117,135,158)
#67778B
(103,119,139)
#596778
(89,103,120)
#4B5765
(75,87,101)
#3D4752
(61,71,82)
#2F373F
(47,55,63)
#21272C
(33,39,44)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #9FB7D7

#9FB7D7
(159,183,215)
#A7BDDA
(167,189,218)
#AFC3DD
(175,195,221)
#B7C9E0
(183,201,224)
#BFCFE3
(191,207,227)
#C7D5E6
(199,213,230)
#CFDBE9
(207,219,233)
#D7E1EC
(215,225,236)
#DFE7EF
(223,231,239)
#E7EDF2
(231,237,242)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB7D7 color. Also use rgb(159,183,215) instead hex code.

Text Font Color

.myTextColor { color: #9FB7D7; }

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

This text font color is #9FB7D7.


Background Color

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

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

This div background color is #9FB7D7.


Border color

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

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

This div border color is #9FB7D7.


Opacity

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

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

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

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

This text has shadow with #9FB7D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB7D7 on black background.


Color preview on white background

This text has color #9FB7D7 on white background.



Black color preview on #9FB7D7 background

This text has black color on #9FB7D7 background.


White color preview on #9FB7D7 background

This text has white color on #9FB7D7 background.