COLOR #E5ECD8

HEX: #E5ECD8
RGB: (229,236,216)

Color info

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

RGB color model

#E5ECD8 color RGB value is (229,236,216).

  • red value is 229;
  • green value is 236;
  • blue value is 216.
RGB:
(229,236,216)
(90%,93%,85%)

RGB channels and saturation

R 229 of 255 = 90%
G 236 of 255 = 93%
B 216 of 255 = 85%

229
236
216

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

Portions of RGB colors in percentages

R + G + B =
229 + 236 + 216 = 681 (100%)
R 229 of 681 ~ 33.63%
G 236 of 681 ~ 34.65%
B 216 of 681 ~ 31.72%

%33.63
%34.65
%31.72

CMYK color model

#E5ECD8 color CMYK value is (3,0,8,7).

  • cyan value is 2.97%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 7.45%
CMYK:
(3,0,8,7)
C3M0Y8K7 
(3%,0%,8%,7%)
(0.03/0.00/0.08/0.07)	

CMYK percentages

%2.97
%0
%8.47
%7.45

Codes

Color #E5ECD8 in popluar color models

E5ECD8
RGB229236216
HSL81°34.48%88.63%
HSB/HSV81°8.47%92.55%
CMYK2.97%0.00%8.47%
7.45%

Color #E5ECD8 in popluar number systems.

HEXE5ECD8
Decimal229236216
Binary111001011110110011011000
Octal345354330

Shades and tints

Shades of #E5ECD8

#E5ECD8
(229,236,216)
#D1D7C5
(209,215,197)
#BDC2B2
(189,194,178)
#A9AD9F
(169,173,159)
#95988C
(149,152,140)
#818379
(129,131,121)
#6D6E66
(109,110,102)
#595953
(89,89,83)
#454440
(69,68,64)
#312F2D
(49,47,45)
#1D1A1A
(29,26,26)
#000000
(0,0,0)

Tints of #E5ECD8

#E5ECD8
(229,236,216)
#E7EDDB
(231,237,219)
#E9EEDE
(233,238,222)
#EBEFE1
(235,239,225)
#EDF0E4
(237,240,228)
#EFF1E7
(239,241,231)
#F1F2EA
(241,242,234)
#F3F3ED
(243,243,237)
#F5F4F0
(245,244,240)
#F7F5F3
(247,245,243)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5ECD8 color. Also use rgb(229,236,216) instead hex code.

Text Font Color

.myTextColor { color: #E5ECD8; }

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

This text font color is #E5ECD8.


Background Color

.myBgColor { background-color: #E5ECD8; }

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

This div background color is #E5ECD8.


Border color

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

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

This div border color is #E5ECD8.


Opacity

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

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

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

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

This text has shadow with #E5ECD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5ECD8 on black background.


Color preview on white background

This text has color #E5ECD8 on white background.



Black color preview on #E5ECD8 background

This text has black color on #E5ECD8 background.


White color preview on #E5ECD8 background

This text has white color on #E5ECD8 background.