COLOR #E7DBD7

HEX: #E7DBD7 RGB: (231,219,215)

Color info

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

RGB color model

#E7DBD7 color RGB value is (231,219,215).

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

RGB channels and saturation

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

231
219
215

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

Portions of RGB colors in percentages

R + G + B = 231 + 219 + 215 = 665 (100%)
R 231 of 665 ~ 34.74%
G 219 of 665 ~ 32.93%
B 215 of 665 ~ 32.33'%

%34.74
%32.93
%32.33

CMYK color model

#E7DBD7 color CMYK value is (0,5,7,9).

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

CMYK: (0,5,7,9)
C0M5Y7K9 (0%, 5%, 7%, 9%)
(0.00 / 0.05 / 0.07 / 0.09)

CMYK percentages

%0
%5.19
%6.93
%9.41

Codes

Color #E7DBD7 in popluar color models

E7 DB D7
RGB 231 219 215
HSL 15° 25.00% 87.45%
HSB/HSV 15° 6.93% 90.59%
CMYK 0.00% 5.19% 6.93%
9.41%

Color #E7DBD7 in popluar number systems.

HEX E7 DB D7
Decimal 231 219 215
Binary 11100111 11011011 11010111
Octal 347 333 327

Shades and tints

Shades of #E7DBD7

#E7DBD7
(231,219,215)
#D2C8C4
(210,200,196)
#BDB5B1
(189,181,177)
#A8A29E
(168,162,158)
#938F8B
(147,143,139)
#7E7C78
(126,124,120)
#696965
(105,105,101)
#545652
(84,86,82)
#3F433F
(63,67,63)
#2A302C
(42,48,44)
#151D19
(21,29,25)
#000000
(0,0,0)

Tints of #E7DBD7

#E7DBD7
(231,219,215)
#E9DEDA
(233,222,218)
#EBE1DD
(235,225,221)
#EDE4E0
(237,228,224)
#EFE7E3
(239,231,227)
#F1EAE6
(241,234,230)
#F3EDE9
(243,237,233)
#F5F0EC
(245,240,236)
#F7F3EF
(247,243,239)
#F9F6F2
(249,246,242)
#FBF9F5
(251,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DBD7; }

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

This text font color is #E7DBD7.

Background Color

.myBgColor { background-color: #E7DBD7; }

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

This div background color is #E7DBD7.

Border color

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

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

This div border color is #E7DBD7.

Opacity

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

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

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

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

This text has shadow with #E7DBD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DBD7.

Preview

Color preview on black background

This text has color #E7DBD7 on black background.


Color preview on white background

This text has color #E7DBD7 on white background.


Black color preview on #E7DBD7 background

This text has black color on #E7DBD7 background.


White color preview on #E7DBD7 background

This text has white color on #E7DBD7 background.


Related colors

Complementary color

Complementary color for #hex is #182428.


I love getcolorcode.com

Triadic colors

1 #D7E7DB and #DBD7E7 with #E7DBD7 are triadic colors.

2 #D7DBE7 and #DBE7D7 with #E7DBD7 are triadic colors.