COLOR #E5EADF

HEX: #E5EADF
RGB: (229,234,223)

Color info

#E5EADF contains red, green and blue colors in about the same proportion. Web safe color of #E5EADF is #CCFFCC (or #CFC).

RGB color model

#E5EADF color RGB value is (229,234,223).

  • red value is 229;
  • green value is 234;
  • blue value is 223.
RGB:
(229,234,223)
(90%,92%,87%)

RGB channels and saturation

R 229 of 255 = 90%
G 234 of 255 = 92%
B 223 of 255 = 87%

229
234
223

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

Portions of RGB colors in percentages

R + G + B =
229 + 234 + 223 = 686 (100%)
R 229 of 686 ~ 33.38%
G 234 of 686 ~ 34.11%
B 223 of 686 ~ 32.51%

%33.38
%34.11
%32.51

CMYK color model

#E5EADF color CMYK value is (2,0,5,8).

  • cyan value is 2.14%
  • magenta value is 0.00%
  • yellow value is 4.70%
  • key color value is 8.24%
CMYK:
(2,0,5,8)
C2M0Y5K8 
(2%,0%,5%,8%)
(0.02/0.00/0.05/0.08)	

CMYK percentages

%2.14
%0
%4.7
%8.24

Codes

Color #E5EADF in popluar color models

E5EADF
RGB229234223
HSL87°20.75%89.61%
HSB/HSV87°4.70%91.76%
CMYK2.14%0.00%4.70%
8.24%

Color #E5EADF in popluar number systems.

HEXE5EADF
Decimal229234223
Binary111001011110101011011111
Octal345352337

Shades and tints

Shades of #E5EADF

#E5EADF
(229,234,223)
#D1D5CB
(209,213,203)
#BDC0B7
(189,192,183)
#A9ABA3
(169,171,163)
#95968F
(149,150,143)
#81817B
(129,129,123)
#6D6C67
(109,108,103)
#595753
(89,87,83)
#45423F
(69,66,63)
#312D2B
(49,45,43)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #E5EADF

#E5EADF
(229,234,223)
#E7EBE1
(231,235,225)
#E9ECE3
(233,236,227)
#EBEDE5
(235,237,229)
#EDEEE7
(237,238,231)
#EFEFE9
(239,239,233)
#F1F0EB
(241,240,235)
#F3F1ED
(243,241,237)
#F5F2EF
(245,242,239)
#F7F3F1
(247,243,241)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EADF color. Also use rgb(229,234,223) instead hex code.

Text Font Color

.myTextColor { color: #E5EADF; }

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

This text font color is #E5EADF.


Background Color

.myBgColor { background-color: #E5EADF; }

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

This div background color is #E5EADF.


Border color

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

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

This div border color is #E5EADF.


Opacity

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

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

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

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

This text has shadow with #E5EADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EADF on black background.


Color preview on white background

This text has color #E5EADF on white background.



Black color preview on #E5EADF background

This text has black color on #E5EADF background.


White color preview on #E5EADF background

This text has white color on #E5EADF background.