COLOR #E7DDD2

HEX: #E7DDD2
RGB: (231,221,210)

Color info

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

RGB color model

#E7DDD2 color RGB value is (231,221,210).

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

RGB channels and saturation

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

231
221
210

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

Portions of RGB colors in percentages

R + G + B =
231 + 221 + 210 = 662 (100%)
R 231 of 662 ~ 34.89%
G 221 of 662 ~ 33.38%
B 210 of 662 ~ 31.72%

%34.89
%33.38
%31.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.33%
  • yellow value is 9.09%
  • key color value is 9.41%
CMYK:
(0,4,9,9)
C0M4Y9K9 
(0%,4%,9%,9%)
(0.00/0.04/0.09/0.09)	

CMYK percentages

%0
%4.33
%9.09
%9.41

Codes

Color #E7DDD2 in popluar color models

E7DDD2
RGB231221210
HSL31°30.43%86.47%
HSB/HSV31°9.09%90.59%
CMYK0.00%4.33%9.09%
9.41%

Color #E7DDD2 in popluar number systems.

HEXE7DDD2
Decimal231221210
Binary111001111101110111010010
Octal347335322

Shades and tints

Shades of #E7DDD2

#E7DDD2
(231,221,210)
#D2C9BF
(210,201,191)
#BDB5AC
(189,181,172)
#A8A199
(168,161,153)
#938D86
(147,141,134)
#7E7973
(126,121,115)
#696560
(105,101,96)
#54514D
(84,81,77)
#3F3D3A
(63,61,58)
#2A2927
(42,41,39)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #E7DDD2

#E7DDD2
(231,221,210)
#E9E0D6
(233,224,214)
#EBE3DA
(235,227,218)
#EDE6DE
(237,230,222)
#EFE9E2
(239,233,226)
#F1ECE6
(241,236,230)
#F3EFEA
(243,239,234)
#F5F2EE
(245,242,238)
#F7F5F2
(247,245,242)
#F9F8F6
(249,248,246)
#FBFBFA
(251,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DDD2; }

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

This text font color is #E7DDD2.


Background Color

.myBgColor { background-color: #E7DDD2; }

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

This div background color is #E7DDD2.


Border color

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

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

This div border color is #E7DDD2.


Opacity

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

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

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

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

This text has shadow with #E7DDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DDD2 on black background.


Color preview on white background

This text has color #E7DDD2 on white background.



Black color preview on #E7DDD2 background

This text has black color on #E7DDD2 background.


White color preview on #E7DDD2 background

This text has white color on #E7DDD2 background.