COLOR #E5ECD6

HEX: #E5ECD6
RGB: (229,236,214)

Color info

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

RGB color model

#E5ECD6 color RGB value is (229,236,214).

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

RGB channels and saturation

R 229 of 255 = 90%
G 236 of 255 = 93%
B 214 of 255 = 84%

229
236
214

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

Portions of RGB colors in percentages

R + G + B =
229 + 236 + 214 = 679 (100%)
R 229 of 679 ~ 33.73%
G 236 of 679 ~ 34.76%
B 214 of 679 ~ 31.52%

%33.73
%34.76
%31.52

CMYK color model

#E5ECD6 color CMYK value is (3,0,9,7).

  • cyan value is 2.97%
  • magenta value is 0.00%
  • yellow value is 9.32%
  • key color value is 7.45%
CMYK:
(3,0,9,7)
C3M0Y9K7 
(3%,0%,9%,7%)
(0.03/0.00/0.09/0.07)	

CMYK percentages

%2.97
%0
%9.32
%7.45

Codes

Color #E5ECD6 in popluar color models

E5ECD6
RGB229236214
HSL79°36.67%88.24%
HSB/HSV79°9.32%92.55%
CMYK2.97%0.00%9.32%
7.45%

Color #E5ECD6 in popluar number systems.

HEXE5ECD6
Decimal229236214
Binary111001011110110011010110
Octal345354326

Shades and tints

Shades of #E5ECD6

#E5ECD6
(229,236,214)
#D1D7C3
(209,215,195)
#BDC2B0
(189,194,176)
#A9AD9D
(169,173,157)
#95988A
(149,152,138)
#818377
(129,131,119)
#6D6E64
(109,110,100)
#595951
(89,89,81)
#45443E
(69,68,62)
#312F2B
(49,47,43)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #E5ECD6

#E5ECD6
(229,236,214)
#E7EDD9
(231,237,217)
#E9EEDC
(233,238,220)
#EBEFDF
(235,239,223)
#EDF0E2
(237,240,226)
#EFF1E5
(239,241,229)
#F1F2E8
(241,242,232)
#F3F3EB
(243,243,235)
#F5F4EE
(245,244,238)
#F7F5F1
(247,245,241)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5ECD6; }

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

This text font color is #E5ECD6.


Background Color

.myBgColor { background-color: #E5ECD6; }

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

This div background color is #E5ECD6.


Border color

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

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

This div border color is #E5ECD6.


Opacity

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

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

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

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

This text has shadow with #E5ECD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5ECD6 on black background.


Color preview on white background

This text has color #E5ECD6 on white background.



Black color preview on #E5ECD6 background

This text has black color on #E5ECD6 background.


White color preview on #E5ECD6 background

This text has white color on #E5ECD6 background.