COLOR #E7DDD0

HEX: #E7DDD0
RGB: (231,221,208)

Color info

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

RGB color model

#E7DDD0 color RGB value is (231,221,208).

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

RGB channels and saturation

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

231
221
208

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

Portions of RGB colors in percentages

R + G + B =
231 + 221 + 208 = 660 (100%)
R 231 of 660 ~ 35%
G 221 of 660 ~ 33.48%
B 208 of 660 ~ 31.52%

%35
%33.48
%31.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.33%
  • yellow value is 9.96%
  • 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.96
%9.41

Codes

Color #E7DDD0 in popluar color models

E7DDD0
RGB231221208
HSL34°32.39%86.08%
HSB/HSV34°9.96%90.59%
CMYK0.00%4.33%9.96%
9.41%

Color #E7DDD0 in popluar number systems.

HEXE7DDD0
Decimal231221208
Binary111001111101110111010000
Octal347335320

Shades and tints

Shades of #E7DDD0

#E7DDD0
(231,221,208)
#D2C9BE
(210,201,190)
#BDB5AC
(189,181,172)
#A8A19A
(168,161,154)
#938D88
(147,141,136)
#7E7976
(126,121,118)
#696564
(105,101,100)
#545152
(84,81,82)
#3F3D40
(63,61,64)
#2A292E
(42,41,46)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #E7DDD0

#E7DDD0
(231,221,208)
#E9E0D4
(233,224,212)
#EBE3D8
(235,227,216)
#EDE6DC
(237,230,220)
#EFE9E0
(239,233,224)
#F1ECE4
(241,236,228)
#F3EFE8
(243,239,232)
#F5F2EC
(245,242,236)
#F7F5F0
(247,245,240)
#F9F8F4
(249,248,244)
#FBFBF8
(251,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DDD0; }

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

This text font color is #E7DDD0.


Background Color

.myBgColor { background-color: #E7DDD0; }

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

This div background color is #E7DDD0.


Border color

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

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

This div border color is #E7DDD0.


Opacity

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

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

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

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

This text has shadow with #E7DDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DDD0 on black background.


Color preview on white background

This text has color #E7DDD0 on white background.



Black color preview on #E7DDD0 background

This text has black color on #E7DDD0 background.


White color preview on #E7DDD0 background

This text has white color on #E7DDD0 background.