COLOR #E7DBE9

HEX: #E7DBE9 RGB: (231,219,233)

Color info

#E7DBE9 contains red, green and blue colors in about the same proportion. Web safe color of #E7DBE9 is #FFCCFF (or #FCF).

RGB color model

#E7DBE9 color RGB value is (231,219,233).

RGB: (231,219,233) (91%, 86%, 91%)

RGB channels and saturation

R 231 of 255 = 91%
G 219 of 255 = 86%
B 233 of 255 = 91%

231
219
233

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

Portions of RGB colors in percentages

R + G + B = 231 + 219 + 233 = 683 (100%)
R 231 of 683 ~ 33.82%
G 219 of 683 ~ 32.06%
B 233 of 683 ~ 34.11'%

%33.82
%32.06
%34.11

CMYK color model

#E7DBE9 color CMYK value is (1,6,0,9).

  • cyan value is 0.86%
  • magenta value is 6.01%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (1,6,0,9)
C1M6Y0K9 (1%, 6%, 0%, 9%)
(0.01 / 0.06 / 0.00 / 0.09)

CMYK percentages

%0.86
%6.01
%0
%8.63

Codes

Color #E7DBE9 in popluar color models

E7 DB E9
RGB 231 219 233
HSL 291° 24.14% 88.63%
HSB/HSV 291° 6.01% 91.37%
CMYK 0.86% 6.01% 0.00%
8.63%

Color #E7DBE9 in popluar number systems.

HEX E7 DB E9
Decimal 231 219 233
Binary 11100111 11011011 11101001
Octal 347 333 351

Shades and tints

Shades of #E7DBE9

#E7DBE9
(231,219,233)
#D2C8D4
(210,200,212)
#BDB5BF
(189,181,191)
#A8A2AA
(168,162,170)
#938F95
(147,143,149)
#7E7C80
(126,124,128)
#69696B
(105,105,107)
#545656
(84,86,86)
#3F4341
(63,67,65)
#2A302C
(42,48,44)
#151D17
(21,29,23)
#000000
(0,0,0)

Tints of #E7DBE9

#E7DBE9
(231,219,233)
#E9DEEB
(233,222,235)
#EBE1ED
(235,225,237)
#EDE4EF
(237,228,239)
#EFE7F1
(239,231,241)
#F1EAF3
(241,234,243)
#F3EDF5
(243,237,245)
#F5F0F7
(245,240,247)
#F7F3F9
(247,243,249)
#F9F6FB
(249,246,251)
#FBF9FD
(251,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DBE9; }

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

This text font color is #E7DBE9.

Background Color

.myBgColor { background-color: #E7DBE9; }

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

This div background color is #E7DBE9.

Border color

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

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

This div border color is #E7DBE9.

Opacity

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

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

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

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

This text has shadow with #E7DBE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DBE9.

Preview

Color preview on black background

This text has color #E7DBE9 on black background.


Color preview on white background

This text has color #E7DBE9 on white background.


Black color preview on #E7DBE9 background

This text has black color on #E7DBE9 background.


White color preview on #E7DBE9 background

This text has white color on #E7DBE9 background.


Related colors

Complementary color

Complementary color for #hex is #182416.


I love getcolorcode.com

Triadic colors

1 #E9E7DB and #DBE9E7 with #E7DBE9 are triadic colors.

2 #E9DBE7 and #DBE7E9 with #E7DBE9 are triadic colors.