COLOR #E5EBDD

HEX: #E5EBDD
RGB: (229,235,221)

Color info

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

RGB color model

#E5EBDD color RGB value is (229,235,221).

  • red value is 229;
  • green value is 235;
  • blue value is 221.
RGB:
(229,235,221)
(90%,92%,87%)

RGB channels and saturation

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

229
235
221

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

Portions of RGB colors in percentages

R + G + B =
229 + 235 + 221 = 685 (100%)
R 229 of 685 ~ 33.43%
G 235 of 685 ~ 34.31%
B 221 of 685 ~ 32.26%

%33.43
%34.31
%32.26

CMYK color model

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

  • cyan value is 2.55%
  • magenta value is 0.00%
  • yellow value is 5.96%
  • 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.96
%7.84

Codes

Color #E5EBDD in popluar color models

E5EBDD
RGB229235221
HSL86°25.93%89.41%
HSB/HSV86°5.96%92.16%
CMYK2.55%0.00%5.96%
7.84%

Color #E5EBDD in popluar number systems.

HEXE5EBDD
Decimal229235221
Binary111001011110101111011101
Octal345353335

Shades and tints

Shades of #E5EBDD

#E5EBDD
(229,235,221)
#D1D6C9
(209,214,201)
#BDC1B5
(189,193,181)
#A9ACA1
(169,172,161)
#95978D
(149,151,141)
#818279
(129,130,121)
#6D6D65
(109,109,101)
#595851
(89,88,81)
#45433D
(69,67,61)
#312E29
(49,46,41)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #E5EBDD

#E5EBDD
(229,235,221)
#E7ECE0
(231,236,224)
#E9EDE3
(233,237,227)
#EBEEE6
(235,238,230)
#EDEFE9
(237,239,233)
#EFF0EC
(239,240,236)
#F1F1EF
(241,241,239)
#F3F2F2
(243,242,242)
#F5F3F5
(245,243,245)
#F7F4F8
(247,244,248)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EBDD; }

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

This text font color is #E5EBDD.


Background Color

.myBgColor { background-color: #E5EBDD; }

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

This div background color is #E5EBDD.


Border color

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

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

This div border color is #E5EBDD.


Opacity

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

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

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

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

This text has shadow with #E5EBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EBDD on black background.


Color preview on white background

This text has color #E5EBDD on white background.



Black color preview on #E5EBDD background

This text has black color on #E5EBDD background.


White color preview on #E5EBDD background

This text has white color on #E5EBDD background.