COLOR #E8ECDD

HEX: #E8ECDD
RGB: (232,236,221)

Color info

#E8ECDD contains red, green and blue colors in about the same proportion. Web safe color of #E8ECDD is #FFFFCC (or #FFC).

RGB color model

#E8ECDD color RGB value is (232,236,221).

  • red value is 232;
  • green value is 236;
  • blue value is 221.
RGB:
(232,236,221)
(91%,93%,87%)

RGB channels and saturation

R 232 of 255 = 91%
G 236 of 255 = 93%
B 221 of 255 = 87%

232
236
221

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

Portions of RGB colors in percentages

R + G + B =
232 + 236 + 221 = 689 (100%)
R 232 of 689 ~ 33.67%
G 236 of 689 ~ 34.25%
B 221 of 689 ~ 32.08%

%33.67
%34.25
%32.08

CMYK color model

#E8ECDD color CMYK value is (2,0,6,7).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 6.36%
  • key color value is 7.45%
CMYK:
(2,0,6,7)
C2M0Y6K7 
(2%,0%,6%,7%)
(0.02/0.00/0.06/0.07)	

CMYK percentages

%1.69
%0
%6.36
%7.45

Codes

Color #E8ECDD in popluar color models

E8ECDD
RGB232236221
HSL76°28.30%89.61%
HSB/HSV76°6.36%92.55%
CMYK1.69%0.00%6.36%
7.45%

Color #E8ECDD in popluar number systems.

HEXE8ECDD
Decimal232236221
Binary111010001110110011011101
Octal350354335

Shades and tints

Shades of #E8ECDD

#E8ECDD
(232,236,221)
#D3D7C9
(211,215,201)
#BEC2B5
(190,194,181)
#A9ADA1
(169,173,161)
#94988D
(148,152,141)
#7F8379
(127,131,121)
#6A6E65
(106,110,101)
#555951
(85,89,81)
#40443D
(64,68,61)
#2B2F29
(43,47,41)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #E8ECDD

#E8ECDD
(232,236,221)
#EAEDE0
(234,237,224)
#ECEEE3
(236,238,227)
#EEEFE6
(238,239,230)
#F0F0E9
(240,240,233)
#F2F1EC
(242,241,236)
#F4F2EF
(244,242,239)
#F6F3F2
(246,243,242)
#F8F4F5
(248,244,245)
#FAF5F8
(250,245,248)
#FCF6FB
(252,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8ECDD color. Also use rgb(232,236,221) instead hex code.

Text Font Color

.myTextColor { color: #E8ECDD; }

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

This text font color is #E8ECDD.


Background Color

.myBgColor { background-color: #E8ECDD; }

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

This div background color is #E8ECDD.


Border color

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

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

This div border color is #E8ECDD.


Opacity

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

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

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

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

This text has shadow with #E8ECDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8ECDD on black background.


Color preview on white background

This text has color #E8ECDD on white background.



Black color preview on #E8ECDD background

This text has black color on #E8ECDD background.


White color preview on #E8ECDD background

This text has white color on #E8ECDD background.