COLOR #9EA3EA

HEX: #9EA3EA
RGB: (158,163,234)

Color info

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

RGB color model

#9EA3EA color RGB value is (158,163,234).

  • red value is 158;
  • green value is 163;
  • blue value is 234.
RGB:
(158,163,234)
(62%,64%,92%)

RGB channels and saturation

R 158 of 255 = 62%
G 163 of 255 = 64%
B 234 of 255 = 92%

158
163
234

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

Portions of RGB colors in percentages

R + G + B =
158 + 163 + 234 = 555 (100%)
R 158 of 555 ~ 28.47%
G 163 of 555 ~ 29.37%
B 234 of 555 ~ 42.16%

%28.47
%29.37
%42.16

CMYK color model

#9EA3EA color CMYK value is (32,30,0,8).

  • cyan value is 32.48%
  • magenta value is 30.34%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(32,30,0,8)
C32M30Y0K8 
(32%,30%,0%,8%)
(0.32/0.30/0.00/0.08)	

CMYK percentages

%32.48
%30.34
%0
%8.24

Codes

Color #9EA3EA in popluar color models

9EA3EA
RGB158163234
HSL236°64.41%76.86%
HSB/HSV236°32.48%91.76%
CMYK32.48%30.34%0.00%
8.24%

Color #9EA3EA in popluar number systems.

HEX9EA3EA
Decimal158163234
Binary100111101010001111101010
Octal236243352

Shades and tints

Shades of #9EA3EA

#9EA3EA
(158,163,234)
#9095D5
(144,149,213)
#8287C0
(130,135,192)
#7479AB
(116,121,171)
#666B96
(102,107,150)
#585D81
(88,93,129)
#4A4F6C
(74,79,108)
#3C4157
(60,65,87)
#2E3342
(46,51,66)
#20252D
(32,37,45)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #9EA3EA

#9EA3EA
(158,163,234)
#A6ABEB
(166,171,235)
#AEB3EC
(174,179,236)
#B6BBED
(182,187,237)
#BEC3EE
(190,195,238)
#C6CBEF
(198,203,239)
#CED3F0
(206,211,240)
#D6DBF1
(214,219,241)
#DEE3F2
(222,227,242)
#E6EBF3
(230,235,243)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA3EA color. Also use rgb(158,163,234) instead hex code.

Text Font Color

.myTextColor { color: #9EA3EA; }

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

This text font color is #9EA3EA.


Background Color

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

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

This div background color is #9EA3EA.


Border color

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

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

This div border color is #9EA3EA.


Opacity

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

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

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

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

This text has shadow with #9EA3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA3EA on black background.


Color preview on white background

This text has color #9EA3EA on white background.



Black color preview on #9EA3EA background

This text has black color on #9EA3EA background.


White color preview on #9EA3EA background

This text has white color on #9EA3EA background.