COLOR #9FA1E1

HEX: #9FA1E1
RGB: (159,161,225)

Color info

#9FA1E1 contains mainly blue color. Web safe color of #9FA1E1 is #9999CC (or #99C).

RGB color model

#9FA1E1 color RGB value is (159,161,225).

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

RGB channels and saturation

R 159 of 255 = 62%
G 161 of 255 = 63%
B 225 of 255 = 88%

159
161
225

R + G + B ~ 71%. #9FA1E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 161 + 225 = 545 (100%)
R 159 of 545 ~ 29.17%
G 161 of 545 ~ 29.54%
B 225 of 545 ~ 41.28%

%29.17
%29.54
%41.28

CMYK color model

#9FA1E1 color CMYK value is (29,28,0,12).

  • cyan value is 29.33%
  • magenta value is 28.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(29,28,0,12)
C29M28Y0K12 
(29%,28%,0%,12%)
(0.29/0.28/0.00/0.12)	

CMYK percentages

%29.33
%28.44
%0
%11.76

Codes

Color #9FA1E1 in popluar color models

9FA1E1
RGB159161225
HSL238°52.38%75.29%
HSB/HSV238°29.33%88.24%
CMYK29.33%28.44%0.00%
11.76%

Color #9FA1E1 in popluar number systems.

HEX9FA1E1
Decimal159161225
Binary100111111010000111100001
Octal237241341

Shades and tints

Shades of #9FA1E1

#9FA1E1
(159,161,225)
#9193CD
(145,147,205)
#8385B9
(131,133,185)
#7577A5
(117,119,165)
#676991
(103,105,145)
#595B7D
(89,91,125)
#4B4D69
(75,77,105)
#3D3F55
(61,63,85)
#2F3141
(47,49,65)
#21232D
(33,35,45)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #9FA1E1

#9FA1E1
(159,161,225)
#A7A9E3
(167,169,227)
#AFB1E5
(175,177,229)
#B7B9E7
(183,185,231)
#BFC1E9
(191,193,233)
#C7C9EB
(199,201,235)
#CFD1ED
(207,209,237)
#D7D9EF
(215,217,239)
#DFE1F1
(223,225,241)
#E7E9F3
(231,233,243)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA1E1; }

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

This text font color is #9FA1E1.


Background Color

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

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

This div background color is #9FA1E1.


Border color

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

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

This div border color is #9FA1E1.


Opacity

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

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

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

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

This text has shadow with #9FA1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA1E1 on black background.


Color preview on white background

This text has color #9FA1E1 on white background.



Black color preview on #9FA1E1 background

This text has black color on #9FA1E1 background.


White color preview on #9FA1E1 background

This text has white color on #9FA1E1 background.