COLOR #9EB8F4

HEX: #9EB8F4
RGB: (158,184,244)

Color info

#9EB8F4 contains mainly blue color. Web safe color of #9EB8F4 is #99CCFF (or #9CF).

RGB color model

#9EB8F4 color RGB value is (158,184,244).

  • red value is 158;
  • green value is 184;
  • blue value is 244.
RGB:
(158,184,244)
(62%,72%,96%)

RGB channels and saturation

R 158 of 255 = 62%
G 184 of 255 = 72%
B 244 of 255 = 96%

158
184
244

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

Portions of RGB colors in percentages

R + G + B =
158 + 184 + 244 = 586 (100%)
R 158 of 586 ~ 26.96%
G 184 of 586 ~ 31.4%
B 244 of 586 ~ 41.64%

%26.96
%31.4
%41.64

CMYK color model

#9EB8F4 color CMYK value is (35,25,0,4).

  • cyan value is 35.25%
  • magenta value is 24.59%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(35,25,0,4)
C35M25Y0K4 
(35%,25%,0%,4%)
(0.35/0.25/0.00/0.04)	

CMYK percentages

%35.25
%24.59
%0
%4.31

Codes

Color #9EB8F4 in popluar color models

9EB8F4
RGB158184244
HSL222°79.63%78.82%
HSB/HSV222°35.25%95.69%
CMYK35.25%24.59%0.00%
4.31%

Color #9EB8F4 in popluar number systems.

HEX9EB8F4
Decimal158184244
Binary100111101011100011110100
Octal236270364

Shades and tints

Shades of #9EB8F4

#9EB8F4
(158,184,244)
#90A8DE
(144,168,222)
#8298C8
(130,152,200)
#7488B2
(116,136,178)
#66789C
(102,120,156)
#586886
(88,104,134)
#4A5870
(74,88,112)
#3C485A
(60,72,90)
#2E3844
(46,56,68)
#20282E
(32,40,46)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #9EB8F4

#9EB8F4
(158,184,244)
#A6BEF5
(166,190,245)
#AEC4F6
(174,196,246)
#B6CAF7
(182,202,247)
#BED0F8
(190,208,248)
#C6D6F9
(198,214,249)
#CEDCFA
(206,220,250)
#D6E2FB
(214,226,251)
#DEE8FC
(222,232,252)
#E6EEFD
(230,238,253)
#EEF4FE
(238,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB8F4 color. Also use rgb(158,184,244) instead hex code.

Text Font Color

.myTextColor { color: #9EB8F4; }

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

This text font color is #9EB8F4.


Background Color

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

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

This div background color is #9EB8F4.


Border color

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

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

This div border color is #9EB8F4.


Opacity

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

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

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

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

This text has shadow with #9EB8F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB8F4 on black background.


Color preview on white background

This text has color #9EB8F4 on white background.



Black color preview on #9EB8F4 background

This text has black color on #9EB8F4 background.


White color preview on #9EB8F4 background

This text has white color on #9EB8F4 background.