COLOR #9EBAF5

HEX: #9EBAF5
RGB: (158,186,245)

Color info

#9EBAF5 contains mainly green and blue colors. Web safe color of #9EBAF5 is #99CCFF (or #9CF).

RGB color model

#9EBAF5 color RGB value is (158,186,245).

  • red value is 158;
  • green value is 186;
  • blue value is 245.
RGB:
(158,186,245)
(62%,73%,96%)

RGB channels and saturation

R 158 of 255 = 62%
G 186 of 255 = 73%
B 245 of 255 = 96%

158
186
245

R + G + B ~ 77%. #9EBAF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 186 + 245 = 589 (100%)
R 158 of 589 ~ 26.83%
G 186 of 589 ~ 31.58%
B 245 of 589 ~ 41.6%

%26.83
%31.58
%41.6

CMYK color model

#9EBAF5 color CMYK value is (36,24,0,4).

  • cyan value is 35.51%
  • magenta value is 24.08%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(36,24,0,4)
C36M24Y0K4 
(36%,24%,0%,4%)
(0.36/0.24/0.00/0.04)	

CMYK percentages

%35.51
%24.08
%0
%3.92

Codes

Color #9EBAF5 in popluar color models

9EBAF5
RGB158186245
HSL221°81.31%79.02%
HSB/HSV221°35.51%96.08%
CMYK35.51%24.08%0.00%
3.92%

Color #9EBAF5 in popluar number systems.

HEX9EBAF5
Decimal158186245
Binary100111101011101011110101
Octal236272365

Shades and tints

Shades of #9EBAF5

#9EBAF5
(158,186,245)
#90AADF
(144,170,223)
#829AC9
(130,154,201)
#748AB3
(116,138,179)
#667A9D
(102,122,157)
#586A87
(88,106,135)
#4A5A71
(74,90,113)
#3C4A5B
(60,74,91)
#2E3A45
(46,58,69)
#202A2F
(32,42,47)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #9EBAF5

#9EBAF5
(158,186,245)
#A6C0F5
(166,192,245)
#AEC6F5
(174,198,245)
#B6CCF5
(182,204,245)
#BED2F5
(190,210,245)
#C6D8F5
(198,216,245)
#CEDEF5
(206,222,245)
#D6E4F5
(214,228,245)
#DEEAF5
(222,234,245)
#E6F0F5
(230,240,245)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBAF5 color. Also use rgb(158,186,245) instead hex code.

Text Font Color

.myTextColor { color: #9EBAF5; }

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

This text font color is #9EBAF5.


Background Color

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

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

This div background color is #9EBAF5.


Border color

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

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

This div border color is #9EBAF5.


Opacity

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

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

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

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

This text has shadow with #9EBAF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBAF5 on black background.


Color preview on white background

This text has color #9EBAF5 on white background.



Black color preview on #9EBAF5 background

This text has black color on #9EBAF5 background.


White color preview on #9EBAF5 background

This text has white color on #9EBAF5 background.