COLOR #E3E1DA

HEX: #E3E1DA
RGB: (227,225,218)

Color info

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

RGB color model

#E3E1DA color RGB value is (227,225,218).

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

RGB channels and saturation

R 227 of 255 = 89%
G 225 of 255 = 88%
B 218 of 255 = 85%

227
225
218

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

Portions of RGB colors in percentages

R + G + B =
227 + 225 + 218 = 670 (100%)
R 227 of 670 ~ 33.88%
G 225 of 670 ~ 33.58%
B 218 of 670 ~ 32.54%

%33.88
%33.58
%32.54

CMYK color model

#E3E1DA color CMYK value is (0,1,4,11).

  • cyan value is 0.00%
  • magenta value is 0.88%
  • yellow value is 3.96%
  • key color value is 10.98%
CMYK:
(0,1,4,11)
C0M1Y4K11 
(0%,1%,4%,11%)
(0.00/0.01/0.04/0.11)	

CMYK percentages

%0
%0.88
%3.96
%10.98

Codes

Color #E3E1DA in popluar color models

E3E1DA
RGB227225218
HSL47°13.85%87.25%
HSB/HSV47°3.96%89.02%
CMYK0.00%0.88%3.96%
10.98%

Color #E3E1DA in popluar number systems.

HEXE3E1DA
Decimal227225218
Binary111000111110000111011010
Octal343341332

Shades and tints

Shades of #E3E1DA

#E3E1DA
(227,225,218)
#CFCDC7
(207,205,199)
#BBB9B4
(187,185,180)
#A7A5A1
(167,165,161)
#93918E
(147,145,142)
#7F7D7B
(127,125,123)
#6B6968
(107,105,104)
#575555
(87,85,85)
#434142
(67,65,66)
#2F2D2F
(47,45,47)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #E3E1DA

#E3E1DA
(227,225,218)
#E5E3DD
(229,227,221)
#E7E5E0
(231,229,224)
#E9E7E3
(233,231,227)
#EBE9E6
(235,233,230)
#EDEBE9
(237,235,233)
#EFEDEC
(239,237,236)
#F1EFEF
(241,239,239)
#F3F1F2
(243,241,242)
#F5F3F5
(245,243,245)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3E1DA; }

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

This text font color is #E3E1DA.


Background Color

.myBgColor { background-color: #E3E1DA; }

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

This div background color is #E3E1DA.


Border color

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

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

This div border color is #E3E1DA.


Opacity

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

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

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

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

This text has shadow with #E3E1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E1DA on black background.


Color preview on white background

This text has color #E3E1DA on white background.



Black color preview on #E3E1DA background

This text has black color on #E3E1DA background.


White color preview on #E3E1DA background

This text has white color on #E3E1DA background.