COLOR #E7E1DB

HEX: #E7E1DB
RGB: (231,225,219)

Color info

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

RGB color model

#E7E1DB color RGB value is (231,225,219).

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

RGB channels and saturation

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

231
225
219

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

Portions of RGB colors in percentages

R + G + B =
231 + 225 + 219 = 675 (100%)
R 231 of 675 ~ 34.22%
G 225 of 675 ~ 33.33%
B 219 of 675 ~ 32.44%

%34.22
%33.33
%32.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.60%
  • yellow value is 5.19%
  • 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
%5.19
%9.41

Codes

Color #E7E1DB in popluar color models

E7E1DB
RGB231225219
HSL30°20.00%88.24%
HSB/HSV30°5.19%90.59%
CMYK0.00%2.60%5.19%
9.41%

Color #E7E1DB in popluar number systems.

HEXE7E1DB
Decimal231225219
Binary111001111110000111011011
Octal347341333

Shades and tints

Shades of #E7E1DB

#E7E1DB
(231,225,219)
#D2CDC8
(210,205,200)
#BDB9B5
(189,185,181)
#A8A5A2
(168,165,162)
#93918F
(147,145,143)
#7E7D7C
(126,125,124)
#696969
(105,105,105)
#545556
(84,85,86)
#3F4143
(63,65,67)
#2A2D30
(42,45,48)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #E7E1DB

#E7E1DB
(231,225,219)
#E9E3DE
(233,227,222)
#EBE5E1
(235,229,225)
#EDE7E4
(237,231,228)
#EFE9E7
(239,233,231)
#F1EBEA
(241,235,234)
#F3EDED
(243,237,237)
#F5EFF0
(245,239,240)
#F7F1F3
(247,241,243)
#F9F3F6
(249,243,246)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E1DB; }

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

This text font color is #E7E1DB.


Background Color

.myBgColor { background-color: #E7E1DB; }

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

This div background color is #E7E1DB.


Border color

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

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

This div border color is #E7E1DB.


Opacity

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

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

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

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

This text has shadow with #E7E1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E1DB on black background.


Color preview on white background

This text has color #E7E1DB on white background.



Black color preview on #E7E1DB background

This text has black color on #E7E1DB background.


White color preview on #E7E1DB background

This text has white color on #E7E1DB background.