COLOR #9FBFF9

HEX: #9FBFF9
RGB: (159,191,249)

Color info

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

RGB color model

#9FBFF9 color RGB value is (159,191,249).

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

RGB channels and saturation

R 159 of 255 = 62%
G 191 of 255 = 75%
B 249 of 255 = 98%

159
191
249

R + G + B ~ 78%. #9FBFF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 191 + 249 = 599 (100%)
R 159 of 599 ~ 26.54%
G 191 of 599 ~ 31.89%
B 249 of 599 ~ 41.57%

%26.54
%31.89
%41.57

CMYK color model

#9FBFF9 color CMYK value is (36,23,0,2).

  • cyan value is 36.14%
  • magenta value is 23.29%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(36,23,0,2)
C36M23Y0K2 
(36%,23%,0%,2%)
(0.36/0.23/0.00/0.02)	

CMYK percentages

%36.14
%23.29
%0
%2.35

Codes

Color #9FBFF9 in popluar color models

9FBFF9
RGB159191249
HSL219°88.24%80.00%
HSB/HSV219°36.14%97.65%
CMYK36.14%23.29%0.00%
2.35%

Color #9FBFF9 in popluar number systems.

HEX9FBFF9
Decimal159191249
Binary100111111011111111111001
Octal237277371

Shades and tints

Shades of #9FBFF9

#9FBFF9
(159,191,249)
#91AEE3
(145,174,227)
#839DCD
(131,157,205)
#758CB7
(117,140,183)
#677BA1
(103,123,161)
#596A8B
(89,106,139)
#4B5975
(75,89,117)
#3D485F
(61,72,95)
#2F3749
(47,55,73)
#212633
(33,38,51)
#13151D
(19,21,29)
#000000
(0,0,0)

Tints of #9FBFF9

#9FBFF9
(159,191,249)
#A7C4F9
(167,196,249)
#AFC9F9
(175,201,249)
#B7CEF9
(183,206,249)
#BFD3F9
(191,211,249)
#C7D8F9
(199,216,249)
#CFDDF9
(207,221,249)
#D7E2F9
(215,226,249)
#DFE7F9
(223,231,249)
#E7ECF9
(231,236,249)
#EFF1F9
(239,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBFF9; }

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

This text font color is #9FBFF9.


Background Color

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

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

This div background color is #9FBFF9.


Border color

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

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

This div border color is #9FBFF9.


Opacity

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

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

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

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

This text has shadow with #9FBFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBFF9 on black background.


Color preview on white background

This text has color #9FBFF9 on white background.



Black color preview on #9FBFF9 background

This text has black color on #9FBFF9 background.


White color preview on #9FBFF9 background

This text has white color on #9FBFF9 background.