COLOR #E1ECD7

HEX: #E1ECD7
RGB: (225,236,215)

Color info

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

RGB color model

#E1ECD7 color RGB value is (225,236,215).

  • red value is 225;
  • green value is 236;
  • blue value is 215.
RGB:
(225,236,215)
(88%,93%,84%)

RGB channels and saturation

R 225 of 255 = 88%
G 236 of 255 = 93%
B 215 of 255 = 84%

225
236
215

R + G + B ~ 88%. #E1ECD7 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 236 + 215 = 676 (100%)
R 225 of 676 ~ 33.28%
G 236 of 676 ~ 34.91%
B 215 of 676 ~ 31.8%

%33.28
%34.91
%31.8

CMYK color model

#E1ECD7 color CMYK value is (5,0,9,7).

  • cyan value is 4.66%
  • magenta value is 0.00%
  • yellow value is 8.90%
  • key color value is 7.45%
CMYK:
(5,0,9,7)
C5M0Y9K7 
(5%,0%,9%,7%)
(0.05/0.00/0.09/0.07)	

CMYK percentages

%4.66
%0
%8.9
%7.45

Codes

Color #E1ECD7 in popluar color models

E1ECD7
RGB225236215
HSL91°35.59%88.43%
HSB/HSV91°8.90%92.55%
CMYK4.66%0.00%8.90%
7.45%

Color #E1ECD7 in popluar number systems.

HEXE1ECD7
Decimal225236215
Binary111000011110110011010111
Octal341354327

Shades and tints

Shades of #E1ECD7

#E1ECD7
(225,236,215)
#CDD7C4
(205,215,196)
#B9C2B1
(185,194,177)
#A5AD9E
(165,173,158)
#91988B
(145,152,139)
#7D8378
(125,131,120)
#696E65
(105,110,101)
#555952
(85,89,82)
#41443F
(65,68,63)
#2D2F2C
(45,47,44)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #E1ECD7

#E1ECD7
(225,236,215)
#E3EDDA
(227,237,218)
#E5EEDD
(229,238,221)
#E7EFE0
(231,239,224)
#E9F0E3
(233,240,227)
#EBF1E6
(235,241,230)
#EDF2E9
(237,242,233)
#EFF3EC
(239,243,236)
#F1F4EF
(241,244,239)
#F3F5F2
(243,245,242)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1ECD7 color. Also use rgb(225,236,215) instead hex code.

Text Font Color

.myTextColor { color: #E1ECD7; }

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

This text font color is #E1ECD7.


Background Color

.myBgColor { background-color: #E1ECD7; }

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

This div background color is #E1ECD7.


Border color

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

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

This div border color is #E1ECD7.


Opacity

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

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

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

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

This text has shadow with #E1ECD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1ECD7 on black background.


Color preview on white background

This text has color #E1ECD7 on white background.



Black color preview on #E1ECD7 background

This text has black color on #E1ECD7 background.


White color preview on #E1ECD7 background

This text has white color on #E1ECD7 background.