COLOR #9FB2E1

HEX: #9FB2E1
RGB: (159,178,225)

Color info

#9FB2E1 contains mainly green and blue colors. Web safe color of #9FB2E1 is #9999CC (or #99C).

RGB color model

#9FB2E1 color RGB value is (159,178,225).

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

RGB channels and saturation

R 159 of 255 = 62%
G 178 of 255 = 70%
B 225 of 255 = 88%

159
178
225

R + G + B ~ 73%. #9FB2E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 178 + 225 = 562 (100%)
R 159 of 562 ~ 28.29%
G 178 of 562 ~ 31.67%
B 225 of 562 ~ 40.04%

%28.29
%31.67
%40.04

CMYK color model

#9FB2E1 color CMYK value is (29,21,0,12).

  • cyan value is 29.33%
  • magenta value is 20.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(29,21,0,12)
C29M21Y0K12 
(29%,21%,0%,12%)
(0.29/0.21/0.00/0.12)	

CMYK percentages

%29.33
%20.89
%0
%11.76

Codes

Color #9FB2E1 in popluar color models

9FB2E1
RGB159178225
HSL223°52.38%75.29%
HSB/HSV223°29.33%88.24%
CMYK29.33%20.89%0.00%
11.76%

Color #9FB2E1 in popluar number systems.

HEX9FB2E1
Decimal159178225
Binary100111111011001011100001
Octal237262341

Shades and tints

Shades of #9FB2E1

#9FB2E1
(159,178,225)
#91A2CD
(145,162,205)
#8392B9
(131,146,185)
#7582A5
(117,130,165)
#677291
(103,114,145)
#59627D
(89,98,125)
#4B5269
(75,82,105)
#3D4255
(61,66,85)
#2F3241
(47,50,65)
#21222D
(33,34,45)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #9FB2E1

#9FB2E1
(159,178,225)
#A7B9E3
(167,185,227)
#AFC0E5
(175,192,229)
#B7C7E7
(183,199,231)
#BFCEE9
(191,206,233)
#C7D5EB
(199,213,235)
#CFDCED
(207,220,237)
#D7E3EF
(215,227,239)
#DFEAF1
(223,234,241)
#E7F1F3
(231,241,243)
#EFF8F5
(239,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB2E1; }

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

This text font color is #9FB2E1.


Background Color

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

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

This div background color is #9FB2E1.


Border color

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

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

This div border color is #9FB2E1.


Opacity

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

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

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

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

This text has shadow with #9FB2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB2E1 on black background.


Color preview on white background

This text has color #9FB2E1 on white background.



Black color preview on #9FB2E1 background

This text has black color on #9FB2E1 background.


White color preview on #9FB2E1 background

This text has white color on #9FB2E1 background.