COLOR #E7DBF6

HEX: #E7DBF6
RGB: (231,219,246)

Color info

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

RGB color model

#E7DBF6 color RGB value is (231,219,246).

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

RGB channels and saturation

R 231 of 255 = 91%
G 219 of 255 = 86%
B 246 of 255 = 96%

231
219
246

R + G + B ~ 91%. #E7DBF6 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 219 + 246 = 696 (100%)
R 231 of 696 ~ 33.19%
G 219 of 696 ~ 31.47%
B 246 of 696 ~ 35.34%

%33.19
%31.47
%35.34

CMYK color model

#E7DBF6 color CMYK value is (6,11,0,4).

  • cyan value is 6.10%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(6,11,0,4)
C6M11Y0K4 
(6%,11%,0%,4%)
(0.06/0.11/0.00/0.04)	

CMYK percentages

%6.1
%10.98
%0
%3.53

Codes

Color #E7DBF6 in popluar color models

E7DBF6
RGB231219246
HSL267°60.00%91.18%
HSB/HSV267°10.98%96.47%
CMYK6.10%10.98%0.00%
3.53%

Color #E7DBF6 in popluar number systems.

HEXE7DBF6
Decimal231219246
Binary111001111101101111110110
Octal347333366

Shades and tints

Shades of #E7DBF6

#E7DBF6
(231,219,246)
#D2C8E0
(210,200,224)
#BDB5CA
(189,181,202)
#A8A2B4
(168,162,180)
#938F9E
(147,143,158)
#7E7C88
(126,124,136)
#696972
(105,105,114)
#54565C
(84,86,92)
#3F4346
(63,67,70)
#2A3030
(42,48,48)
#151D1A
(21,29,26)
#000000
(0,0,0)

Tints of #E7DBF6

#E7DBF6
(231,219,246)
#E9DEF6
(233,222,246)
#EBE1F6
(235,225,246)
#EDE4F6
(237,228,246)
#EFE7F6
(239,231,246)
#F1EAF6
(241,234,246)
#F3EDF6
(243,237,246)
#F5F0F6
(245,240,246)
#F7F3F6
(247,243,246)
#F9F6F6
(249,246,246)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DBF6; }

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

This text font color is #E7DBF6.


Background Color

.myBgColor { background-color: #E7DBF6; }

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

This div background color is #E7DBF6.


Border color

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

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

This div border color is #E7DBF6.


Opacity

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

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

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

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

This text has shadow with #E7DBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DBF6 on black background.


Color preview on white background

This text has color #E7DBF6 on white background.



Black color preview on #E7DBF6 background

This text has black color on #E7DBF6 background.


White color preview on #E7DBF6 background

This text has white color on #E7DBF6 background.