COLOR #9FB7E1

HEX: #9FB7E1
RGB: (159,183,225)

Color info

#9FB7E1 contains mainly green and blue colors. Web safe color of #9FB7E1 is #99CCCC (or #9CC).

RGB color model

#9FB7E1 color RGB value is (159,183,225).

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

RGB channels and saturation

R 159 of 255 = 62%
G 183 of 255 = 72%
B 225 of 255 = 88%

159
183
225

R + G + B ~ 74%. #9FB7E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 183 + 225 = 567 (100%)
R 159 of 567 ~ 28.04%
G 183 of 567 ~ 32.28%
B 225 of 567 ~ 39.68%

%28.04
%32.28
%39.68

CMYK color model

#9FB7E1 color CMYK value is (29,19,0,12).

  • cyan value is 29.33%
  • magenta value is 18.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(29,19,0,12)
C29M19Y0K12 
(29%,19%,0%,12%)
(0.29/0.19/0.00/0.12)	

CMYK percentages

%29.33
%18.67
%0
%11.76

Codes

Color #9FB7E1 in popluar color models

9FB7E1
RGB159183225
HSL218°52.38%75.29%
HSB/HSV218°29.33%88.24%
CMYK29.33%18.67%0.00%
11.76%

Color #9FB7E1 in popluar number systems.

HEX9FB7E1
Decimal159183225
Binary100111111011011111100001
Octal237267341

Shades and tints

Shades of #9FB7E1

#9FB7E1
(159,183,225)
#91A7CD
(145,167,205)
#8397B9
(131,151,185)
#7587A5
(117,135,165)
#677791
(103,119,145)
#59677D
(89,103,125)
#4B5769
(75,87,105)
#3D4755
(61,71,85)
#2F3741
(47,55,65)
#21272D
(33,39,45)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #9FB7E1

#9FB7E1
(159,183,225)
#A7BDE3
(167,189,227)
#AFC3E5
(175,195,229)
#B7C9E7
(183,201,231)
#BFCFE9
(191,207,233)
#C7D5EB
(199,213,235)
#CFDBED
(207,219,237)
#D7E1EF
(215,225,239)
#DFE7F1
(223,231,241)
#E7EDF3
(231,237,243)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB7E1; }

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

This text font color is #9FB7E1.


Background Color

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

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

This div background color is #9FB7E1.


Border color

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

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

This div border color is #9FB7E1.


Opacity

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

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

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

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

This text has shadow with #9FB7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB7E1 on black background.


Color preview on white background

This text has color #9FB7E1 on white background.



Black color preview on #9FB7E1 background

This text has black color on #9FB7E1 background.


White color preview on #9FB7E1 background

This text has white color on #9FB7E1 background.