COLOR #E3D1EE

HEX: #E3D1EE
RGB: (227,209,238)

Color info

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

RGB color model

#E3D1EE color RGB value is (227,209,238).

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

RGB channels and saturation

R 227 of 255 = 89%
G 209 of 255 = 82%
B 238 of 255 = 93%

227
209
238

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

Portions of RGB colors in percentages

R + G + B =
227 + 209 + 238 = 674 (100%)
R 227 of 674 ~ 33.68%
G 209 of 674 ~ 31.01%
B 238 of 674 ~ 35.31%

%33.68
%31.01
%35.31

CMYK color model

#E3D1EE color CMYK value is (5,12,0,7).

  • cyan value is 4.62%
  • magenta value is 12.18%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(5,12,0,7)
C5M12Y0K7 
(5%,12%,0%,7%)
(0.05/0.12/0.00/0.07)	

CMYK percentages

%4.62
%12.18
%0
%6.67

Codes

Color #E3D1EE in popluar color models

E3D1EE
RGB227209238
HSL277°46.03%87.65%
HSB/HSV277°12.18%93.33%
CMYK4.62%12.18%0.00%
6.67%

Color #E3D1EE in popluar number systems.

HEXE3D1EE
Decimal227209238
Binary111000111101000111101110
Octal343321356

Shades and tints

Shades of #E3D1EE

#E3D1EE
(227,209,238)
#CFBED9
(207,190,217)
#BBABC4
(187,171,196)
#A798AF
(167,152,175)
#93859A
(147,133,154)
#7F7285
(127,114,133)
#6B5F70
(107,95,112)
#574C5B
(87,76,91)
#433946
(67,57,70)
#2F2631
(47,38,49)
#1B131C
(27,19,28)
#000000
(0,0,0)

Tints of #E3D1EE

#E3D1EE
(227,209,238)
#E5D5EF
(229,213,239)
#E7D9F0
(231,217,240)
#E9DDF1
(233,221,241)
#EBE1F2
(235,225,242)
#EDE5F3
(237,229,243)
#EFE9F4
(239,233,244)
#F1EDF5
(241,237,245)
#F3F1F6
(243,241,246)
#F5F5F7
(245,245,247)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D1EE; }

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

This text font color is #E3D1EE.


Background Color

.myBgColor { background-color: #E3D1EE; }

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

This div background color is #E3D1EE.


Border color

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

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

This div border color is #E3D1EE.


Opacity

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

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

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

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

This text has shadow with #E3D1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D1EE on black background.


Color preview on white background

This text has color #E3D1EE on white background.



Black color preview on #E3D1EE background

This text has black color on #E3D1EE background.


White color preview on #E3D1EE background

This text has white color on #E3D1EE background.