COLOR #E7DBE4

HEX: #E7DBE4 RGB: (231,219,228)

Color info

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

RGB color model

#E7DBE4 color RGB value is (231,219,228).

RGB: (231,219,228) (91%, 86%, 89%)

RGB channels and saturation

R 231 of 255 = 91%
G 219 of 255 = 86%
B 228 of 255 = 89%

231
219
228

R + G + B ~ 89%. #E7DBE4 is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 219 + 228 = 678 (100%)
R 231 of 678 ~ 34.07%
G 219 of 678 ~ 32.3%
B 228 of 678 ~ 33.63'%

%34.07
%32.3
%33.63

CMYK color model

#E7DBE4 color CMYK value is (0,5,1,9).

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

CMYK: (0,5,1,9)
C0M5Y1K9 (0%, 5%, 1%, 9%)
(0.00 / 0.05 / 0.01 / 0.09)

CMYK percentages

%0
%5.19
%1.3
%9.41

Codes

Color #E7DBE4 in popluar color models

E7 DB E4
RGB 231 219 228
HSL 315° 20.00% 88.24%
HSB/HSV 315° 5.19% 90.59%
CMYK 0.00% 5.19% 1.30%
9.41%

Color #E7DBE4 in popluar number systems.

HEX E7 DB E4
Decimal 231 219 228
Binary 11100111 11011011 11100100
Octal 347 333 344

Shades and tints

Shades of #E7DBE4

#E7DBE4
(231,219,228)
#D2C8D0
(210,200,208)
#BDB5BC
(189,181,188)
#A8A2A8
(168,162,168)
#938F94
(147,143,148)
#7E7C80
(126,124,128)
#69696C
(105,105,108)
#545658
(84,86,88)
#3F4344
(63,67,68)
#2A3030
(42,48,48)
#151D1C
(21,29,28)
#000000
(0,0,0)

Tints of #E7DBE4

#E7DBE4
(231,219,228)
#E9DEE6
(233,222,230)
#EBE1E8
(235,225,232)
#EDE4EA
(237,228,234)
#EFE7EC
(239,231,236)
#F1EAEE
(241,234,238)
#F3EDF0
(243,237,240)
#F5F0F2
(245,240,242)
#F7F3F4
(247,243,244)
#F9F6F6
(249,246,246)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DBE4; }

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

This text font color is #E7DBE4.

Background Color

.myBgColor { background-color: #E7DBE4; }

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

This div background color is #E7DBE4.

Border color

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

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

This div border color is #E7DBE4.

Opacity

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

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

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

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

This text has shadow with #E7DBE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DBE4.

Preview

Color preview on black background

This text has color #E7DBE4 on black background.


Color preview on white background

This text has color #E7DBE4 on white background.


Black color preview on #E7DBE4 background

This text has black color on #E7DBE4 background.


White color preview on #E7DBE4 background

This text has white color on #E7DBE4 background.


Related colors

Complementary color

Complementary color for #hex is #18241B.


I love getcolorcode.com

Triadic colors

1 #E4E7DB and #DBE4E7 with #E7DBE4 are triadic colors.

2 #E4DBE7 and #DBE7E4 with #E7DBE4 are triadic colors.