COLOR #E1DBD7

HEX: #E1DBD7 RGB: (225,219,215)

Color info

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

RGB color model

#E1DBD7 color RGB value is (225,219,215).

RGB: (225,219,215) (88%, 86%, 84%)

RGB channels and saturation

R 225 of 255 = 88%
G 219 of 255 = 86%
B 215 of 255 = 84%

225
219
215

R + G + B ~ 86%. #E1DBD7 is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 219 + 215 = 659 (100%)
R 225 of 659 ~ 34.14%
G 219 of 659 ~ 33.23%
B 215 of 659 ~ 32.63'%

%34.14
%33.23
%32.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 4.44%
  • key color value is 11.76%

CMYK: (0,3,4,12)
C0M3Y4K12 (0%, 3%, 4%, 12%)
(0.00 / 0.03 / 0.04 / 0.12)

CMYK percentages

%0
%2.67
%4.44
%11.76

Codes

Color #E1DBD7 in popluar color models

E1 DB D7
RGB 225 219 215
HSL 24° 14.29% 86.27%
HSB/HSV 24° 4.44% 88.24%
CMYK 0.00% 2.67% 4.44%
11.76%

Color #E1DBD7 in popluar number systems.

HEX E1 DB D7
Decimal 225 219 215
Binary 11100001 11011011 11010111
Octal 341 333 327

Shades and tints

Shades of #E1DBD7

#E1DBD7
(225,219,215)
#CDC8C4
(205,200,196)
#B9B5B1
(185,181,177)
#A5A29E
(165,162,158)
#918F8B
(145,143,139)
#7D7C78
(125,124,120)
#696965
(105,105,101)
#555652
(85,86,82)
#41433F
(65,67,63)
#2D302C
(45,48,44)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #E1DBD7

#E1DBD7
(225,219,215)
#E3DEDA
(227,222,218)
#E5E1DD
(229,225,221)
#E7E4E0
(231,228,224)
#E9E7E3
(233,231,227)
#EBEAE6
(235,234,230)
#EDEDE9
(237,237,233)
#EFF0EC
(239,240,236)
#F1F3EF
(241,243,239)
#F3F6F2
(243,246,242)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DBD7 color. Also use rgb(225,219,215) instead hex code.

Text Font Color

.myTextColor { color: #E1DBD7; }

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

This text font color is #E1DBD7.

Background Color

.myBgColor { background-color: #E1DBD7; }

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

This div background color is #E1DBD7.

Border color

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

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

This div border color is #E1DBD7.

Opacity

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

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

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

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

This text has shadow with #E1DBD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DBD7.

Preview

Color preview on black background

This text has color #E1DBD7 on black background.


Color preview on white background

This text has color #E1DBD7 on white background.


Black color preview on #E1DBD7 background

This text has black color on #E1DBD7 background.


White color preview on #E1DBD7 background

This text has white color on #E1DBD7 background.


Related colors

Complementary color

Complementary color for #hex is #1E2428.


I love getcolorcode.com

Triadic colors

1 #D7E1DB and #DBD7E1 with #E1DBD7 are triadic colors.

2 #D7DBE1 and #DBE1D7 with #E1DBD7 are triadic colors.