COLOR #E7DBDA

HEX: #E7DBDA RGB: (231,219,218)

Color info

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

RGB color model

#E7DBDA color RGB value is (231,219,218).

RGB: (231,219,218) (91%, 86%, 85%)

RGB channels and saturation

R 231 of 255 = 91%
G 219 of 255 = 86%
B 218 of 255 = 85%

231
219
218

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

Portions of RGB colors in percentages

R + G + B = 231 + 219 + 218 = 668 (100%)
R 231 of 668 ~ 34.58%
G 219 of 668 ~ 32.78%
B 218 of 668 ~ 32.63'%

%34.58
%32.78
%32.63

CMYK color model

#E7DBDA color CMYK value is (0,5,6,9).

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

CMYK: (0,5,6,9)
C0M5Y6K9 (0%, 5%, 6%, 9%)
(0.00 / 0.05 / 0.06 / 0.09)

CMYK percentages

%0
%5.19
%5.63
%9.41

Codes

Color #E7DBDA in popluar color models

E7 DB DA
RGB 231 219 218
HSL 21.31% 88.04%
HSB/HSV 5.63% 90.59%
CMYK 0.00% 5.19% 5.63%
9.41%

Color #E7DBDA in popluar number systems.

HEX E7 DB DA
Decimal 231 219 218
Binary 11100111 11011011 11011010
Octal 347 333 332

Shades and tints

Shades of #E7DBDA

#E7DBDA
(231,219,218)
#D2C8C7
(210,200,199)
#BDB5B4
(189,181,180)
#A8A2A1
(168,162,161)
#938F8E
(147,143,142)
#7E7C7B
(126,124,123)
#696968
(105,105,104)
#545655
(84,86,85)
#3F4342
(63,67,66)
#2A302F
(42,48,47)
#151D1C
(21,29,28)
#000000
(0,0,0)

Tints of #E7DBDA

#E7DBDA
(231,219,218)
#E9DEDD
(233,222,221)
#EBE1E0
(235,225,224)
#EDE4E3
(237,228,227)
#EFE7E6
(239,231,230)
#F1EAE9
(241,234,233)
#F3EDEC
(243,237,236)
#F5F0EF
(245,240,239)
#F7F3F2
(247,243,242)
#F9F6F5
(249,246,245)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DBDA; }

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

This text font color is #E7DBDA.

Background Color

.myBgColor { background-color: #E7DBDA; }

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

This div background color is #E7DBDA.

Border color

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

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

This div border color is #E7DBDA.

Opacity

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

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

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

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

This text has shadow with #E7DBDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DBDA.

Preview

Color preview on black background

This text has color #E7DBDA on black background.


Color preview on white background

This text has color #E7DBDA on white background.


Black color preview on #E7DBDA background

This text has black color on #E7DBDA background.


White color preview on #E7DBDA background

This text has white color on #E7DBDA background.


Related colors

Complementary color

Complementary color for #hex is #182425.


I love getcolorcode.com

Triadic colors

1 #DAE7DB and #DBDAE7 with #E7DBDA are triadic colors.

2 #DADBE7 and #DBE7DA with #E7DBDA are triadic colors.