COLOR #9FB2EA

HEX: #9FB2EA
RGB: (159,178,234)

Color info

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

RGB color model

#9FB2EA color RGB value is (159,178,234).

  • red value is 159;
  • green value is 178;
  • blue value is 234.
RGB:
(159,178,234)
(62%,70%,92%)

RGB channels and saturation

R 159 of 255 = 62%
G 178 of 255 = 70%
B 234 of 255 = 92%

159
178
234

R + G + B ~ 75%. #9FB2EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 178 + 234 = 571 (100%)
R 159 of 571 ~ 27.85%
G 178 of 571 ~ 31.17%
B 234 of 571 ~ 40.98%

%27.85
%31.17
%40.98

CMYK color model

#9FB2EA color CMYK value is (32,24,0,8).

  • cyan value is 32.05%
  • magenta value is 23.93%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(32,24,0,8)
C32M24Y0K8 
(32%,24%,0%,8%)
(0.32/0.24/0.00/0.08)	

CMYK percentages

%32.05
%23.93
%0
%8.24

Codes

Color #9FB2EA in popluar color models

9FB2EA
RGB159178234
HSL225°64.10%77.06%
HSB/HSV225°32.05%91.76%
CMYK32.05%23.93%0.00%
8.24%

Color #9FB2EA in popluar number systems.

HEX9FB2EA
Decimal159178234
Binary100111111011001011101010
Octal237262352

Shades and tints

Shades of #9FB2EA

#9FB2EA
(159,178,234)
#91A2D5
(145,162,213)
#8392C0
(131,146,192)
#7582AB
(117,130,171)
#677296
(103,114,150)
#596281
(89,98,129)
#4B526C
(75,82,108)
#3D4257
(61,66,87)
#2F3242
(47,50,66)
#21222D
(33,34,45)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #9FB2EA

#9FB2EA
(159,178,234)
#A7B9EB
(167,185,235)
#AFC0EC
(175,192,236)
#B7C7ED
(183,199,237)
#BFCEEE
(191,206,238)
#C7D5EF
(199,213,239)
#CFDCF0
(207,220,240)
#D7E3F1
(215,227,241)
#DFEAF2
(223,234,242)
#E7F1F3
(231,241,243)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB2EA color. Also use rgb(159,178,234) instead hex code.

Text Font Color

.myTextColor { color: #9FB2EA; }

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

This text font color is #9FB2EA.


Background Color

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

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

This div background color is #9FB2EA.


Border color

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

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

This div border color is #9FB2EA.


Opacity

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

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

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

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

This text has shadow with #9FB2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB2EA on black background.


Color preview on white background

This text has color #9FB2EA on white background.



Black color preview on #9FB2EA background

This text has black color on #9FB2EA background.


White color preview on #9FB2EA background

This text has white color on #9FB2EA background.