COLOR #E7DBD5

HEX: #E7DBD5 RGB: (231,219,213)

Color info

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

RGB color model

#E7DBD5 color RGB value is (231,219,213).

RGB: (231,219,213) (91%, 86%, 84%)

RGB channels and saturation

R 231 of 255 = 91%
G 219 of 255 = 86%
B 213 of 255 = 84%

231
219
213

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

Portions of RGB colors in percentages

R + G + B = 231 + 219 + 213 = 663 (100%)
R 231 of 663 ~ 34.84%
G 219 of 663 ~ 33.03%
B 213 of 663 ~ 32.13'%

%34.84
%33.03
%32.13

CMYK color model

#E7DBD5 color CMYK value is (0,5,8,9).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 7.79%
  • key color value is 9.41%

CMYK: (0,5,8,9)
C0M5Y8K9 (0%, 5%, 8%, 9%)
(0.00 / 0.05 / 0.08 / 0.09)

CMYK percentages

%0
%5.19
%7.79
%9.41

Codes

Color #E7DBD5 in popluar color models

E7 DB D5
RGB 231 219 213
HSL 20° 27.27% 87.06%
HSB/HSV 20° 7.79% 90.59%
CMYK 0.00% 5.19% 7.79%
9.41%

Color #E7DBD5 in popluar number systems.

HEX E7 DB D5
Decimal 231 219 213
Binary 11100111 11011011 11010101
Octal 347 333 325

Shades and tints

Shades of #E7DBD5

#E7DBD5
(231,219,213)
#D2C8C2
(210,200,194)
#BDB5AF
(189,181,175)
#A8A29C
(168,162,156)
#938F89
(147,143,137)
#7E7C76
(126,124,118)
#696963
(105,105,99)
#545650
(84,86,80)
#3F433D
(63,67,61)
#2A302A
(42,48,42)
#151D17
(21,29,23)
#000000
(0,0,0)

Tints of #E7DBD5

#E7DBD5
(231,219,213)
#E9DED8
(233,222,216)
#EBE1DB
(235,225,219)
#EDE4DE
(237,228,222)
#EFE7E1
(239,231,225)
#F1EAE4
(241,234,228)
#F3EDE7
(243,237,231)
#F5F0EA
(245,240,234)
#F7F3ED
(247,243,237)
#F9F6F0
(249,246,240)
#FBF9F3
(251,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DBD5; }

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

This text font color is #E7DBD5.

Background Color

.myBgColor { background-color: #E7DBD5; }

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

This div background color is #E7DBD5.

Border color

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

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

This div border color is #E7DBD5.

Opacity

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

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

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

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

This text has shadow with #E7DBD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DBD5.

Preview

Color preview on black background

This text has color #E7DBD5 on black background.


Color preview on white background

This text has color #E7DBD5 on white background.


Black color preview on #E7DBD5 background

This text has black color on #E7DBD5 background.


White color preview on #E7DBD5 background

This text has white color on #E7DBD5 background.


Related colors

Complementary color

Complementary color for #hex is #18242A.


I love getcolorcode.com

Triadic colors

1 #D5E7DB and #DBD5E7 with #E7DBD5 are triadic colors.

2 #D5DBE7 and #DBE7D5 with #E7DBD5 are triadic colors.