COLOR #E7DDE3

HEX: #E7DDE3
RGB: (231,221,227)

Color info

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

RGB color model

#E7DDE3 color RGB value is (231,221,227).

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

RGB channels and saturation

R 231 of 255 = 91%
G 221 of 255 = 87%
B 227 of 255 = 89%

231
221
227

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

Portions of RGB colors in percentages

R + G + B =
231 + 221 + 227 = 679 (100%)
R 231 of 679 ~ 34.02%
G 221 of 679 ~ 32.55%
B 227 of 679 ~ 33.43%

%34.02
%32.55
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.33%
  • yellow value is 1.73%
  • key color value is 9.41%
CMYK:
(0,4,2,9)
C0M4Y2K9 
(0%,4%,2%,9%)
(0.00/0.04/0.02/0.09)	

CMYK percentages

%0
%4.33
%1.73
%9.41

Codes

Color #E7DDE3 in popluar color models

E7DDE3
RGB231221227
HSL324°17.24%88.63%
HSB/HSV324°4.33%90.59%
CMYK0.00%4.33%1.73%
9.41%

Color #E7DDE3 in popluar number systems.

HEXE7DDE3
Decimal231221227
Binary111001111101110111100011
Octal347335343

Shades and tints

Shades of #E7DDE3

#E7DDE3
(231,221,227)
#D2C9CF
(210,201,207)
#BDB5BB
(189,181,187)
#A8A1A7
(168,161,167)
#938D93
(147,141,147)
#7E797F
(126,121,127)
#69656B
(105,101,107)
#545157
(84,81,87)
#3F3D43
(63,61,67)
#2A292F
(42,41,47)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #E7DDE3

#E7DDE3
(231,221,227)
#E9E0E5
(233,224,229)
#EBE3E7
(235,227,231)
#EDE6E9
(237,230,233)
#EFE9EB
(239,233,235)
#F1ECED
(241,236,237)
#F3EFEF
(243,239,239)
#F5F2F1
(245,242,241)
#F7F5F3
(247,245,243)
#F9F8F5
(249,248,245)
#FBFBF7
(251,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DDE3; }

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

This text font color is #E7DDE3.


Background Color

.myBgColor { background-color: #E7DDE3; }

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

This div background color is #E7DDE3.


Border color

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

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

This div border color is #E7DDE3.


Opacity

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

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

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

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

This text has shadow with #E7DDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DDE3 on black background.


Color preview on white background

This text has color #E7DDE3 on white background.



Black color preview on #E7DDE3 background

This text has black color on #E7DDE3 background.


White color preview on #E7DDE3 background

This text has white color on #E7DDE3 background.