COLOR #E3D1DD

HEX: #E3D1DD
RGB: (227,209,221)

Color info

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

RGB color model

#E3D1DD color RGB value is (227,209,221).

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

RGB channels and saturation

R 227 of 255 = 89%
G 209 of 255 = 82%
B 221 of 255 = 87%

227
209
221

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

Portions of RGB colors in percentages

R + G + B =
227 + 209 + 221 = 657 (100%)
R 227 of 657 ~ 34.55%
G 209 of 657 ~ 31.81%
B 221 of 657 ~ 33.64%

%34.55
%31.81
%33.64

CMYK color model

#E3D1DD color CMYK value is (0,8,3,11).

  • cyan value is 0.00%
  • magenta value is 7.93%
  • yellow value is 2.64%
  • key color value is 10.98%
CMYK:
(0,8,3,11)
C0M8Y3K11 
(0%,8%,3%,11%)
(0.00/0.08/0.03/0.11)	

CMYK percentages

%0
%7.93
%2.64
%10.98

Codes

Color #E3D1DD in popluar color models

E3D1DD
RGB227209221
HSL320°24.32%85.49%
HSB/HSV320°7.93%89.02%
CMYK0.00%7.93%2.64%
10.98%

Color #E3D1DD in popluar number systems.

HEXE3D1DD
Decimal227209221
Binary111000111101000111011101
Octal343321335

Shades and tints

Shades of #E3D1DD

#E3D1DD
(227,209,221)
#CFBEC9
(207,190,201)
#BBABB5
(187,171,181)
#A798A1
(167,152,161)
#93858D
(147,133,141)
#7F7279
(127,114,121)
#6B5F65
(107,95,101)
#574C51
(87,76,81)
#43393D
(67,57,61)
#2F2629
(47,38,41)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #E3D1DD

#E3D1DD
(227,209,221)
#E5D5E0
(229,213,224)
#E7D9E3
(231,217,227)
#E9DDE6
(233,221,230)
#EBE1E9
(235,225,233)
#EDE5EC
(237,229,236)
#EFE9EF
(239,233,239)
#F1EDF2
(241,237,242)
#F3F1F5
(243,241,245)
#F5F5F8
(245,245,248)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D1DD; }

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

This text font color is #E3D1DD.


Background Color

.myBgColor { background-color: #E3D1DD; }

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

This div background color is #E3D1DD.


Border color

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

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

This div border color is #E3D1DD.


Opacity

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

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

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

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

This text has shadow with #E3D1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D1DD on black background.


Color preview on white background

This text has color #E3D1DD on white background.



Black color preview on #E3D1DD background

This text has black color on #E3D1DD background.


White color preview on #E3D1DD background

This text has white color on #E3D1DD background.