COLOR #E7E1DC

HEX: #E7E1DC
RGB: (231,225,220)

Color info

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

RGB color model

#E7E1DC color RGB value is (231,225,220).

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

RGB channels and saturation

R 231 of 255 = 91%
G 225 of 255 = 88%
B 220 of 255 = 86%

231
225
220

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

Portions of RGB colors in percentages

R + G + B =
231 + 225 + 220 = 676 (100%)
R 231 of 676 ~ 34.17%
G 225 of 676 ~ 33.28%
B 220 of 676 ~ 32.54%

%34.17
%33.28
%32.54

CMYK color model

#E7E1DC color CMYK value is (0,3,5,9).

  • cyan value is 0.00%
  • magenta value is 2.60%
  • yellow value is 4.76%
  • key color value is 9.41%
CMYK:
(0,3,5,9)
C0M3Y5K9 
(0%,3%,5%,9%)
(0.00/0.03/0.05/0.09)	

CMYK percentages

%0
%2.6
%4.76
%9.41

Codes

Color #E7E1DC in popluar color models

E7E1DC
RGB231225220
HSL27°18.64%88.43%
HSB/HSV27°4.76%90.59%
CMYK0.00%2.60%4.76%
9.41%

Color #E7E1DC in popluar number systems.

HEXE7E1DC
Decimal231225220
Binary111001111110000111011100
Octal347341334

Shades and tints

Shades of #E7E1DC

#E7E1DC
(231,225,220)
#D2CDC8
(210,205,200)
#BDB9B4
(189,185,180)
#A8A5A0
(168,165,160)
#93918C
(147,145,140)
#7E7D78
(126,125,120)
#696964
(105,105,100)
#545550
(84,85,80)
#3F413C
(63,65,60)
#2A2D28
(42,45,40)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #E7E1DC

#E7E1DC
(231,225,220)
#E9E3DF
(233,227,223)
#EBE5E2
(235,229,226)
#EDE7E5
(237,231,229)
#EFE9E8
(239,233,232)
#F1EBEB
(241,235,235)
#F3EDEE
(243,237,238)
#F5EFF1
(245,239,241)
#F7F1F4
(247,241,244)
#F9F3F7
(249,243,247)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E1DC; }

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

This text font color is #E7E1DC.


Background Color

.myBgColor { background-color: #E7E1DC; }

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

This div background color is #E7E1DC.


Border color

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

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

This div border color is #E7E1DC.


Opacity

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

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

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

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

This text has shadow with #E7E1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E1DC on black background.


Color preview on white background

This text has color #E7E1DC on white background.



Black color preview on #E7E1DC background

This text has black color on #E7E1DC background.


White color preview on #E7E1DC background

This text has white color on #E7E1DC background.