COLOR #E5EADD

HEX: #E5EADD RGB: (229,234,221)

Color info

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

RGB color model

#E5EADD color RGB value is (229,234,221).

RGB: (229,234,221) (90%, 92%, 87%)

RGB channels and saturation

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

229
234
221

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

Portions of RGB colors in percentages

R + G + B = 229 + 234 + 221 = 684 (100%)
R 229 of 684 ~ 33.48%
G 234 of 684 ~ 34.21%
B 221 of 684 ~ 32.31'%

%33.48
%34.21
%32.31

CMYK color model

#E5EADD color CMYK value is (2,0,6,8).

  • cyan value is 2.14%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 8.24%

CMYK: (2,0,6,8)
C2M0Y6K8 (2%, 0%, 6%, 8%)
(0.02 / 0.00 / 0.06 / 0.08)

CMYK percentages

%2.14
%0
%5.56
%8.24

Codes

Color #E5EADD in popluar color models

E5 EA DD
RGB 229 234 221
HSL 83° 23.64% 89.22%
HSB/HSV 83° 5.56% 91.76%
CMYK 2.14% 0.00% 5.56%
8.24%

Color #E5EADD in popluar number systems.

HEX E5 EA DD
Decimal 229 234 221
Binary 11100101 11101010 11011101
Octal 345 352 335

Shades and tints

Shades of #E5EADD

#E5EADD
(229,234,221)
#D1D5C9
(209,213,201)
#BDC0B5
(189,192,181)
#A9ABA1
(169,171,161)
#95968D
(149,150,141)
#818179
(129,129,121)
#6D6C65
(109,108,101)
#595751
(89,87,81)
#45423D
(69,66,61)
#312D29
(49,45,41)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #E5EADD

#E5EADD
(229,234,221)
#E7EBE0
(231,235,224)
#E9ECE3
(233,236,227)
#EBEDE6
(235,237,230)
#EDEEE9
(237,238,233)
#EFEFEC
(239,239,236)
#F1F0EF
(241,240,239)
#F3F1F2
(243,241,242)
#F5F2F5
(245,242,245)
#F7F3F8
(247,243,248)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EADD; }

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

This text font color is #E5EADD.

Background Color

.myBgColor { background-color: #E5EADD; }

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

This div background color is #E5EADD.

Border color

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

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

This div border color is #E5EADD.

Opacity

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

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

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

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

This text has shadow with #E5EADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5EADD.

Preview

Color preview on black background

This text has color #E5EADD on black background.


Color preview on white background

This text has color #E5EADD on white background.


Black color preview on #E5EADD background

This text has black color on #E5EADD background.


White color preview on #E5EADD background

This text has white color on #E5EADD background.


Related colors

Complementary color

Complementary color for #hex is #1A1522.


I love getcolorcode.com

Triadic colors

1 #DDE5EA and #EADDE5 with #E5EADD are triadic colors.

2 #DDEAE5 and #EAE5DD with #E5EADD are triadic colors.