COLOR #E3E1D5

HEX: #E3E1D5
RGB: (227,225,213)

Color info

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

RGB color model

#E3E1D5 color RGB value is (227,225,213).

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

RGB channels and saturation

R 227 of 255 = 89%
G 225 of 255 = 88%
B 213 of 255 = 84%

227
225
213

R + G + B ~ 87%. #E3E1D5 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 225 + 213 = 665 (100%)
R 227 of 665 ~ 34.14%
G 225 of 665 ~ 33.83%
B 213 of 665 ~ 32.03%

%34.14
%33.83
%32.03

CMYK color model

#E3E1D5 color CMYK value is (0,1,6,11).

  • cyan value is 0.00%
  • magenta value is 0.88%
  • yellow value is 6.17%
  • key color value is 10.98%
CMYK:
(0,1,6,11)
C0M1Y6K11 
(0%,1%,6%,11%)
(0.00/0.01/0.06/0.11)	

CMYK percentages

%0
%0.88
%6.17
%10.98

Codes

Color #E3E1D5 in popluar color models

E3E1D5
RGB227225213
HSL51°20.00%86.27%
HSB/HSV51°6.17%89.02%
CMYK0.00%0.88%6.17%
10.98%

Color #E3E1D5 in popluar number systems.

HEXE3E1D5
Decimal227225213
Binary111000111110000111010101
Octal343341325

Shades and tints

Shades of #E3E1D5

#E3E1D5
(227,225,213)
#CFCDC2
(207,205,194)
#BBB9AF
(187,185,175)
#A7A59C
(167,165,156)
#939189
(147,145,137)
#7F7D76
(127,125,118)
#6B6963
(107,105,99)
#575550
(87,85,80)
#43413D
(67,65,61)
#2F2D2A
(47,45,42)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #E3E1D5

#E3E1D5
(227,225,213)
#E5E3D8
(229,227,216)
#E7E5DB
(231,229,219)
#E9E7DE
(233,231,222)
#EBE9E1
(235,233,225)
#EDEBE4
(237,235,228)
#EFEDE7
(239,237,231)
#F1EFEA
(241,239,234)
#F3F1ED
(243,241,237)
#F5F3F0
(245,243,240)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3E1D5; }

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

This text font color is #E3E1D5.


Background Color

.myBgColor { background-color: #E3E1D5; }

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

This div background color is #E3E1D5.


Border color

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

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

This div border color is #E3E1D5.


Opacity

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

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

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

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

This text has shadow with #E3E1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E1D5 on black background.


Color preview on white background

This text has color #E3E1D5 on white background.



Black color preview on #E3E1D5 background

This text has black color on #E3E1D5 background.


White color preview on #E3E1D5 background

This text has white color on #E3E1D5 background.