COLOR #E1EDE4

HEX: #E1EDE4 RGB: (225,237,228)

Color info

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

RGB color model

#E1EDE4 color RGB value is (225,237,228).

RGB: (225,237,228) (88%, 93%, 89%)

RGB channels and saturation

R 225 of 255 = 88%
G 237 of 255 = 93%
B 228 of 255 = 89%

225
237
228

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

Portions of RGB colors in percentages

R + G + B = 225 + 237 + 228 = 690 (100%)
R 225 of 690 ~ 32.61%
G 237 of 690 ~ 34.35%
B 228 of 690 ~ 33.04'%

%32.61
%34.35
%33.04

CMYK color model

#E1EDE4 color CMYK value is (5,0,4,7).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 3.80%
  • key color value is 7.06%

CMYK: (5,0,4,7)
C5M0Y4K7 (5%, 0%, 4%, 7%)
(0.05 / 0.00 / 0.04 / 0.07)

CMYK percentages

%5.06
%0
%3.8
%7.06

Codes

Color #E1EDE4 in popluar color models

E1 ED E4
RGB 225 237 228
HSL 135° 25.00% 90.59%
HSB/HSV 135° 5.06% 92.94%
CMYK 5.06% 0.00% 3.80%
7.06%

Color #E1EDE4 in popluar number systems.

HEX E1 ED E4
Decimal 225 237 228
Binary 11100001 11101101 11100100
Octal 341 355 344

Shades and tints

Shades of #E1EDE4

#E1EDE4
(225,237,228)
#CDD8D0
(205,216,208)
#B9C3BC
(185,195,188)
#A5AEA8
(165,174,168)
#919994
(145,153,148)
#7D8480
(125,132,128)
#696F6C
(105,111,108)
#555A58
(85,90,88)
#414544
(65,69,68)
#2D3030
(45,48,48)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #E1EDE4

#E1EDE4
(225,237,228)
#E3EEE6
(227,238,230)
#E5EFE8
(229,239,232)
#E7F0EA
(231,240,234)
#E9F1EC
(233,241,236)
#EBF2EE
(235,242,238)
#EDF3F0
(237,243,240)
#EFF4F2
(239,244,242)
#F1F5F4
(241,245,244)
#F3F6F6
(243,246,246)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1EDE4 color. Also use rgb(225,237,228) instead hex code.

Text Font Color

.myTextColor { color: #E1EDE4; }

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

This text font color is #E1EDE4.

Background Color

.myBgColor { background-color: #E1EDE4; }

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

This div background color is #E1EDE4.

Border color

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

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

This div border color is #E1EDE4.

Opacity

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

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

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

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

This text has shadow with #E1EDE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EDE4.

Preview

Color preview on black background

This text has color #E1EDE4 on black background.


Color preview on white background

This text has color #E1EDE4 on white background.


Black color preview on #E1EDE4 background

This text has black color on #E1EDE4 background.


White color preview on #E1EDE4 background

This text has white color on #E1EDE4 background.


Related colors

Complementary color

Complementary color for #hex is #1E121B.


I love getcolorcode.com

Triadic colors

1 #E4E1ED and #EDE4E1 with #E1EDE4 are triadic colors.

2 #E4EDE1 and #EDE1E4 with #E1EDE4 are triadic colors.