COLOR #E3D7E9

HEX: #E3D7E9
RGB: (227,215,233)

Color info

#E3D7E9 contains red, green and blue colors in about the same proportion. Web safe color of #E3D7E9 is #CCCCFF (or #CCF).

RGB color model

#E3D7E9 color RGB value is (227,215,233).

  • red value is 227;
  • green value is 215;
  • blue value is 233.
RGB:
(227,215,233)
(89%,84%,91%)

RGB channels and saturation

R 227 of 255 = 89%
G 215 of 255 = 84%
B 233 of 255 = 91%

227
215
233

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

Portions of RGB colors in percentages

R + G + B =
227 + 215 + 233 = 675 (100%)
R 227 of 675 ~ 33.63%
G 215 of 675 ~ 31.85%
B 233 of 675 ~ 34.52%

%33.63
%31.85
%34.52

CMYK color model

#E3D7E9 color CMYK value is (3,8,0,9).

  • cyan value is 2.58%
  • magenta value is 7.73%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(3,8,0,9)
C3M8Y0K9 
(3%,8%,0%,9%)
(0.03/0.08/0.00/0.09)	

CMYK percentages

%2.58
%7.73
%0
%8.63

Codes

Color #E3D7E9 in popluar color models

E3D7E9
RGB227215233
HSL280°29.03%87.84%
HSB/HSV280°7.73%91.37%
CMYK2.58%7.73%0.00%
8.63%

Color #E3D7E9 in popluar number systems.

HEXE3D7E9
Decimal227215233
Binary111000111101011111101001
Octal343327351

Shades and tints

Shades of #E3D7E9

#E3D7E9
(227,215,233)
#CFC4D4
(207,196,212)
#BBB1BF
(187,177,191)
#A79EAA
(167,158,170)
#938B95
(147,139,149)
#7F7880
(127,120,128)
#6B656B
(107,101,107)
#575256
(87,82,86)
#433F41
(67,63,65)
#2F2C2C
(47,44,44)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #E3D7E9

#E3D7E9
(227,215,233)
#E5DAEB
(229,218,235)
#E7DDED
(231,221,237)
#E9E0EF
(233,224,239)
#EBE3F1
(235,227,241)
#EDE6F3
(237,230,243)
#EFE9F5
(239,233,245)
#F1ECF7
(241,236,247)
#F3EFF9
(243,239,249)
#F5F2FB
(245,242,251)
#F7F5FD
(247,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D7E9 color. Also use rgb(227,215,233) instead hex code.

Text Font Color

.myTextColor { color: #E3D7E9; }

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

This text font color is #E3D7E9.


Background Color

.myBgColor { background-color: #E3D7E9; }

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

This div background color is #E3D7E9.


Border color

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

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

This div border color is #E3D7E9.


Opacity

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

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

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

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

This text has shadow with #E3D7E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D7E9 on black background.


Color preview on white background

This text has color #E3D7E9 on white background.



Black color preview on #E3D7E9 background

This text has black color on #E3D7E9 background.


White color preview on #E3D7E9 background

This text has white color on #E3D7E9 background.