COLOR #E5EBDE

HEX: #E5EBDE RGB: (229,235,222)

Color info

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

RGB color model

#E5EBDE color RGB value is (229,235,222).

RGB: (229,235,222) (90%, 92%, 87%)

RGB channels and saturation

R 229 of 255 = 90%
G 235 of 255 = 92%
B 222 of 255 = 87%

229
235
222

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

Portions of RGB colors in percentages

R + G + B = 229 + 235 + 222 = 686 (100%)
R 229 of 686 ~ 33.38%
G 235 of 686 ~ 34.26%
B 222 of 686 ~ 32.36'%

%33.38
%34.26
%32.36

CMYK color model

#E5EBDE color CMYK value is (3,0,6,8).

  • cyan value is 2.55%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 7.84%

CMYK: (3,0,6,8)
C3M0Y6K8 (3%, 0%, 6%, 8%)
(0.03 / 0.00 / 0.06 / 0.08)

CMYK percentages

%2.55
%0
%5.53
%7.84

Codes

Color #E5EBDE in popluar color models

E5 EB DE
RGB 229 235 222
HSL 88° 24.53% 89.61%
HSB/HSV 88° 5.53% 92.16%
CMYK 2.55% 0.00% 5.53%
7.84%

Color #E5EBDE in popluar number systems.

HEX E5 EB DE
Decimal 229 235 222
Binary 11100101 11101011 11011110
Octal 345 353 336

Shades and tints

Shades of #E5EBDE

#E5EBDE
(229,235,222)
#D1D6CA
(209,214,202)
#BDC1B6
(189,193,182)
#A9ACA2
(169,172,162)
#95978E
(149,151,142)
#81827A
(129,130,122)
#6D6D66
(109,109,102)
#595852
(89,88,82)
#45433E
(69,67,62)
#312E2A
(49,46,42)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #E5EBDE

#E5EBDE
(229,235,222)
#E7ECE1
(231,236,225)
#E9EDE4
(233,237,228)
#EBEEE7
(235,238,231)
#EDEFEA
(237,239,234)
#EFF0ED
(239,240,237)
#F1F1F0
(241,241,240)
#F3F2F3
(243,242,243)
#F5F3F6
(245,243,246)
#F7F4F9
(247,244,249)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EBDE color. Also use rgb(229,235,222) instead hex code.

Text Font Color

.myTextColor { color: #E5EBDE; }

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

This text font color is #E5EBDE.

Background Color

.myBgColor { background-color: #E5EBDE; }

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

This div background color is #E5EBDE.

Border color

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

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

This div border color is #E5EBDE.

Opacity

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

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

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

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

This text has shadow with #E5EBDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5EBDE.

Preview

Color preview on black background

This text has color #E5EBDE on black background.


Color preview on white background

This text has color #E5EBDE on white background.


Black color preview on #E5EBDE background

This text has black color on #E5EBDE background.


White color preview on #E5EBDE background

This text has white color on #E5EBDE background.


Related colors

Complementary color

Complementary color for #hex is #1A1421.


I love getcolorcode.com

Triadic colors

1 #DEE5EB and #EBDEE5 with #E5EBDE are triadic colors.

2 #DEEBE5 and #EBE5DE with #E5EBDE are triadic colors.