COLOR #9FB9F5

HEX: #9FB9F5 RGB: (159,185,245)

Color info

#9FB9F5 contains mainly blue color. Web safe color of #9FB9F5 is #99CCFF (or #9CF).

RGB color model

#9FB9F5 color RGB value is (159,185,245).

RGB: (159,185,245) (62%, 73%, 96%)

RGB channels and saturation

R 159 of 255 = 62%
G 185 of 255 = 73%
B 245 of 255 = 96%

159
185
245

R + G + B ~ 77%. #9FB9F5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 185 + 245 = 589 (100%)
R 159 of 589 ~ 26.99%
G 185 of 589 ~ 31.41%
B 245 of 589 ~ 41.6'%

%26.99
%31.41
%41.6

CMYK color model

#9FB9F5 color CMYK value is (35,24,0,4).

  • cyan value is 35.10%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (35,24,0,4)
C35M24Y0K4 (35%, 24%, 0%, 4%)
(0.35 / 0.24 / 0.00 / 0.04)

CMYK percentages

%35.1
%24.49
%0
%3.92

Codes

Color #9FB9F5 in popluar color models

9F B9 F5
RGB 159 185 245
HSL 222° 81.13% 79.22%
HSB/HSV 222° 35.10% 96.08%
CMYK 35.10% 24.49% 0.00%
3.92%

Color #9FB9F5 in popluar number systems.

HEX 9F B9 F5
Decimal 159 185 245
Binary 10011111 10111001 11110101
Octal 237 271 365

Shades and tints

Shades of #9FB9F5

#9FB9F5
(159,185,245)
#91A9DF
(145,169,223)
#8399C9
(131,153,201)
#7589B3
(117,137,179)
#67799D
(103,121,157)
#596987
(89,105,135)
#4B5971
(75,89,113)
#3D495B
(61,73,91)
#2F3945
(47,57,69)
#21292F
(33,41,47)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #9FB9F5

#9FB9F5
(159,185,245)
#A7BFF5
(167,191,245)
#AFC5F5
(175,197,245)
#B7CBF5
(183,203,245)
#BFD1F5
(191,209,245)
#C7D7F5
(199,215,245)
#CFDDF5
(207,221,245)
#D7E3F5
(215,227,245)
#DFE9F5
(223,233,245)
#E7EFF5
(231,239,245)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB9F5 color. Also use rgb(159,185,245) instead hex code.

Text Font Color

.myTextColor { color: #9FB9F5; }

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

This text font color is #9FB9F5.

Background Color

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

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

This div background color is #9FB9F5.

Border color

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

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

This div border color is #9FB9F5.

Opacity

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

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

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

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

This text has shadow with #9FB9F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB9F5.

Preview

Color preview on black background

This text has color #9FB9F5 on black background.


Color preview on white background

This text has color #9FB9F5 on white background.


Black color preview on #9FB9F5 background

This text has black color on #9FB9F5 background.


White color preview on #9FB9F5 background

This text has white color on #9FB9F5 background.


Related colors

Complementary color

Complementary color for #hex is #60460A.


I love getcolorcode.com

Triadic colors

1 #F59FB9 and #B9F59F with #9FB9F5 are triadic colors.

2 #F5B99F and #B99FF5 with #9FB9F5 are triadic colors.