COLOR #E8E8F9

HEX: #E8E8F9
RGB: (232,232,249)

Color info

#E8E8F9 contains red, green and blue colors in about the same proportion. Web safe color of #E8E8F9 is #FFFFFF (or #FFF).

RGB color model

#E8E8F9 color RGB value is (232,232,249).

  • red value is 232;
  • green value is 232;
  • blue value is 249.
RGB:
(232,232,249)
(91%,91%,98%)

RGB channels and saturation

R 232 of 255 = 91%
G 232 of 255 = 91%
B 249 of 255 = 98%

232
232
249

R + G + B ~ 93%. #E8E8F9 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 232 + 249 = 713 (100%)
R 232 of 713 ~ 32.54%
G 232 of 713 ~ 32.54%
B 249 of 713 ~ 34.92%

%32.54
%32.54
%34.92

CMYK color model

#E8E8F9 color CMYK value is (7,7,0,2).

  • cyan value is 6.83%
  • magenta value is 6.83%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(7,7,0,2)
C7M7Y0K2 
(7%,7%,0%,2%)
(0.07/0.07/0.00/0.02)	

CMYK percentages

%6.83
%6.83
%0
%2.35

Codes

Color #E8E8F9 in popluar color models

E8E8F9
RGB232232249
HSL240°58.62%94.31%
HSB/HSV240°6.83%97.65%
CMYK6.83%6.83%0.00%
2.35%

Color #E8E8F9 in popluar number systems.

HEXE8E8F9
Decimal232232249
Binary111010001110100011111001
Octal350350371

Shades and tints

Shades of #E8E8F9

#E8E8F9
(232,232,249)
#D3D3E3
(211,211,227)
#BEBECD
(190,190,205)
#A9A9B7
(169,169,183)
#9494A1
(148,148,161)
#7F7F8B
(127,127,139)
#6A6A75
(106,106,117)
#55555F
(85,85,95)
#404049
(64,64,73)
#2B2B33
(43,43,51)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #E8E8F9

#E8E8F9
(232,232,249)
#EAEAF9
(234,234,249)
#ECECF9
(236,236,249)
#EEEEF9
(238,238,249)
#F0F0F9
(240,240,249)
#F2F2F9
(242,242,249)
#F4F4F9
(244,244,249)
#F6F6F9
(246,246,249)
#F8F8F9
(248,248,249)
#FAFAF9
(250,250,249)
#FCFCF9
(252,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8E8F9 color. Also use rgb(232,232,249) instead hex code.

Text Font Color

.myTextColor { color: #E8E8F9; }

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

This text font color is #E8E8F9.


Background Color

.myBgColor { background-color: #E8E8F9; }

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

This div background color is #E8E8F9.


Border color

.myBorderColor { border: 1px solid #E8E8F9; }

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

This div border color is #E8E8F9.


Opacity

.myOpacity80 { color: #E8E8F9; opacity: 0.8; }

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

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

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

This text has shadow with #E8E8F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E8F9 on black background.


Color preview on white background

This text has color #E8E8F9 on white background.



Black color preview on #E8E8F9 background

This text has black color on #E8E8F9 background.


White color preview on #E8E8F9 background

This text has white color on #E8E8F9 background.