COLOR #E5E0EF

HEX: #E5E0EF
RGB: (229,224,239)

Color info

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

RGB color model

#E5E0EF color RGB value is (229,224,239).

  • red value is 229;
  • green value is 224;
  • blue value is 239.
RGB:
(229,224,239)
(90%,88%,94%)

RGB channels and saturation

R 229 of 255 = 90%
G 224 of 255 = 88%
B 239 of 255 = 94%

229
224
239

R + G + B ~ 91%. #E5E0EF is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 224 + 239 = 692 (100%)
R 229 of 692 ~ 33.09%
G 224 of 692 ~ 32.37%
B 239 of 692 ~ 34.54%

%33.09
%32.37
%34.54

CMYK color model

#E5E0EF color CMYK value is (4,6,0,6).

  • cyan value is 4.18%
  • magenta value is 6.28%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(4,6,0,6)
C4M6Y0K6 
(4%,6%,0%,6%)
(0.04/0.06/0.00/0.06)	

CMYK percentages

%4.18
%6.28
%0
%6.27

Codes

Color #E5E0EF in popluar color models

E5E0EF
RGB229224239
HSL260°31.91%90.78%
HSB/HSV260°6.28%93.73%
CMYK4.18%6.28%0.00%
6.27%

Color #E5E0EF in popluar number systems.

HEXE5E0EF
Decimal229224239
Binary111001011110000011101111
Octal345340357

Shades and tints

Shades of #E5E0EF

#E5E0EF
(229,224,239)
#D1CCDA
(209,204,218)
#BDB8C5
(189,184,197)
#A9A4B0
(169,164,176)
#95909B
(149,144,155)
#817C86
(129,124,134)
#6D6871
(109,104,113)
#59545C
(89,84,92)
#454047
(69,64,71)
#312C32
(49,44,50)
#1D181D
(29,24,29)
#000000
(0,0,0)

Tints of #E5E0EF

#E5E0EF
(229,224,239)
#E7E2F0
(231,226,240)
#E9E4F1
(233,228,241)
#EBE6F2
(235,230,242)
#EDE8F3
(237,232,243)
#EFEAF4
(239,234,244)
#F1ECF5
(241,236,245)
#F3EEF6
(243,238,246)
#F5F0F7
(245,240,247)
#F7F2F8
(247,242,248)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E0EF color. Also use rgb(229,224,239) instead hex code.

Text Font Color

.myTextColor { color: #E5E0EF; }

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

This text font color is #E5E0EF.


Background Color

.myBgColor { background-color: #E5E0EF; }

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

This div background color is #E5E0EF.


Border color

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

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

This div border color is #E5E0EF.


Opacity

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

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

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

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

This text has shadow with #E5E0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E0EF on black background.


Color preview on white background

This text has color #E5E0EF on white background.



Black color preview on #E5E0EF background

This text has black color on #E5E0EF background.


White color preview on #E5E0EF background

This text has white color on #E5E0EF background.