COLOR #E3D1E1

HEX: #E3D1E1
RGB: (227,209,225)

Color info

#E3D1E1 contains red, green and blue colors in about the same proportion. Web safe color of #E3D1E1 is #CCCCCC (or #CCC).

RGB color model

#E3D1E1 color RGB value is (227,209,225).

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

RGB channels and saturation

R 227 of 255 = 89%
G 209 of 255 = 82%
B 225 of 255 = 88%

227
209
225

R + G + B ~ 86%. #E3D1E1 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 209 + 225 = 661 (100%)
R 227 of 661 ~ 34.34%
G 209 of 661 ~ 31.62%
B 225 of 661 ~ 34.04%

%34.34
%31.62
%34.04

CMYK color model

#E3D1E1 color CMYK value is (0,8,1,11).

  • cyan value is 0.00%
  • magenta value is 7.93%
  • yellow value is 0.88%
  • key color value is 10.98%
CMYK:
(0,8,1,11)
C0M8Y1K11 
(0%,8%,1%,11%)
(0.00/0.08/0.01/0.11)	

CMYK percentages

%0
%7.93
%0.88
%10.98

Codes

Color #E3D1E1 in popluar color models

E3D1E1
RGB227209225
HSL307°24.32%85.49%
HSB/HSV307°7.93%89.02%
CMYK0.00%7.93%0.88%
10.98%

Color #E3D1E1 in popluar number systems.

HEXE3D1E1
Decimal227209225
Binary111000111101000111100001
Octal343321341

Shades and tints

Shades of #E3D1E1

#E3D1E1
(227,209,225)
#CFBECD
(207,190,205)
#BBABB9
(187,171,185)
#A798A5
(167,152,165)
#938591
(147,133,145)
#7F727D
(127,114,125)
#6B5F69
(107,95,105)
#574C55
(87,76,85)
#433941
(67,57,65)
#2F262D
(47,38,45)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #E3D1E1

#E3D1E1
(227,209,225)
#E5D5E3
(229,213,227)
#E7D9E5
(231,217,229)
#E9DDE7
(233,221,231)
#EBE1E9
(235,225,233)
#EDE5EB
(237,229,235)
#EFE9ED
(239,233,237)
#F1EDEF
(241,237,239)
#F3F1F1
(243,241,241)
#F5F5F3
(245,245,243)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D1E1; }

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

This text font color is #E3D1E1.


Background Color

.myBgColor { background-color: #E3D1E1; }

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

This div background color is #E3D1E1.


Border color

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

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

This div border color is #E3D1E1.


Opacity

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

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

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

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

This text has shadow with #E3D1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D1E1 on black background.


Color preview on white background

This text has color #E3D1E1 on white background.



Black color preview on #E3D1E1 background

This text has black color on #E3D1E1 background.


White color preview on #E3D1E1 background

This text has white color on #E3D1E1 background.