COLOR #E7DBE0

HEX: #E7DBE0
RGB: (231,219,224)

Color info

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

RGB color model

#E7DBE0 color RGB value is (231,219,224).

  • red value is 231;
  • green value is 219;
  • blue value is 224.
RGB:
(231,219,224)
(91%,86%,88%)

RGB channels and saturation

R 231 of 255 = 91%
G 219 of 255 = 86%
B 224 of 255 = 88%

231
219
224

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

Portions of RGB colors in percentages

R + G + B =
231 + 219 + 224 = 674 (100%)
R 231 of 674 ~ 34.27%
G 219 of 674 ~ 32.49%
B 224 of 674 ~ 33.23%

%34.27
%32.49
%33.23

CMYK color model

#E7DBE0 color CMYK value is (0,5,3,9).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 3.03%
  • key color value is 9.41%
CMYK:
(0,5,3,9)
C0M5Y3K9 
(0%,5%,3%,9%)
(0.00/0.05/0.03/0.09)	

CMYK percentages

%0
%5.19
%3.03
%9.41

Codes

Color #E7DBE0 in popluar color models

E7DBE0
RGB231219224
HSL335°20.00%88.24%
HSB/HSV335°5.19%90.59%
CMYK0.00%5.19%3.03%
9.41%

Color #E7DBE0 in popluar number systems.

HEXE7DBE0
Decimal231219224
Binary111001111101101111100000
Octal347333340

Shades and tints

Shades of #E7DBE0

#E7DBE0
(231,219,224)
#D2C8CC
(210,200,204)
#BDB5B8
(189,181,184)
#A8A2A4
(168,162,164)
#938F90
(147,143,144)
#7E7C7C
(126,124,124)
#696968
(105,105,104)
#545654
(84,86,84)
#3F4340
(63,67,64)
#2A302C
(42,48,44)
#151D18
(21,29,24)
#000000
(0,0,0)

Tints of #E7DBE0

#E7DBE0
(231,219,224)
#E9DEE2
(233,222,226)
#EBE1E4
(235,225,228)
#EDE4E6
(237,228,230)
#EFE7E8
(239,231,232)
#F1EAEA
(241,234,234)
#F3EDEC
(243,237,236)
#F5F0EE
(245,240,238)
#F7F3F0
(247,243,240)
#F9F6F2
(249,246,242)
#FBF9F4
(251,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DBE0; }

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

This text font color is #E7DBE0.


Background Color

.myBgColor { background-color: #E7DBE0; }

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

This div background color is #E7DBE0.


Border color

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

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

This div border color is #E7DBE0.


Opacity

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

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

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

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

This text has shadow with #E7DBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DBE0 on black background.


Color preview on white background

This text has color #E7DBE0 on white background.



Black color preview on #E7DBE0 background

This text has black color on #E7DBE0 background.


White color preview on #E7DBE0 background

This text has white color on #E7DBE0 background.