COLOR #E7DDD1

HEX: #E7DDD1
RGB: (231,221,209)

Color info

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

RGB color model

#E7DDD1 color RGB value is (231,221,209).

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

RGB channels and saturation

R 231 of 255 = 91%
G 221 of 255 = 87%
B 209 of 255 = 82%

231
221
209

R + G + B ~ 87%. #E7DDD1 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 221 + 209 = 661 (100%)
R 231 of 661 ~ 34.95%
G 221 of 661 ~ 33.43%
B 209 of 661 ~ 31.62%

%34.95
%33.43
%31.62

CMYK color model

#E7DDD1 color CMYK value is (0,4,10,9).

  • cyan value is 0.00%
  • magenta value is 4.33%
  • yellow value is 9.52%
  • key color value is 9.41%
CMYK:
(0,4,10,9)
C0M4Y10K9 
(0%,4%,10%,9%)
(0.00/0.04/0.10/0.09)	

CMYK percentages

%0
%4.33
%9.52
%9.41

Codes

Color #E7DDD1 in popluar color models

E7DDD1
RGB231221209
HSL33°31.43%86.27%
HSB/HSV33°9.52%90.59%
CMYK0.00%4.33%9.52%
9.41%

Color #E7DDD1 in popluar number systems.

HEXE7DDD1
Decimal231221209
Binary111001111101110111010001
Octal347335321

Shades and tints

Shades of #E7DDD1

#E7DDD1
(231,221,209)
#D2C9BE
(210,201,190)
#BDB5AB
(189,181,171)
#A8A198
(168,161,152)
#938D85
(147,141,133)
#7E7972
(126,121,114)
#69655F
(105,101,95)
#54514C
(84,81,76)
#3F3D39
(63,61,57)
#2A2926
(42,41,38)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #E7DDD1

#E7DDD1
(231,221,209)
#E9E0D5
(233,224,213)
#EBE3D9
(235,227,217)
#EDE6DD
(237,230,221)
#EFE9E1
(239,233,225)
#F1ECE5
(241,236,229)
#F3EFE9
(243,239,233)
#F5F2ED
(245,242,237)
#F7F5F1
(247,245,241)
#F9F8F5
(249,248,245)
#FBFBF9
(251,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DDD1; }

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

This text font color is #E7DDD1.


Background Color

.myBgColor { background-color: #E7DDD1; }

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

This div background color is #E7DDD1.


Border color

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

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

This div border color is #E7DDD1.


Opacity

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

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

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

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

This text has shadow with #E7DDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DDD1 on black background.


Color preview on white background

This text has color #E7DDD1 on white background.



Black color preview on #E7DDD1 background

This text has black color on #E7DDD1 background.


White color preview on #E7DDD1 background

This text has white color on #E7DDD1 background.