COLOR #E3DCE1

HEX: #E3DCE1
RGB: (227,220,225)

Color info

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

RGB color model

#E3DCE1 color RGB value is (227,220,225).

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

RGB channels and saturation

R 227 of 255 = 89%
G 220 of 255 = 86%
B 225 of 255 = 88%

227
220
225

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

Portions of RGB colors in percentages

R + G + B =
227 + 220 + 225 = 672 (100%)
R 227 of 672 ~ 33.78%
G 220 of 672 ~ 32.74%
B 225 of 672 ~ 33.48%

%33.78
%32.74
%33.48

CMYK color model

#E3DCE1 color CMYK value is (0,3,1,11).

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 0.88%
  • key color value is 10.98%
CMYK:
(0,3,1,11)
C0M3Y1K11 
(0%,3%,1%,11%)
(0.00/0.03/0.01/0.11)	

CMYK percentages

%0
%3.08
%0.88
%10.98

Codes

Color #E3DCE1 in popluar color models

E3DCE1
RGB227220225
HSL317°11.11%87.65%
HSB/HSV317°3.08%89.02%
CMYK0.00%3.08%0.88%
10.98%

Color #E3DCE1 in popluar number systems.

HEXE3DCE1
Decimal227220225
Binary111000111101110011100001
Octal343334341

Shades and tints

Shades of #E3DCE1

#E3DCE1
(227,220,225)
#CFC8CD
(207,200,205)
#BBB4B9
(187,180,185)
#A7A0A5
(167,160,165)
#938C91
(147,140,145)
#7F787D
(127,120,125)
#6B6469
(107,100,105)
#575055
(87,80,85)
#433C41
(67,60,65)
#2F282D
(47,40,45)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #E3DCE1

#E3DCE1
(227,220,225)
#E5DFE3
(229,223,227)
#E7E2E5
(231,226,229)
#E9E5E7
(233,229,231)
#EBE8E9
(235,232,233)
#EDEBEB
(237,235,235)
#EFEEED
(239,238,237)
#F1F1EF
(241,241,239)
#F3F4F1
(243,244,241)
#F5F7F3
(245,247,243)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DCE1; }

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

This text font color is #E3DCE1.


Background Color

.myBgColor { background-color: #E3DCE1; }

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

This div background color is #E3DCE1.


Border color

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

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

This div border color is #E3DCE1.


Opacity

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

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

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

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

This text has shadow with #E3DCE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DCE1 on black background.


Color preview on white background

This text has color #E3DCE1 on white background.



Black color preview on #E3DCE1 background

This text has black color on #E3DCE1 background.


White color preview on #E3DCE1 background

This text has white color on #E3DCE1 background.