COLOR #E1E4ED

HEX: #E1E4ED
RGB: (225,228,237)

Color info

#E1E4ED contains red, green and blue colors in about the same proportion. Web safe color of #E1E4ED is #CCCCFF (or #CCF).

RGB color model

#E1E4ED color RGB value is (225,228,237).

  • red value is 225;
  • green value is 228;
  • blue value is 237.
RGB:
(225,228,237)
(88%,89%,93%)

RGB channels and saturation

R 225 of 255 = 88%
G 228 of 255 = 89%
B 237 of 255 = 93%

225
228
237

R + G + B ~ 90%. #E1E4ED is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 228 + 237 = 690 (100%)
R 225 of 690 ~ 32.61%
G 228 of 690 ~ 33.04%
B 237 of 690 ~ 34.35%

%32.61
%33.04
%34.35

CMYK color model

#E1E4ED color CMYK value is (5,4,0,7).

  • cyan value is 5.06%
  • magenta value is 3.80%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(5,4,0,7)
C5M4Y0K7 
(5%,4%,0%,7%)
(0.05/0.04/0.00/0.07)	

CMYK percentages

%5.06
%3.8
%0
%7.06

Codes

Color #E1E4ED in popluar color models

E1E4ED
RGB225228237
HSL225°25.00%90.59%
HSB/HSV225°5.06%92.94%
CMYK5.06%3.80%0.00%
7.06%

Color #E1E4ED in popluar number systems.

HEXE1E4ED
Decimal225228237
Binary111000011110010011101101
Octal341344355

Shades and tints

Shades of #E1E4ED

#E1E4ED
(225,228,237)
#CDD0D8
(205,208,216)
#B9BCC3
(185,188,195)
#A5A8AE
(165,168,174)
#919499
(145,148,153)
#7D8084
(125,128,132)
#696C6F
(105,108,111)
#55585A
(85,88,90)
#414445
(65,68,69)
#2D3030
(45,48,48)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #E1E4ED

#E1E4ED
(225,228,237)
#E3E6EE
(227,230,238)
#E5E8EF
(229,232,239)
#E7EAF0
(231,234,240)
#E9ECF1
(233,236,241)
#EBEEF2
(235,238,242)
#EDF0F3
(237,240,243)
#EFF2F4
(239,242,244)
#F1F4F5
(241,244,245)
#F3F6F6
(243,246,246)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E4ED color. Also use rgb(225,228,237) instead hex code.

Text Font Color

.myTextColor { color: #E1E4ED; }

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

This text font color is #E1E4ED.


Background Color

.myBgColor { background-color: #E1E4ED; }

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

This div background color is #E1E4ED.


Border color

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

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

This div border color is #E1E4ED.


Opacity

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

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

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

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

This text has shadow with #E1E4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E4ED on black background.


Color preview on white background

This text has color #E1E4ED on white background.



Black color preview on #E1E4ED background

This text has black color on #E1E4ED background.


White color preview on #E1E4ED background

This text has white color on #E1E4ED background.