COLOR #E7DBDE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

231
219
222

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

Portions of RGB colors in percentages

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

%34.38
%32.59
%33.04

CMYK color model

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

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

CMYK percentages

%0
%5.19
%3.9
%9.41

Codes

Color #E7DBDE in popluar color models

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

Color #E7DBDE in popluar number systems.

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

Shades and tints

Shades of #E7DBDE

#E7DBDE
(231,219,222)
#D2C8CA
(210,200,202)
#BDB5B6
(189,181,182)
#A8A2A2
(168,162,162)
#938F8E
(147,143,142)
#7E7C7A
(126,124,122)
#696966
(105,105,102)
#545652
(84,86,82)
#3F433E
(63,67,62)
#2A302A
(42,48,42)
#151D16
(21,29,22)
#000000
(0,0,0)

Tints of #E7DBDE

#E7DBDE
(231,219,222)
#E9DEE1
(233,222,225)
#EBE1E4
(235,225,228)
#EDE4E7
(237,228,231)
#EFE7EA
(239,231,234)
#F1EAED
(241,234,237)
#F3EDF0
(243,237,240)
#F5F0F3
(245,240,243)
#F7F3F6
(247,243,246)
#F9F6F9
(249,246,249)
#FBF9FC
(251,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DBDE; }

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

This text font color is #E7DBDE.

Background Color

.myBgColor { background-color: #E7DBDE; }

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

This div background color is #E7DBDE.

Border color

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

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

This div border color is #E7DBDE.

Opacity

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

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

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

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

This text has shadow with #E7DBDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DBDE.

Preview

Color preview on black background

This text has color #E7DBDE on black background.


Color preview on white background

This text has color #E7DBDE on white background.


Black color preview on #E7DBDE background

This text has black color on #E7DBDE background.


White color preview on #E7DBDE background

This text has white color on #E7DBDE background.


Related colors

Complementary color

Complementary color for #hex is #182421.


I love getcolorcode.com

Triadic colors

1 #DEE7DB and #DBDEE7 with #E7DBDE are triadic colors.

2 #DEDBE7 and #DBE7DE with #E7DBDE are triadic colors.