COLOR #E5EBD9

HEX: #E5EBD9
RGB: (229,235,217)

Color info

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

RGB color model

#E5EBD9 color RGB value is (229,235,217).

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

RGB channels and saturation

R 229 of 255 = 90%
G 235 of 255 = 92%
B 217 of 255 = 85%

229
235
217

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

Portions of RGB colors in percentages

R + G + B =
229 + 235 + 217 = 681 (100%)
R 229 of 681 ~ 33.63%
G 235 of 681 ~ 34.51%
B 217 of 681 ~ 31.86%

%33.63
%34.51
%31.86

CMYK color model

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

  • cyan value is 2.55%
  • magenta value is 0.00%
  • yellow value is 7.66%
  • key color value is 7.84%
CMYK:
(3,0,8,8)
C3M0Y8K8 
(3%,0%,8%,8%)
(0.03/0.00/0.08/0.08)	

CMYK percentages

%2.55
%0
%7.66
%7.84

Codes

Color #E5EBD9 in popluar color models

E5EBD9
RGB229235217
HSL80°31.03%88.63%
HSB/HSV80°7.66%92.16%
CMYK2.55%0.00%7.66%
7.84%

Color #E5EBD9 in popluar number systems.

HEXE5EBD9
Decimal229235217
Binary111001011110101111011001
Octal345353331

Shades and tints

Shades of #E5EBD9

#E5EBD9
(229,235,217)
#D1D6C6
(209,214,198)
#BDC1B3
(189,193,179)
#A9ACA0
(169,172,160)
#95978D
(149,151,141)
#81827A
(129,130,122)
#6D6D67
(109,109,103)
#595854
(89,88,84)
#454341
(69,67,65)
#312E2E
(49,46,46)
#1D191B
(29,25,27)
#000000
(0,0,0)

Tints of #E5EBD9

#E5EBD9
(229,235,217)
#E7ECDC
(231,236,220)
#E9EDDF
(233,237,223)
#EBEEE2
(235,238,226)
#EDEFE5
(237,239,229)
#EFF0E8
(239,240,232)
#F1F1EB
(241,241,235)
#F3F2EE
(243,242,238)
#F5F3F1
(245,243,241)
#F7F4F4
(247,244,244)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EBD9; }

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

This text font color is #E5EBD9.


Background Color

.myBgColor { background-color: #E5EBD9; }

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

This div background color is #E5EBD9.


Border color

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

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

This div border color is #E5EBD9.


Opacity

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

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

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

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

This text has shadow with #E5EBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EBD9 on black background.


Color preview on white background

This text has color #E5EBD9 on white background.



Black color preview on #E5EBD9 background

This text has black color on #E5EBD9 background.


White color preview on #E5EBD9 background

This text has white color on #E5EBD9 background.