COLOR #E1DEC3

HEX: #E1DEC3
RGB: (225,222,195)

Color info

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

RGB color model

#E1DEC3 color RGB value is (225,222,195).

  • red value is 225;
  • green value is 222;
  • blue value is 195.
RGB:
(225,222,195)
(88%,87%,76%)

RGB channels and saturation

R 225 of 255 = 88%
G 222 of 255 = 87%
B 195 of 255 = 76%

225
222
195

R + G + B ~ 84%. #E1DEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 222 + 195 = 642 (100%)
R 225 of 642 ~ 35.05%
G 222 of 642 ~ 34.58%
B 195 of 642 ~ 30.37%

%35.05
%34.58
%30.37

CMYK color model

#E1DEC3 color CMYK value is (0,1,13,12).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 13.33%
  • key color value is 11.76%
CMYK:
(0,1,13,12)
C0M1Y13K12 
(0%,1%,13%,12%)
(0.00/0.01/0.13/0.12)	

CMYK percentages

%0
%1.33
%13.33
%11.76

Codes

Color #E1DEC3 in popluar color models

E1DEC3
RGB225222195
HSL54°33.33%82.35%
HSB/HSV54°13.33%88.24%
CMYK0.00%1.33%13.33%
11.76%

Color #E1DEC3 in popluar number systems.

HEXE1DEC3
Decimal225222195
Binary111000011101111011000011
Octal341336303

Shades and tints

Shades of #E1DEC3

#E1DEC3
(225,222,195)
#CDCAB2
(205,202,178)
#B9B6A1
(185,182,161)
#A5A290
(165,162,144)
#918E7F
(145,142,127)
#7D7A6E
(125,122,110)
#69665D
(105,102,93)
#55524C
(85,82,76)
#413E3B
(65,62,59)
#2D2A2A
(45,42,42)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #E1DEC3

#E1DEC3
(225,222,195)
#E3E1C8
(227,225,200)
#E5E4CD
(229,228,205)
#E7E7D2
(231,231,210)
#E9EAD7
(233,234,215)
#EBEDDC
(235,237,220)
#EDF0E1
(237,240,225)
#EFF3E6
(239,243,230)
#F1F6EB
(241,246,235)
#F3F9F0
(243,249,240)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DEC3 color. Also use rgb(225,222,195) instead hex code.

Text Font Color

.myTextColor { color: #E1DEC3; }

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

This text font color is #E1DEC3.


Background Color

.myBgColor { background-color: #E1DEC3; }

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

This div background color is #E1DEC3.


Border color

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

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

This div border color is #E1DEC3.


Opacity

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

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

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

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

This text has shadow with #E1DEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DEC3 on black background.


Color preview on white background

This text has color #E1DEC3 on white background.



Black color preview on #E1DEC3 background

This text has black color on #E1DEC3 background.


White color preview on #E1DEC3 background

This text has white color on #E1DEC3 background.