COLOR #9EA1FC

HEX: #9EA1FC
RGB: (158,161,252)

Color info

#9EA1FC contains mainly blue color. Web safe color of #9EA1FC is #9999FF (or #99F).

RGB color model

#9EA1FC color RGB value is (158,161,252).

  • red value is 158;
  • green value is 161;
  • blue value is 252.
RGB:
(158,161,252)
(62%,63%,99%)

RGB channels and saturation

R 158 of 255 = 62%
G 161 of 255 = 63%
B 252 of 255 = 99%

158
161
252

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

Portions of RGB colors in percentages

R + G + B =
158 + 161 + 252 = 571 (100%)
R 158 of 571 ~ 27.67%
G 161 of 571 ~ 28.2%
B 252 of 571 ~ 44.13%

%27.67
%28.2
%44.13

CMYK color model

#9EA1FC color CMYK value is (37,36,0,1).

  • cyan value is 37.30%
  • magenta value is 36.11%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(37,36,0,1)
C37M36Y0K1 
(37%,36%,0%,1%)
(0.37/0.36/0.00/0.01)	

CMYK percentages

%37.3
%36.11
%0
%1.18

Codes

Color #9EA1FC in popluar color models

9EA1FC
RGB158161252
HSL238°94.00%80.39%
HSB/HSV238°37.30%98.82%
CMYK37.30%36.11%0.00%
1.18%

Color #9EA1FC in popluar number systems.

HEX9EA1FC
Decimal158161252
Binary100111101010000111111100
Octal236241374

Shades and tints

Shades of #9EA1FC

#9EA1FC
(158,161,252)
#9093E6
(144,147,230)
#8285D0
(130,133,208)
#7477BA
(116,119,186)
#6669A4
(102,105,164)
#585B8E
(88,91,142)
#4A4D78
(74,77,120)
#3C3F62
(60,63,98)
#2E314C
(46,49,76)
#202336
(32,35,54)
#121520
(18,21,32)
#000000
(0,0,0)

Tints of #9EA1FC

#9EA1FC
(158,161,252)
#A6A9FC
(166,169,252)
#AEB1FC
(174,177,252)
#B6B9FC
(182,185,252)
#BEC1FC
(190,193,252)
#C6C9FC
(198,201,252)
#CED1FC
(206,209,252)
#D6D9FC
(214,217,252)
#DEE1FC
(222,225,252)
#E6E9FC
(230,233,252)
#EEF1FC
(238,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA1FC color. Also use rgb(158,161,252) instead hex code.

Text Font Color

.myTextColor { color: #9EA1FC; }

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

This text font color is #9EA1FC.


Background Color

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

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

This div background color is #9EA1FC.


Border color

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

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

This div border color is #9EA1FC.


Opacity

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

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

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

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

This text has shadow with #9EA1FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA1FC on black background.


Color preview on white background

This text has color #9EA1FC on white background.



Black color preview on #9EA1FC background

This text has black color on #9EA1FC background.


White color preview on #9EA1FC background

This text has white color on #9EA1FC background.