COLOR #E7DEDB

HEX: #E7DEDB RGB: (231,222,219)

Color info

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

RGB color model

#E7DEDB color RGB value is (231,222,219).

RGB: (231,222,219) (91%, 87%, 86%)

RGB channels and saturation

R 231 of 255 = 91%
G 222 of 255 = 87%
B 219 of 255 = 86%

231
222
219

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

Portions of RGB colors in percentages

R + G + B = 231 + 222 + 219 = 672 (100%)
R 231 of 672 ~ 34.38%
G 222 of 672 ~ 33.04%
B 219 of 672 ~ 32.59'%

%34.38
%33.04
%32.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.90%
  • yellow value is 5.19%
  • key color value is 9.41%
CMYK: (0,4,5,9) C0M4Y5K9 (0%,4%,5%,9%) (0.00/0.04/0.05/0.09) 

CMYK percentages

%0
%3.9
%5.19
%9.41

Codes

Color #E7DEDB in popluar color models

E7 DE DB
RGB 231 222 219
HSL 15° 20.00% 88.24%
HSB/HSV 15° 5.19% 90.59%
CMYK 0.00% 3.90% 5.19%
9.41%

Color #E7DEDB in popluar number systems.

HEX E7 DE DB
Decimal 231 222 219
Binary 11100111 11011110 11011011
Octal 347 336 333

Shades and tints

Shades of #E7DEDB

#E7DEDB
(231,222,219)
#D2CAC8
(210,202,200)
#BDB6B5
(189,182,181)
#A8A2A2
(168,162,162)
#938E8F
(147,142,143)
#7E7A7C
(126,122,124)
#696669
(105,102,105)
#545256
(84,82,86)
#3F3E43
(63,62,67)
#2A2A30
(42,42,48)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #E7DEDB

#E7DEDB
(231,222,219)
#E9E1DE
(233,225,222)
#EBE4E1
(235,228,225)
#EDE7E4
(237,231,228)
#EFEAE7
(239,234,231)
#F1EDEA
(241,237,234)
#F3F0ED
(243,240,237)
#F5F3F0
(245,243,240)
#F7F6F3
(247,246,243)
#F9F9F6
(249,249,246)
#FBFCF9
(251,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DEDB; }

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

This text font color is #E7DEDB.

Background Color

.myBgColor { background-color: #E7DEDB; }

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

This div background color is #E7DEDB.

Border color

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

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

This div border color is #E7DEDB.

Opacity

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

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

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

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

This text has shadow with #E7DEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DEDB.

Preview

Color preview on black background

This text has color #E7DEDB on black background.


Color preview on white background

This text has color #E7DEDB on white background.


Black color preview on #E7DEDB background

This text has black color on #E7DEDB background.


White color preview on #E7DEDB background

This text has white color on #E7DEDB background.


Related colors

Complementary color

Complementary color for #hex is #182124.


I love getcolorcode.com

Triadic colors

1 #DBE7DE and #DEDBE7 with #E7DEDB are triadic colors.

2 #DBDEE7 and #DEE7DB with #E7DEDB are triadic colors.