COLOR #E5EDE2

HEX: #E5EDE2 RGB: (229,237,226)

Color info

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

RGB color model

#E5EDE2 color RGB value is (229,237,226).

RGB: (229,237,226) (90%, 93%, 89%)

RGB channels and saturation

R 229 of 255 = 90%
G 237 of 255 = 93%
B 226 of 255 = 89%

229
237
226

R + G + B ~ 91%. #E5EDE2 is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 237 + 226 = 692 (100%)
R 229 of 692 ~ 33.09%
G 237 of 692 ~ 34.25%
B 226 of 692 ~ 32.66'%

%33.09
%34.25
%32.66

CMYK color model

#E5EDE2 color CMYK value is (3,0,5,7).

  • cyan value is 3.38%
  • magenta value is 0.00%
  • yellow value is 4.64%
  • key color value is 7.06%

CMYK: (3,0,5,7)
C3M0Y5K7 (3%, 0%, 5%, 7%)
(0.03 / 0.00 / 0.05 / 0.07)

CMYK percentages

%3.38
%0
%4.64
%7.06

Codes

Color #E5EDE2 in popluar color models

E5 ED E2
RGB 229 237 226
HSL 104° 23.40% 90.78%
HSB/HSV 104° 4.64% 92.94%
CMYK 3.38% 0.00% 4.64%
7.06%

Color #E5EDE2 in popluar number systems.

HEX E5 ED E2
Decimal 229 237 226
Binary 11100101 11101101 11100010
Octal 345 355 342

Shades and tints

Shades of #E5EDE2

#E5EDE2
(229,237,226)
#D1D8CE
(209,216,206)
#BDC3BA
(189,195,186)
#A9AEA6
(169,174,166)
#959992
(149,153,146)
#81847E
(129,132,126)
#6D6F6A
(109,111,106)
#595A56
(89,90,86)
#454542
(69,69,66)
#31302E
(49,48,46)
#1D1B1A
(29,27,26)
#000000
(0,0,0)

Tints of #E5EDE2

#E5EDE2
(229,237,226)
#E7EEE4
(231,238,228)
#E9EFE6
(233,239,230)
#EBF0E8
(235,240,232)
#EDF1EA
(237,241,234)
#EFF2EC
(239,242,236)
#F1F3EE
(241,243,238)
#F3F4F0
(243,244,240)
#F5F5F2
(245,245,242)
#F7F6F4
(247,246,244)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EDE2 color. Also use rgb(229,237,226) instead hex code.

Text Font Color

.myTextColor { color: #E5EDE2; }

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

This text font color is #E5EDE2.

Background Color

.myBgColor { background-color: #E5EDE2; }

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

This div background color is #E5EDE2.

Border color

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

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

This div border color is #E5EDE2.

Opacity

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

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

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

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

This text has shadow with #E5EDE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5EDE2.

Preview

Color preview on black background

This text has color #E5EDE2 on black background.


Color preview on white background

This text has color #E5EDE2 on white background.


Black color preview on #E5EDE2 background

This text has black color on #E5EDE2 background.


White color preview on #E5EDE2 background

This text has white color on #E5EDE2 background.


Related colors

Complementary color

Complementary color for #hex is #1A121D.


I love getcolorcode.com

Triadic colors

1 #E2E5ED and #EDE2E5 with #E5EDE2 are triadic colors.

2 #E2EDE5 and #EDE5E2 with #E5EDE2 are triadic colors.