COLOR #E1DCC5

HEX: #E1DCC5
RGB: (225,220,197)

Color info

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

RGB color model

#E1DCC5 color RGB value is (225,220,197).

  • red value is 225;
  • green value is 220;
  • blue value is 197.
RGB: (225,220,197) (88%,86%,77%)

RGB channels and saturation

R 225 of 255 = 88%
G 220 of 255 = 86%
B 197 of 255 = 77%

225
220
197

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

Portions of RGB colors in percentages

R + G + B =
225 + 220 + 197 = 642 (100%)
R 225 of 642 ~ 35.05%
G 220 of 642 ~ 34.27%
B 197 of 642 ~ 30.69%

%35.05
%34.27
%30.69

CMYK color model

#E1DCC5 color CMYK value is (0,2,12,12).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 12.44%
  • key color value is 11.76%
CMYK: (0,2,12,12) C0M2Y12K12 (0%,2%,12%,12%) (0.00/0.02/0.12/0.12)

CMYK percentages

%0
%2.22
%12.44
%11.76

Codes

Color #E1DCC5 in popluar color models

E1DCC5
RGB225220197
HSL49°31.82%82.75%
HSB/HSV49°12.44%88.24%
CMYK0.00%2.22%12.44%
11.76%

Color #E1DCC5 in popluar number systems.

HEXE1DCC5
Decimal225220197
Binary111000011101110011000101
Octal341334305

Shades and tints

Shades of #E1DCC5

#E1DCC5
(225,220,197)
#CDC8B4
(205,200,180)
#B9B4A3
(185,180,163)
#A5A092
(165,160,146)
#918C81
(145,140,129)
#7D7870
(125,120,112)
#69645F
(105,100,95)
#55504E
(85,80,78)
#413C3D
(65,60,61)
#2D282C
(45,40,44)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #E1DCC5

#E1DCC5
(225,220,197)
#E3DFCA
(227,223,202)
#E5E2CF
(229,226,207)
#E7E5D4
(231,229,212)
#E9E8D9
(233,232,217)
#EBEBDE
(235,235,222)
#EDEEE3
(237,238,227)
#EFF1E8
(239,241,232)
#F1F4ED
(241,244,237)
#F3F7F2
(243,247,242)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DCC5 color. Also use rgb(225,220,197) instead hex code.

Text Font Color

.myTextColor { color: #E1DCC5; }

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

This text font color is #E1DCC5.


Background Color

.myBgColor { background-color: #E1DCC5; }

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

This div background color is #E1DCC5.


Border color

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

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

This div border color is #E1DCC5.


Opacity

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

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

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

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

This text has shadow with #E1DCC5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E1DCC5 on black background.


Color preview on white background

This text has color #E1DCC5 on white background.



Black color preview on #E1DCC5 background

This text has black color on #E1DCC5 background.


White color preview on #E1DCC5 background

This text has white color on #E1DCC5 background.