COLOR #9EABF0

HEX: #9EABF0
RGB: (158,171,240)

Color info

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

RGB color model

#9EABF0 color RGB value is (158,171,240).

  • red value is 158;
  • green value is 171;
  • blue value is 240.
RGB:
(158,171,240)
(62%,67%,94%)

RGB channels and saturation

R 158 of 255 = 62%
G 171 of 255 = 67%
B 240 of 255 = 94%

158
171
240

R + G + B ~ 74%. #9EABF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 171 + 240 = 569 (100%)
R 158 of 569 ~ 27.77%
G 171 of 569 ~ 30.05%
B 240 of 569 ~ 42.18%

%27.77
%30.05
%42.18

CMYK color model

#9EABF0 color CMYK value is (34,29,0,6).

  • cyan value is 34.17%
  • magenta value is 28.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(34,29,0,6)
C34M29Y0K6 
(34%,29%,0%,6%)
(0.34/0.29/0.00/0.06)	

CMYK percentages

%34.17
%28.75
%0
%5.88

Codes

Color #9EABF0 in popluar color models

9EABF0
RGB158171240
HSL230°73.21%78.04%
HSB/HSV230°34.17%94.12%
CMYK34.17%28.75%0.00%
5.88%

Color #9EABF0 in popluar number systems.

HEX9EABF0
Decimal158171240
Binary100111101010101111110000
Octal236253360

Shades and tints

Shades of #9EABF0

#9EABF0
(158,171,240)
#909CDB
(144,156,219)
#828DC6
(130,141,198)
#747EB1
(116,126,177)
#666F9C
(102,111,156)
#586087
(88,96,135)
#4A5172
(74,81,114)
#3C425D
(60,66,93)
#2E3348
(46,51,72)
#202433
(32,36,51)
#12151E
(18,21,30)
#000000
(0,0,0)

Tints of #9EABF0

#9EABF0
(158,171,240)
#A6B2F1
(166,178,241)
#AEB9F2
(174,185,242)
#B6C0F3
(182,192,243)
#BEC7F4
(190,199,244)
#C6CEF5
(198,206,245)
#CED5F6
(206,213,246)
#D6DCF7
(214,220,247)
#DEE3F8
(222,227,248)
#E6EAF9
(230,234,249)
#EEF1FA
(238,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EABF0 color. Also use rgb(158,171,240) instead hex code.

Text Font Color

.myTextColor { color: #9EABF0; }

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

This text font color is #9EABF0.


Background Color

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

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

This div background color is #9EABF0.


Border color

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

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

This div border color is #9EABF0.


Opacity

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

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

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

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

This text has shadow with #9EABF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EABF0 on black background.


Color preview on white background

This text has color #9EABF0 on white background.



Black color preview on #9EABF0 background

This text has black color on #9EABF0 background.


White color preview on #9EABF0 background

This text has white color on #9EABF0 background.