COLOR #E7DDD8

HEX: #E7DDD8 RGB: (231,221,216)

Color info

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

RGB color model

#E7DDD8 color RGB value is (231,221,216).

RGB: (231,221,216) (91%, 87%, 85%)

RGB channels and saturation

R 231 of 255 = 91%
G 221 of 255 = 87%
B 216 of 255 = 85%

231
221
216

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

Portions of RGB colors in percentages

R + G + B = 231 + 221 + 216 = 668 (100%)
R 231 of 668 ~ 34.58%
G 221 of 668 ~ 33.08%
B 216 of 668 ~ 32.34'%

%34.58
%33.08
%32.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.33%
  • yellow value is 6.49%
  • key color value is 9.41%

CMYK: (0,4,6,9)
C0M4Y6K9 (0%, 4%, 6%, 9%)
(0.00 / 0.04 / 0.06 / 0.09)

CMYK percentages

%0
%4.33
%6.49
%9.41

Codes

Color #E7DDD8 in popluar color models

E7 DD D8
RGB 231 221 216
HSL 20° 23.81% 87.65%
HSB/HSV 20° 6.49% 90.59%
CMYK 0.00% 4.33% 6.49%
9.41%

Color #E7DDD8 in popluar number systems.

HEX E7 DD D8
Decimal 231 221 216
Binary 11100111 11011101 11011000
Octal 347 335 330

Shades and tints

Shades of #E7DDD8

#E7DDD8
(231,221,216)
#D2C9C5
(210,201,197)
#BDB5B2
(189,181,178)
#A8A19F
(168,161,159)
#938D8C
(147,141,140)
#7E7979
(126,121,121)
#696566
(105,101,102)
#545153
(84,81,83)
#3F3D40
(63,61,64)
#2A292D
(42,41,45)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #E7DDD8

#E7DDD8
(231,221,216)
#E9E0DB
(233,224,219)
#EBE3DE
(235,227,222)
#EDE6E1
(237,230,225)
#EFE9E4
(239,233,228)
#F1ECE7
(241,236,231)
#F3EFEA
(243,239,234)
#F5F2ED
(245,242,237)
#F7F5F0
(247,245,240)
#F9F8F3
(249,248,243)
#FBFBF6
(251,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DDD8; }

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

This text font color is #E7DDD8.

Background Color

.myBgColor { background-color: #E7DDD8; }

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

This div background color is #E7DDD8.

Border color

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

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

This div border color is #E7DDD8.

Opacity

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

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

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

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

This text has shadow with #E7DDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DDD8.

Preview

Color preview on black background

This text has color #E7DDD8 on black background.


Color preview on white background

This text has color #E7DDD8 on white background.


Black color preview on #E7DDD8 background

This text has black color on #E7DDD8 background.


White color preview on #E7DDD8 background

This text has white color on #E7DDD8 background.


Related colors

Complementary color

Complementary color for #hex is #182227.


I love getcolorcode.com

Triadic colors

1 #D8E7DD and #DDD8E7 with #E7DDD8 are triadic colors.

2 #D8DDE7 and #DDE7D8 with #E7DDD8 are triadic colors.