COLOR #E3D1EF

HEX: #E3D1EF
RGB: (227,209,239)

Color info

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

RGB color model

#E3D1EF color RGB value is (227,209,239).

  • red value is 227;
  • green value is 209;
  • blue value is 239.
RGB:
(227,209,239)
(89%,82%,94%)

RGB channels and saturation

R 227 of 255 = 89%
G 209 of 255 = 82%
B 239 of 255 = 94%

227
209
239

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

Portions of RGB colors in percentages

R + G + B =
227 + 209 + 239 = 675 (100%)
R 227 of 675 ~ 33.63%
G 209 of 675 ~ 30.96%
B 239 of 675 ~ 35.41%

%33.63
%30.96
%35.41

CMYK color model

#E3D1EF color CMYK value is (5,13,0,6).

  • cyan value is 5.02%
  • magenta value is 12.55%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(5,13,0,6)
C5M13Y0K6 
(5%,13%,0%,6%)
(0.05/0.13/0.00/0.06)	

CMYK percentages

%5.02
%12.55
%0
%6.27

Codes

Color #E3D1EF in popluar color models

E3D1EF
RGB227209239
HSL276°48.39%87.84%
HSB/HSV276°12.55%93.73%
CMYK5.02%12.55%0.00%
6.27%

Color #E3D1EF in popluar number systems.

HEXE3D1EF
Decimal227209239
Binary111000111101000111101111
Octal343321357

Shades and tints

Shades of #E3D1EF

#E3D1EF
(227,209,239)
#CFBEDA
(207,190,218)
#BBABC5
(187,171,197)
#A798B0
(167,152,176)
#93859B
(147,133,155)
#7F7286
(127,114,134)
#6B5F71
(107,95,113)
#574C5C
(87,76,92)
#433947
(67,57,71)
#2F2632
(47,38,50)
#1B131D
(27,19,29)
#000000
(0,0,0)

Tints of #E3D1EF

#E3D1EF
(227,209,239)
#E5D5F0
(229,213,240)
#E7D9F1
(231,217,241)
#E9DDF2
(233,221,242)
#EBE1F3
(235,225,243)
#EDE5F4
(237,229,244)
#EFE9F5
(239,233,245)
#F1EDF6
(241,237,246)
#F3F1F7
(243,241,247)
#F5F5F8
(245,245,248)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D1EF color. Also use rgb(227,209,239) instead hex code.

Text Font Color

.myTextColor { color: #E3D1EF; }

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

This text font color is #E3D1EF.


Background Color

.myBgColor { background-color: #E3D1EF; }

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

This div background color is #E3D1EF.


Border color

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

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

This div border color is #E3D1EF.


Opacity

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

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

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

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

This text has shadow with #E3D1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D1EF on black background.


Color preview on white background

This text has color #E3D1EF on white background.



Black color preview on #E3D1EF background

This text has black color on #E3D1EF background.


White color preview on #E3D1EF background

This text has white color on #E3D1EF background.