COLOR #E1E9F4

HEX: #E1E9F4 RGB: (225,233,244)

Color info

#E1E9F4 contains red, green and blue colors in about the same proportion. Web safe color of #E1E9F4 is #CCFFFF (or #CFF).

RGB color model

#E1E9F4 color RGB value is (225,233,244).

RGB: (225,233,244) (88%, 91%, 96%)

RGB channels and saturation

R 225 of 255 = 88%
G 233 of 255 = 91%
B 244 of 255 = 96%

225
233
244

R + G + B ~ 92%. #E1E9F4 is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 233 + 244 = 702 (100%)
R 225 of 702 ~ 32.05%
G 233 of 702 ~ 33.19%
B 244 of 702 ~ 34.76'%

%32.05
%33.19
%34.76

CMYK color model

#E1E9F4 color CMYK value is (8,5,0,4).

  • cyan value is 7.79%
  • magenta value is 4.51%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (8,5,0,4)
C8M5Y0K4 (8%, 5%, 0%, 4%)
(0.08 / 0.05 / 0.00 / 0.04)

CMYK percentages

%7.79
%4.51
%0
%4.31

Codes

Color #E1E9F4 in popluar color models

E1 E9 F4
RGB 225 233 244
HSL 215° 46.34% 91.96%
HSB/HSV 215° 7.79% 95.69%
CMYK 7.79% 4.51% 0.00%
4.31%

Color #E1E9F4 in popluar number systems.

HEX E1 E9 F4
Decimal 225 233 244
Binary 11100001 11101001 11110100
Octal 341 351 364

Shades and tints

Shades of #E1E9F4

#E1E9F4
(225,233,244)
#CDD4DE
(205,212,222)
#B9BFC8
(185,191,200)
#A5AAB2
(165,170,178)
#91959C
(145,149,156)
#7D8086
(125,128,134)
#696B70
(105,107,112)
#55565A
(85,86,90)
#414144
(65,65,68)
#2D2C2E
(45,44,46)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #E1E9F4

#E1E9F4
(225,233,244)
#E3EBF5
(227,235,245)
#E5EDF6
(229,237,246)
#E7EFF7
(231,239,247)
#E9F1F8
(233,241,248)
#EBF3F9
(235,243,249)
#EDF5FA
(237,245,250)
#EFF7FB
(239,247,251)
#F1F9FC
(241,249,252)
#F3FBFD
(243,251,253)
#F5FDFE
(245,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E9F4 color. Also use rgb(225,233,244) instead hex code.

Text Font Color

.myTextColor { color: #E1E9F4; }

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

This text font color is #E1E9F4.

Background Color

.myBgColor { background-color: #E1E9F4; }

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

This div background color is #E1E9F4.

Border color

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

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

This div border color is #E1E9F4.

Opacity

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

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

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

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

This text has shadow with #E1E9F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E9F4.

Preview

Color preview on black background

This text has color #E1E9F4 on black background.


Color preview on white background

This text has color #E1E9F4 on white background.


Black color preview on #E1E9F4 background

This text has black color on #E1E9F4 background.


White color preview on #E1E9F4 background

This text has white color on #E1E9F4 background.


Related colors

Complementary color

Complementary color for #hex is #1E160B.


I love getcolorcode.com

Triadic colors

1 #F4E1E9 and #E9F4E1 with #E1E9F4 are triadic colors.

2 #F4E9E1 and #E9E1F4 with #E1E9F4 are triadic colors.