COLOR #E3D1ED

HEX: #E3D1ED
RGB: (227,209,237)

Color info

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

RGB color model

#E3D1ED color RGB value is (227,209,237).

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

RGB channels and saturation

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

227
209
237

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

Portions of RGB colors in percentages

R + G + B =
227 + 209 + 237 = 673 (100%)
R 227 of 673 ~ 33.73%
G 209 of 673 ~ 31.05%
B 237 of 673 ~ 35.22%

%33.73
%31.05
%35.22

CMYK color model

#E3D1ED color CMYK value is (4,12,0,7).

  • cyan value is 4.22%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(4,12,0,7)
C4M12Y0K7 
(4%,12%,0%,7%)
(0.04/0.12/0.00/0.07)	

CMYK percentages

%4.22
%11.81
%0
%7.06

Codes

Color #E3D1ED in popluar color models

E3D1ED
RGB227209237
HSL279°43.75%87.45%
HSB/HSV279°11.81%92.94%
CMYK4.22%11.81%0.00%
7.06%

Color #E3D1ED in popluar number systems.

HEXE3D1ED
Decimal227209237
Binary111000111101000111101101
Octal343321355

Shades and tints

Shades of #E3D1ED

#E3D1ED
(227,209,237)
#CFBED8
(207,190,216)
#BBABC3
(187,171,195)
#A798AE
(167,152,174)
#938599
(147,133,153)
#7F7284
(127,114,132)
#6B5F6F
(107,95,111)
#574C5A
(87,76,90)
#433945
(67,57,69)
#2F2630
(47,38,48)
#1B131B
(27,19,27)
#000000
(0,0,0)

Tints of #E3D1ED

#E3D1ED
(227,209,237)
#E5D5EE
(229,213,238)
#E7D9EF
(231,217,239)
#E9DDF0
(233,221,240)
#EBE1F1
(235,225,241)
#EDE5F2
(237,229,242)
#EFE9F3
(239,233,243)
#F1EDF4
(241,237,244)
#F3F1F5
(243,241,245)
#F5F5F6
(245,245,246)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D1ED; }

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

This text font color is #E3D1ED.


Background Color

.myBgColor { background-color: #E3D1ED; }

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

This div background color is #E3D1ED.


Border color

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

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

This div border color is #E3D1ED.


Opacity

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

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

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

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

This text has shadow with #E3D1ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D1ED on black background.


Color preview on white background

This text has color #E3D1ED on white background.



Black color preview on #E3D1ED background

This text has black color on #E3D1ED background.


White color preview on #E3D1ED background

This text has white color on #E3D1ED background.