COLOR #E1ECD8

HEX: #E1ECD8 RGB: (225,236,216)

Color info

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

RGB color model

#E1ECD8 color RGB value is (225,236,216).

RGB: (225,236,216) (88%, 93%, 85%)

RGB channels and saturation

R 225 of 255 = 88%
G 236 of 255 = 93%
B 216 of 255 = 85%

225
236
216

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

Portions of RGB colors in percentages

R + G + B = 225 + 236 + 216 = 677 (100%)
R 225 of 677 ~ 33.23%
G 236 of 677 ~ 34.86%
B 216 of 677 ~ 31.91'%

%33.23
%34.86
%31.91

CMYK color model

#E1ECD8 color CMYK value is (5,0,8,7).

  • cyan value is 4.66%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 7.45%

CMYK: (5,0,8,7)
C5M0Y8K7 (5%, 0%, 8%, 7%)
(0.05 / 0.00 / 0.08 / 0.07)

CMYK percentages

%4.66
%0
%8.47
%7.45

Codes

Color #E1ECD8 in popluar color models

E1 EC D8
RGB 225 236 216
HSL 93° 34.48% 88.63%
HSB/HSV 93° 8.47% 92.55%
CMYK 4.66% 0.00% 8.47%
7.45%

Color #E1ECD8 in popluar number systems.

HEX E1 EC D8
Decimal 225 236 216
Binary 11100001 11101100 11011000
Octal 341 354 330

Shades and tints

Shades of #E1ECD8

#E1ECD8
(225,236,216)
#CDD7C5
(205,215,197)
#B9C2B2
(185,194,178)
#A5AD9F
(165,173,159)
#91988C
(145,152,140)
#7D8379
(125,131,121)
#696E66
(105,110,102)
#555953
(85,89,83)
#414440
(65,68,64)
#2D2F2D
(45,47,45)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #E1ECD8

#E1ECD8
(225,236,216)
#E3EDDB
(227,237,219)
#E5EEDE
(229,238,222)
#E7EFE1
(231,239,225)
#E9F0E4
(233,240,228)
#EBF1E7
(235,241,231)
#EDF2EA
(237,242,234)
#EFF3ED
(239,243,237)
#F1F4F0
(241,244,240)
#F3F5F3
(243,245,243)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1ECD8; }

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

This text font color is #E1ECD8.

Background Color

.myBgColor { background-color: #E1ECD8; }

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

This div background color is #E1ECD8.

Border color

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

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

This div border color is #E1ECD8.

Opacity

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

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

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

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

This text has shadow with #E1ECD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1ECD8.

Preview

Color preview on black background

This text has color #E1ECD8 on black background.


Color preview on white background

This text has color #E1ECD8 on white background.


Black color preview on #E1ECD8 background

This text has black color on #E1ECD8 background.


White color preview on #E1ECD8 background

This text has white color on #E1ECD8 background.


Related colors

Complementary color

Complementary color for #hex is #1E1327.


I love getcolorcode.com

Triadic colors

1 #D8E1EC and #ECD8E1 with #E1ECD8 are triadic colors.

2 #D8ECE1 and #ECE1D8 with #E1ECD8 are triadic colors.