COLOR #E1DAC5

HEX: #E1DAC5 RGB: (225,218,197)

Color info

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

RGB color model

#E1DAC5 color RGB value is (225,218,197).

RGB: (225,218,197) (88%, 85%, 77%)

RGB channels and saturation

R 225 of 255 = 88%
G 218 of 255 = 85%
B 197 of 255 = 77%

225
218
197

R + G + B ~ 83%. #E1DAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 218 + 197 = 640 (100%)
R 225 of 640 ~ 35.16%
G 218 of 640 ~ 34.06%
B 197 of 640 ~ 30.78'%

%35.16
%34.06
%30.78

CMYK color model

#E1DAC5 color CMYK value is (0,3,12,12).

  • cyan value is 0.00%
  • magenta value is 3.11%
  • yellow value is 12.44%
  • key color value is 11.76%

CMYK: (0,3,12,12)
C0M3Y12K12 (0%, 3%, 12%, 12%)
(0.00 / 0.03 / 0.12 / 0.12)

CMYK percentages

%0
%3.11
%12.44
%11.76

Codes

Color #E1DAC5 in popluar color models

E1 DA C5
RGB 225 218 197
HSL 45° 31.82% 82.75%
HSB/HSV 45° 12.44% 88.24%
CMYK 0.00% 3.11% 12.44%
11.76%

Color #E1DAC5 in popluar number systems.

HEX E1 DA C5
Decimal 225 218 197
Binary 11100001 11011010 11000101
Octal 341 332 305

Shades and tints

Shades of #E1DAC5

#E1DAC5
(225,218,197)
#CDC7B4
(205,199,180)
#B9B4A3
(185,180,163)
#A5A192
(165,161,146)
#918E81
(145,142,129)
#7D7B70
(125,123,112)
#69685F
(105,104,95)
#55554E
(85,85,78)
#41423D
(65,66,61)
#2D2F2C
(45,47,44)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #E1DAC5

#E1DAC5
(225,218,197)
#E3DDCA
(227,221,202)
#E5E0CF
(229,224,207)
#E7E3D4
(231,227,212)
#E9E6D9
(233,230,217)
#EBE9DE
(235,233,222)
#EDECE3
(237,236,227)
#EFEFE8
(239,239,232)
#F1F2ED
(241,242,237)
#F3F5F2
(243,245,242)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DAC5; }

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

This text font color is #E1DAC5.

Background Color

.myBgColor { background-color: #E1DAC5; }

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

This div background color is #E1DAC5.

Border color

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

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

This div border color is #E1DAC5.

Opacity

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

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

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

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

This text has shadow with #E1DAC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DAC5.

Preview

Color preview on black background

This text has color #E1DAC5 on black background.


Color preview on white background

This text has color #E1DAC5 on white background.


Black color preview on #E1DAC5 background

This text has black color on #E1DAC5 background.


White color preview on #E1DAC5 background

This text has white color on #E1DAC5 background.


Related colors

Complementary color

Complementary color for #hex is #1E253A.


I love getcolorcode.com

Triadic colors

1 #C5E1DA and #DAC5E1 with #E1DAC5 are triadic colors.

2 #C5DAE1 and #DAE1C5 with #E1DAC5 are triadic colors.