COLOR #E3E1D6

HEX: #E3E1D6
RGB: (227,225,214)

Color info

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

RGB color model

#E3E1D6 color RGB value is (227,225,214).

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

RGB channels and saturation

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

227
225
214

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

Portions of RGB colors in percentages

R + G + B =
227 + 225 + 214 = 666 (100%)
R 227 of 666 ~ 34.08%
G 225 of 666 ~ 33.78%
B 214 of 666 ~ 32.13%

%34.08
%33.78
%32.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.88%
  • yellow value is 5.73%
  • 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
%5.73
%10.98

Codes

Color #E3E1D6 in popluar color models

E3E1D6
RGB227225214
HSL51°18.84%86.47%
HSB/HSV51°5.73%89.02%
CMYK0.00%0.88%5.73%
10.98%

Color #E3E1D6 in popluar number systems.

HEXE3E1D6
Decimal227225214
Binary111000111110000111010110
Octal343341326

Shades and tints

Shades of #E3E1D6

#E3E1D6
(227,225,214)
#CFCDC3
(207,205,195)
#BBB9B0
(187,185,176)
#A7A59D
(167,165,157)
#93918A
(147,145,138)
#7F7D77
(127,125,119)
#6B6964
(107,105,100)
#575551
(87,85,81)
#43413E
(67,65,62)
#2F2D2B
(47,45,43)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #E3E1D6

#E3E1D6
(227,225,214)
#E5E3D9
(229,227,217)
#E7E5DC
(231,229,220)
#E9E7DF
(233,231,223)
#EBE9E2
(235,233,226)
#EDEBE5
(237,235,229)
#EFEDE8
(239,237,232)
#F1EFEB
(241,239,235)
#F3F1EE
(243,241,238)
#F5F3F1
(245,243,241)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3E1D6; }

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

This text font color is #E3E1D6.


Background Color

.myBgColor { background-color: #E3E1D6; }

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

This div background color is #E3E1D6.


Border color

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

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

This div border color is #E3E1D6.


Opacity

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

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

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

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

This text has shadow with #E3E1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E1D6 on black background.


Color preview on white background

This text has color #E3E1D6 on white background.



Black color preview on #E3E1D6 background

This text has black color on #E3E1D6 background.


White color preview on #E3E1D6 background

This text has white color on #E3E1D6 background.