COLOR #E7E5D1

HEX: #E7E5D1
RGB: (231,229,209)

Color info

#E7E5D1 contains red, green and blue colors in about the same proportion. Web safe color of #E7E5D1 is #FFCCCC (or #FCC).

RGB color model

#E7E5D1 color RGB value is (231,229,209).

  • red value is 231;
  • green value is 229;
  • blue value is 209.
RGB:
(231,229,209)
(91%,90%,82%)

RGB channels and saturation

R 231 of 255 = 91%
G 229 of 255 = 90%
B 209 of 255 = 82%

231
229
209

R + G + B ~ 88%. #E7E5D1 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 229 + 209 = 669 (100%)
R 231 of 669 ~ 34.53%
G 229 of 669 ~ 34.23%
B 209 of 669 ~ 31.24%

%34.53
%34.23
%31.24

CMYK color model

#E7E5D1 color CMYK value is (0,1,10,9).

  • cyan value is 0.00%
  • magenta value is 0.87%
  • yellow value is 9.52%
  • key color value is 9.41%
CMYK:
(0,1,10,9)
C0M1Y10K9 
(0%,1%,10%,9%)
(0.00/0.01/0.10/0.09)	

CMYK percentages

%0
%0.87
%9.52
%9.41

Codes

Color #E7E5D1 in popluar color models

E7E5D1
RGB231229209
HSL55°31.43%86.27%
HSB/HSV55°9.52%90.59%
CMYK0.00%0.87%9.52%
9.41%

Color #E7E5D1 in popluar number systems.

HEXE7E5D1
Decimal231229209
Binary111001111110010111010001
Octal347345321

Shades and tints

Shades of #E7E5D1

#E7E5D1
(231,229,209)
#D2D1BE
(210,209,190)
#BDBDAB
(189,189,171)
#A8A998
(168,169,152)
#939585
(147,149,133)
#7E8172
(126,129,114)
#696D5F
(105,109,95)
#54594C
(84,89,76)
#3F4539
(63,69,57)
#2A3126
(42,49,38)
#151D13
(21,29,19)
#000000
(0,0,0)

Tints of #E7E5D1

#E7E5D1
(231,229,209)
#E9E7D5
(233,231,213)
#EBE9D9
(235,233,217)
#EDEBDD
(237,235,221)
#EFEDE1
(239,237,225)
#F1EFE5
(241,239,229)
#F3F1E9
(243,241,233)
#F5F3ED
(245,243,237)
#F7F5F1
(247,245,241)
#F9F7F5
(249,247,245)
#FBF9F9
(251,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E5D1 color. Also use rgb(231,229,209) instead hex code.

Text Font Color

.myTextColor { color: #E7E5D1; }

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

This text font color is #E7E5D1.


Background Color

.myBgColor { background-color: #E7E5D1; }

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

This div background color is #E7E5D1.


Border color

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

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

This div border color is #E7E5D1.


Opacity

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

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

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

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

This text has shadow with #E7E5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E5D1 on black background.


Color preview on white background

This text has color #E7E5D1 on white background.



Black color preview on #E7E5D1 background

This text has black color on #E7E5D1 background.


White color preview on #E7E5D1 background

This text has white color on #E7E5D1 background.