COLOR #E5E1ED

HEX: #E5E1ED
RGB: (229,225,237)

Color info

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

RGB color model

#E5E1ED color RGB value is (229,225,237).

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

RGB channels and saturation

R 229 of 255 = 90%
G 225 of 255 = 88%
B 237 of 255 = 93%

229
225
237

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

Portions of RGB colors in percentages

R + G + B =
229 + 225 + 237 = 691 (100%)
R 229 of 691 ~ 33.14%
G 225 of 691 ~ 32.56%
B 237 of 691 ~ 34.3%

%33.14
%32.56
%34.3

CMYK color model

#E5E1ED color CMYK value is (3,5,0,7).

  • cyan value is 3.38%
  • magenta value is 5.06%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(3,5,0,7)
C3M5Y0K7 
(3%,5%,0%,7%)
(0.03/0.05/0.00/0.07)	

CMYK percentages

%3.38
%5.06
%0
%7.06

Codes

Color #E5E1ED in popluar color models

E5E1ED
RGB229225237
HSL260°25.00%90.59%
HSB/HSV260°5.06%92.94%
CMYK3.38%5.06%0.00%
7.06%

Color #E5E1ED in popluar number systems.

HEXE5E1ED
Decimal229225237
Binary111001011110000111101101
Octal345341355

Shades and tints

Shades of #E5E1ED

#E5E1ED
(229,225,237)
#D1CDD8
(209,205,216)
#BDB9C3
(189,185,195)
#A9A5AE
(169,165,174)
#959199
(149,145,153)
#817D84
(129,125,132)
#6D696F
(109,105,111)
#59555A
(89,85,90)
#454145
(69,65,69)
#312D30
(49,45,48)
#1D191B
(29,25,27)
#000000
(0,0,0)

Tints of #E5E1ED

#E5E1ED
(229,225,237)
#E7E3EE
(231,227,238)
#E9E5EF
(233,229,239)
#EBE7F0
(235,231,240)
#EDE9F1
(237,233,241)
#EFEBF2
(239,235,242)
#F1EDF3
(241,237,243)
#F3EFF4
(243,239,244)
#F5F1F5
(245,241,245)
#F7F3F6
(247,243,246)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E1ED; }

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

This text font color is #E5E1ED.


Background Color

.myBgColor { background-color: #E5E1ED; }

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

This div background color is #E5E1ED.


Border color

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

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

This div border color is #E5E1ED.


Opacity

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

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

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

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

This text has shadow with #E5E1ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E1ED on black background.


Color preview on white background

This text has color #E5E1ED on white background.



Black color preview on #E5E1ED background

This text has black color on #E5E1ED background.


White color preview on #E5E1ED background

This text has white color on #E5E1ED background.