COLOR #E7E1D7

HEX: #E7E1D7
RGB: (231,225,215)

Color info

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

RGB color model

#E7E1D7 color RGB value is (231,225,215).

  • red value is 231;
  • green value is 225;
  • blue value is 215.
RGB:
(231,225,215)
(91%,88%,84%)

RGB channels and saturation

R 231 of 255 = 91%
G 225 of 255 = 88%
B 215 of 255 = 84%

231
225
215

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

Portions of RGB colors in percentages

R + G + B =
231 + 225 + 215 = 671 (100%)
R 231 of 671 ~ 34.43%
G 225 of 671 ~ 33.53%
B 215 of 671 ~ 32.04%

%34.43
%33.53
%32.04

CMYK color model

#E7E1D7 color CMYK value is (0,3,7,9).

  • cyan value is 0.00%
  • magenta value is 2.60%
  • yellow value is 6.93%
  • key color value is 9.41%
CMYK:
(0,3,7,9)
C0M3Y7K9 
(0%,3%,7%,9%)
(0.00/0.03/0.07/0.09)	

CMYK percentages

%0
%2.6
%6.93
%9.41

Codes

Color #E7E1D7 in popluar color models

E7E1D7
RGB231225215
HSL38°25.00%87.45%
HSB/HSV38°6.93%90.59%
CMYK0.00%2.60%6.93%
9.41%

Color #E7E1D7 in popluar number systems.

HEXE7E1D7
Decimal231225215
Binary111001111110000111010111
Octal347341327

Shades and tints

Shades of #E7E1D7

#E7E1D7
(231,225,215)
#D2CDC4
(210,205,196)
#BDB9B1
(189,185,177)
#A8A59E
(168,165,158)
#93918B
(147,145,139)
#7E7D78
(126,125,120)
#696965
(105,105,101)
#545552
(84,85,82)
#3F413F
(63,65,63)
#2A2D2C
(42,45,44)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #E7E1D7

#E7E1D7
(231,225,215)
#E9E3DA
(233,227,218)
#EBE5DD
(235,229,221)
#EDE7E0
(237,231,224)
#EFE9E3
(239,233,227)
#F1EBE6
(241,235,230)
#F3EDE9
(243,237,233)
#F5EFEC
(245,239,236)
#F7F1EF
(247,241,239)
#F9F3F2
(249,243,242)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E1D7 color. Also use rgb(231,225,215) instead hex code.

Text Font Color

.myTextColor { color: #E7E1D7; }

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

This text font color is #E7E1D7.


Background Color

.myBgColor { background-color: #E7E1D7; }

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

This div background color is #E7E1D7.


Border color

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

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

This div border color is #E7E1D7.


Opacity

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

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

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

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

This text has shadow with #E7E1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E1D7 on black background.


Color preview on white background

This text has color #E7E1D7 on white background.



Black color preview on #E7E1D7 background

This text has black color on #E7E1D7 background.


White color preview on #E7E1D7 background

This text has white color on #E7E1D7 background.