COLOR #E7DEDD

HEX: #E7DEDD RGB: (231,222,221)

Color info

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

RGB color model

#E7DEDD color RGB value is (231,222,221).

RGB: (231,222,221) (91%, 87%, 87%)

RGB channels and saturation

R 231 of 255 = 91%
G 222 of 255 = 87%
B 221 of 255 = 87%

231
222
221

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

Portions of RGB colors in percentages

R + G + B = 231 + 222 + 221 = 674 (100%)
R 231 of 674 ~ 34.27%
G 222 of 674 ~ 32.94%
B 221 of 674 ~ 32.79'%

%34.27
%32.94
%32.79

CMYK color model

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

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

CMYK: (0,4,4,9)
C0M4Y4K9 (0%, 4%, 4%, 9%)
(0.00 / 0.04 / 0.04 / 0.09)

CMYK percentages

%0
%3.9
%4.33
%9.41

Codes

Color #E7DEDD in popluar color models

E7 DE DD
RGB 231 222 221
HSL 17.24% 88.63%
HSB/HSV 4.33% 90.59%
CMYK 0.00% 3.90% 4.33%
9.41%

Color #E7DEDD in popluar number systems.

HEX E7 DE DD
Decimal 231 222 221
Binary 11100111 11011110 11011101
Octal 347 336 335

Shades and tints

Shades of #E7DEDD

#E7DEDD
(231,222,221)
#D2CAC9
(210,202,201)
#BDB6B5
(189,182,181)
#A8A2A1
(168,162,161)
#938E8D
(147,142,141)
#7E7A79
(126,122,121)
#696665
(105,102,101)
#545251
(84,82,81)
#3F3E3D
(63,62,61)
#2A2A29
(42,42,41)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #E7DEDD

#E7DEDD
(231,222,221)
#E9E1E0
(233,225,224)
#EBE4E3
(235,228,227)
#EDE7E6
(237,231,230)
#EFEAE9
(239,234,233)
#F1EDEC
(241,237,236)
#F3F0EF
(243,240,239)
#F5F3F2
(245,243,242)
#F7F6F5
(247,246,245)
#F9F9F8
(249,249,248)
#FBFCFB
(251,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DEDD; }

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

This text font color is #E7DEDD.

Background Color

.myBgColor { background-color: #E7DEDD; }

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

This div background color is #E7DEDD.

Border color

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

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

This div border color is #E7DEDD.

Opacity

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

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

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

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

This text has shadow with #E7DEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DEDD.

Preview

Color preview on black background

This text has color #E7DEDD on black background.


Color preview on white background

This text has color #E7DEDD on white background.


Black color preview on #E7DEDD background

This text has black color on #E7DEDD background.


White color preview on #E7DEDD background

This text has white color on #E7DEDD background.


Related colors

Complementary color

Complementary color for #hex is #182122.


I love getcolorcode.com

Triadic colors

1 #DDE7DE and #DEDDE7 with #E7DEDD are triadic colors.

2 #DDDEE7 and #DEE7DD with #E7DEDD are triadic colors.