COLOR #E5EADA

HEX: #E5EADA
RGB: (229,234,218)

Color info

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

RGB color model

#E5EADA color RGB value is (229,234,218).

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

RGB channels and saturation

R 229 of 255 = 90%
G 234 of 255 = 92%
B 218 of 255 = 85%

229
234
218

R + G + B ~ 89%. #E5EADA is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 234 + 218 = 681 (100%)
R 229 of 681 ~ 33.63%
G 234 of 681 ~ 34.36%
B 218 of 681 ~ 32.01%

%33.63
%34.36
%32.01

CMYK color model

#E5EADA color CMYK value is (2,0,7,8).

  • cyan value is 2.14%
  • magenta value is 0.00%
  • yellow value is 6.84%
  • key color value is 8.24%
CMYK:
(2,0,7,8)
C2M0Y7K8 
(2%,0%,7%,8%)
(0.02/0.00/0.07/0.08)	

CMYK percentages

%2.14
%0
%6.84
%8.24

Codes

Color #E5EADA in popluar color models

E5EADA
RGB229234218
HSL79°27.59%88.63%
HSB/HSV79°6.84%91.76%
CMYK2.14%0.00%6.84%
8.24%

Color #E5EADA in popluar number systems.

HEXE5EADA
Decimal229234218
Binary111001011110101011011010
Octal345352332

Shades and tints

Shades of #E5EADA

#E5EADA
(229,234,218)
#D1D5C7
(209,213,199)
#BDC0B4
(189,192,180)
#A9ABA1
(169,171,161)
#95968E
(149,150,142)
#81817B
(129,129,123)
#6D6C68
(109,108,104)
#595755
(89,87,85)
#454242
(69,66,66)
#312D2F
(49,45,47)
#1D181C
(29,24,28)
#000000
(0,0,0)

Tints of #E5EADA

#E5EADA
(229,234,218)
#E7EBDD
(231,235,221)
#E9ECE0
(233,236,224)
#EBEDE3
(235,237,227)
#EDEEE6
(237,238,230)
#EFEFE9
(239,239,233)
#F1F0EC
(241,240,236)
#F3F1EF
(243,241,239)
#F5F2F2
(245,242,242)
#F7F3F5
(247,243,245)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EADA; }

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

This text font color is #E5EADA.


Background Color

.myBgColor { background-color: #E5EADA; }

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

This div background color is #E5EADA.


Border color

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

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

This div border color is #E5EADA.


Opacity

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

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

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

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

This text has shadow with #E5EADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EADA on black background.


Color preview on white background

This text has color #E5EADA on white background.



Black color preview on #E5EADA background

This text has black color on #E5EADA background.


White color preview on #E5EADA background

This text has white color on #E5EADA background.