COLOR #E1DEC1

HEX: #E1DEC1 RGB: (225,222,193)

Color info

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

RGB color model

#E1DEC1 color RGB value is (225,222,193).

RGB: (225,222,193) (88%, 87%, 76%)

RGB channels and saturation

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

225
222
193

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

Portions of RGB colors in percentages

R + G + B = 225 + 222 + 193 = 640 (100%)
R 225 of 640 ~ 35.16%
G 222 of 640 ~ 34.69%
B 193 of 640 ~ 30.16'%

%35.16
%34.69
%30.16

CMYK color model

#E1DEC1 color CMYK value is (0,1,14,12).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 14.22%
  • key color value is 11.76%

CMYK: (0,1,14,12)
C0M1Y14K12 (0%, 1%, 14%, 12%)
(0.00 / 0.01 / 0.14 / 0.12)

CMYK percentages

%0
%1.33
%14.22
%11.76

Codes

Color #E1DEC1 in popluar color models

E1 DE C1
RGB 225 222 193
HSL 54° 34.78% 81.96%
HSB/HSV 54° 14.22% 88.24%
CMYK 0.00% 1.33% 14.22%
11.76%

Color #E1DEC1 in popluar number systems.

HEX E1 DE C1
Decimal 225 222 193
Binary 11100001 11011110 11000001
Octal 341 336 301

Shades and tints

Shades of #E1DEC1

#E1DEC1
(225,222,193)
#CDCAB0
(205,202,176)
#B9B69F
(185,182,159)
#A5A28E
(165,162,142)
#918E7D
(145,142,125)
#7D7A6C
(125,122,108)
#69665B
(105,102,91)
#55524A
(85,82,74)
#413E39
(65,62,57)
#2D2A28
(45,42,40)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #E1DEC1

#E1DEC1
(225,222,193)
#E3E1C6
(227,225,198)
#E5E4CB
(229,228,203)
#E7E7D0
(231,231,208)
#E9EAD5
(233,234,213)
#EBEDDA
(235,237,218)
#EDF0DF
(237,240,223)
#EFF3E4
(239,243,228)
#F1F6E9
(241,246,233)
#F3F9EE
(243,249,238)
#F5FCF3
(245,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DEC1; }

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

This text font color is #E1DEC1.

Background Color

.myBgColor { background-color: #E1DEC1; }

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

This div background color is #E1DEC1.

Border color

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

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

This div border color is #E1DEC1.

Opacity

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

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

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

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

This text has shadow with #E1DEC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DEC1.

Preview

Color preview on black background

This text has color #E1DEC1 on black background.


Color preview on white background

This text has color #E1DEC1 on white background.


Black color preview on #E1DEC1 background

This text has black color on #E1DEC1 background.


White color preview on #E1DEC1 background

This text has white color on #E1DEC1 background.


Related colors

Complementary color

Complementary color for #hex is #1E213E.


I love getcolorcode.com

Triadic colors

1 #C1E1DE and #DEC1E1 with #E1DEC1 are triadic colors.

2 #C1DEE1 and #DEE1C1 with #E1DEC1 are triadic colors.