COLOR #9FBFEB

HEX: #9FBFEB
RGB: (159,191,235)

Color info

#9FBFEB contains mainly green and blue colors. Web safe color of #9FBFEB is #99CCFF (or #9CF).

RGB color model

#9FBFEB color RGB value is (159,191,235).

  • red value is 159;
  • green value is 191;
  • blue value is 235.
RGB:
(159,191,235)
(62%,75%,92%)

RGB channels and saturation

R 159 of 255 = 62%
G 191 of 255 = 75%
B 235 of 255 = 92%

159
191
235

R + G + B ~ 76%. #9FBFEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 191 + 235 = 585 (100%)
R 159 of 585 ~ 27.18%
G 191 of 585 ~ 32.65%
B 235 of 585 ~ 40.17%

%27.18
%32.65
%40.17

CMYK color model

#9FBFEB color CMYK value is (32,19,0,8).

  • cyan value is 32.34%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(32,19,0,8)
C32M19Y0K8 
(32%,19%,0%,8%)
(0.32/0.19/0.00/0.08)	

CMYK percentages

%32.34
%18.72
%0
%7.84

Codes

Color #9FBFEB in popluar color models

9FBFEB
RGB159191235
HSL215°65.52%77.25%
HSB/HSV215°32.34%92.16%
CMYK32.34%18.72%0.00%
7.84%

Color #9FBFEB in popluar number systems.

HEX9FBFEB
Decimal159191235
Binary100111111011111111101011
Octal237277353

Shades and tints

Shades of #9FBFEB

#9FBFEB
(159,191,235)
#91AED6
(145,174,214)
#839DC1
(131,157,193)
#758CAC
(117,140,172)
#677B97
(103,123,151)
#596A82
(89,106,130)
#4B596D
(75,89,109)
#3D4858
(61,72,88)
#2F3743
(47,55,67)
#21262E
(33,38,46)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #9FBFEB

#9FBFEB
(159,191,235)
#A7C4EC
(167,196,236)
#AFC9ED
(175,201,237)
#B7CEEE
(183,206,238)
#BFD3EF
(191,211,239)
#C7D8F0
(199,216,240)
#CFDDF1
(207,221,241)
#D7E2F2
(215,226,242)
#DFE7F3
(223,231,243)
#E7ECF4
(231,236,244)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBFEB color. Also use rgb(159,191,235) instead hex code.

Text Font Color

.myTextColor { color: #9FBFEB; }

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

This text font color is #9FBFEB.


Background Color

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

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

This div background color is #9FBFEB.


Border color

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

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

This div border color is #9FBFEB.


Opacity

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

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

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

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

This text has shadow with #9FBFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBFEB on black background.


Color preview on white background

This text has color #9FBFEB on white background.



Black color preview on #9FBFEB background

This text has black color on #9FBFEB background.


White color preview on #9FBFEB background

This text has white color on #9FBFEB background.