COLOR #9FBEF1

HEX: #9FBEF1
RGB: (159,190,241)

Color info

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

RGB color model

#9FBEF1 color RGB value is (159,190,241).

  • red value is 159;
  • green value is 190;
  • blue value is 241.
RGB:
(159,190,241)
(62%,75%,95%)

RGB channels and saturation

R 159 of 255 = 62%
G 190 of 255 = 75%
B 241 of 255 = 95%

159
190
241

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

Portions of RGB colors in percentages

R + G + B =
159 + 190 + 241 = 590 (100%)
R 159 of 590 ~ 26.95%
G 190 of 590 ~ 32.2%
B 241 of 590 ~ 40.85%

%26.95
%32.2
%40.85

CMYK color model

#9FBEF1 color CMYK value is (34,21,0,5).

  • cyan value is 34.02%
  • magenta value is 21.16%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(34,21,0,5)
C34M21Y0K5 
(34%,21%,0%,5%)
(0.34/0.21/0.00/0.05)	

CMYK percentages

%34.02
%21.16
%0
%5.49

Codes

Color #9FBEF1 in popluar color models

9FBEF1
RGB159190241
HSL217°74.55%78.43%
HSB/HSV217°34.02%94.51%
CMYK34.02%21.16%0.00%
5.49%

Color #9FBEF1 in popluar number systems.

HEX9FBEF1
Decimal159190241
Binary100111111011111011110001
Octal237276361

Shades and tints

Shades of #9FBEF1

#9FBEF1
(159,190,241)
#91ADDC
(145,173,220)
#839CC7
(131,156,199)
#758BB2
(117,139,178)
#677A9D
(103,122,157)
#596988
(89,105,136)
#4B5873
(75,88,115)
#3D475E
(61,71,94)
#2F3649
(47,54,73)
#212534
(33,37,52)
#13141F
(19,20,31)
#000000
(0,0,0)

Tints of #9FBEF1

#9FBEF1
(159,190,241)
#A7C3F2
(167,195,242)
#AFC8F3
(175,200,243)
#B7CDF4
(183,205,244)
#BFD2F5
(191,210,245)
#C7D7F6
(199,215,246)
#CFDCF7
(207,220,247)
#D7E1F8
(215,225,248)
#DFE6F9
(223,230,249)
#E7EBFA
(231,235,250)
#EFF0FB
(239,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBEF1 color. Also use rgb(159,190,241) instead hex code.

Text Font Color

.myTextColor { color: #9FBEF1; }

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

This text font color is #9FBEF1.


Background Color

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

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

This div background color is #9FBEF1.


Border color

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

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

This div border color is #9FBEF1.


Opacity

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

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

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

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

This text has shadow with #9FBEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBEF1 on black background.


Color preview on white background

This text has color #9FBEF1 on white background.



Black color preview on #9FBEF1 background

This text has black color on #9FBEF1 background.


White color preview on #9FBEF1 background

This text has white color on #9FBEF1 background.