COLOR #E7E1DE

HEX: #E7E1DE
RGB: (231,225,222)

Color info

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

RGB color model

#E7E1DE color RGB value is (231,225,222).

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

RGB channels and saturation

R 231 of 255 = 91%
G 225 of 255 = 88%
B 222 of 255 = 87%

231
225
222

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

Portions of RGB colors in percentages

R + G + B =
231 + 225 + 222 = 678 (100%)
R 231 of 678 ~ 34.07%
G 225 of 678 ~ 33.19%
B 222 of 678 ~ 32.74%

%34.07
%33.19
%32.74

CMYK color model

#E7E1DE color CMYK value is (0,3,4,9).

  • cyan value is 0.00%
  • magenta value is 2.60%
  • yellow value is 3.90%
  • key color value is 9.41%
CMYK:
(0,3,4,9)
C0M3Y4K9 
(0%,3%,4%,9%)
(0.00/0.03/0.04/0.09)	

CMYK percentages

%0
%2.6
%3.9
%9.41

Codes

Color #E7E1DE in popluar color models

E7E1DE
RGB231225222
HSL20°15.79%88.82%
HSB/HSV20°3.90%90.59%
CMYK0.00%2.60%3.90%
9.41%

Color #E7E1DE in popluar number systems.

HEXE7E1DE
Decimal231225222
Binary111001111110000111011110
Octal347341336

Shades and tints

Shades of #E7E1DE

#E7E1DE
(231,225,222)
#D2CDCA
(210,205,202)
#BDB9B6
(189,185,182)
#A8A5A2
(168,165,162)
#93918E
(147,145,142)
#7E7D7A
(126,125,122)
#696966
(105,105,102)
#545552
(84,85,82)
#3F413E
(63,65,62)
#2A2D2A
(42,45,42)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #E7E1DE

#E7E1DE
(231,225,222)
#E9E3E1
(233,227,225)
#EBE5E4
(235,229,228)
#EDE7E7
(237,231,231)
#EFE9EA
(239,233,234)
#F1EBED
(241,235,237)
#F3EDF0
(243,237,240)
#F5EFF3
(245,239,243)
#F7F1F6
(247,241,246)
#F9F3F9
(249,243,249)
#FBF5FC
(251,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E1DE; }

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

This text font color is #E7E1DE.


Background Color

.myBgColor { background-color: #E7E1DE; }

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

This div background color is #E7E1DE.


Border color

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

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

This div border color is #E7E1DE.


Opacity

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

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

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

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

This text has shadow with #E7E1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E1DE on black background.


Color preview on white background

This text has color #E7E1DE on white background.



Black color preview on #E7E1DE background

This text has black color on #E7E1DE background.


White color preview on #E7E1DE background

This text has white color on #E7E1DE background.