COLOR #E5EFDD

HEX: #E5EFDD RGB: (229,239,221)

Color info

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

RGB color model

#E5EFDD color RGB value is (229,239,221).

RGB: (229,239,221) (90%, 94%, 87%)

RGB channels and saturation

R 229 of 255 = 90%
G 239 of 255 = 94%
B 221 of 255 = 87%

229
239
221

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

Portions of RGB colors in percentages

R + G + B = 229 + 239 + 221 = 689 (100%)
R 229 of 689 ~ 33.24%
G 239 of 689 ~ 34.69%
B 221 of 689 ~ 32.08'%

%33.24
%34.69
%32.08

CMYK color model

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

  • cyan value is 4.18%
  • magenta value is 0.00%
  • yellow value is 7.53%
  • key color value is 6.27%

CMYK: (4,0,8,6)
C4M0Y8K6 (4%, 0%, 8%, 6%)
(0.04 / 0.00 / 0.08 / 0.06)

CMYK percentages

%4.18
%0
%7.53
%6.27

Codes

Color #E5EFDD in popluar color models

E5 EF DD
RGB 229 239 221
HSL 93° 36.00% 90.20%
HSB/HSV 93° 7.53% 93.73%
CMYK 4.18% 0.00% 7.53%
6.27%

Color #E5EFDD in popluar number systems.

HEX E5 EF DD
Decimal 229 239 221
Binary 11100101 11101111 11011101
Octal 345 357 335

Shades and tints

Shades of #E5EFDD

#E5EFDD
(229,239,221)
#D1DAC9
(209,218,201)
#BDC5B5
(189,197,181)
#A9B0A1
(169,176,161)
#959B8D
(149,155,141)
#818679
(129,134,121)
#6D7165
(109,113,101)
#595C51
(89,92,81)
#45473D
(69,71,61)
#313229
(49,50,41)
#1D1D15
(29,29,21)
#000000
(0,0,0)

Tints of #E5EFDD

#E5EFDD
(229,239,221)
#E7F0E0
(231,240,224)
#E9F1E3
(233,241,227)
#EBF2E6
(235,242,230)
#EDF3E9
(237,243,233)
#EFF4EC
(239,244,236)
#F1F5EF
(241,245,239)
#F3F6F2
(243,246,242)
#F5F7F5
(245,247,245)
#F7F8F8
(247,248,248)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EFDD; }

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

This text font color is #E5EFDD.

Background Color

.myBgColor { background-color: #E5EFDD; }

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

This div background color is #E5EFDD.

Border color

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

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

This div border color is #E5EFDD.

Opacity

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

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

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

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

This text has shadow with #E5EFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5EFDD.

Preview

Color preview on black background

This text has color #E5EFDD on black background.


Color preview on white background

This text has color #E5EFDD on white background.


Black color preview on #E5EFDD background

This text has black color on #E5EFDD background.


White color preview on #E5EFDD background

This text has white color on #E5EFDD background.


Related colors

Complementary color

Complementary color for #E5EFDD is #1A1022.


I love getcolorcode.com

Triadic colors

1 #DDE5EF and #EFDDE5 with #E5EFDD are triadic colors.

2 #DDEFE5 and #EFE5DD with #E5EFDD are triadic colors.