COLOR #9FB3E7

HEX: #9FB3E7
RGB: (159,179,231)

Color info

#9FB3E7 contains mainly green and blue colors. Web safe color of #9FB3E7 is #9999FF (or #99F).

RGB color model

#9FB3E7 color RGB value is (159,179,231).

  • red value is 159;
  • green value is 179;
  • blue value is 231.
RGB:
(159,179,231)
(62%,70%,91%)

RGB channels and saturation

R 159 of 255 = 62%
G 179 of 255 = 70%
B 231 of 255 = 91%

159
179
231

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

Portions of RGB colors in percentages

R + G + B =
159 + 179 + 231 = 569 (100%)
R 159 of 569 ~ 27.94%
G 179 of 569 ~ 31.46%
B 231 of 569 ~ 40.6%

%27.94
%31.46
%40.6

CMYK color model

#9FB3E7 color CMYK value is (31,23,0,9).

  • cyan value is 31.17%
  • magenta value is 22.51%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(31,23,0,9)
C31M23Y0K9 
(31%,23%,0%,9%)
(0.31/0.23/0.00/0.09)	

CMYK percentages

%31.17
%22.51
%0
%9.41

Codes

Color #9FB3E7 in popluar color models

9FB3E7
RGB159179231
HSL223°60.00%76.47%
HSB/HSV223°31.17%90.59%
CMYK31.17%22.51%0.00%
9.41%

Color #9FB3E7 in popluar number systems.

HEX9FB3E7
Decimal159179231
Binary100111111011001111100111
Octal237263347

Shades and tints

Shades of #9FB3E7

#9FB3E7
(159,179,231)
#91A3D2
(145,163,210)
#8393BD
(131,147,189)
#7583A8
(117,131,168)
#677393
(103,115,147)
#59637E
(89,99,126)
#4B5369
(75,83,105)
#3D4354
(61,67,84)
#2F333F
(47,51,63)
#21232A
(33,35,42)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #9FB3E7

#9FB3E7
(159,179,231)
#A7B9E9
(167,185,233)
#AFBFEB
(175,191,235)
#B7C5ED
(183,197,237)
#BFCBEF
(191,203,239)
#C7D1F1
(199,209,241)
#CFD7F3
(207,215,243)
#D7DDF5
(215,221,245)
#DFE3F7
(223,227,247)
#E7E9F9
(231,233,249)
#EFEFFB
(239,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB3E7 color. Also use rgb(159,179,231) instead hex code.

Text Font Color

.myTextColor { color: #9FB3E7; }

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

This text font color is #9FB3E7.


Background Color

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

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

This div background color is #9FB3E7.


Border color

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

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

This div border color is #9FB3E7.


Opacity

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

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

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

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

This text has shadow with #9FB3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB3E7 on black background.


Color preview on white background

This text has color #9FB3E7 on white background.



Black color preview on #9FB3E7 background

This text has black color on #9FB3E7 background.


White color preview on #9FB3E7 background

This text has white color on #9FB3E7 background.