COLOR #E1D7C6

HEX: #E1D7C6 RGB: (225,215,198)

Color info

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

RGB color model

#E1D7C6 color RGB value is (225,215,198).

RGB: (225,215,198) (88%, 84%, 78%)

RGB channels and saturation

R 225 of 255 = 88%
G 215 of 255 = 84%
B 198 of 255 = 78%

225
215
198

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

Portions of RGB colors in percentages

R + G + B = 225 + 215 + 198 = 638 (100%)
R 225 of 638 ~ 35.27%
G 215 of 638 ~ 33.7%
B 198 of 638 ~ 31.03'%

%35.27
%33.7
%31.03

CMYK color model

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

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

CMYK: (0,4,12,12)
C0M4Y12K12 (0%, 4%, 12%, 12%)
(0.00 / 0.04 / 0.12 / 0.12)

CMYK percentages

%0
%4.44
%12
%11.76

Codes

Color #E1D7C6 in popluar color models

E1 D7 C6
RGB 225 215 198
HSL 38° 31.03% 82.94%
HSB/HSV 38° 12.00% 88.24%
CMYK 0.00% 4.44% 12.00%
11.76%

Color #E1D7C6 in popluar number systems.

HEX E1 D7 C6
Decimal 225 215 198
Binary 11100001 11010111 11000110
Octal 341 327 306

Shades and tints

Shades of #E1D7C6

#E1D7C6
(225,215,198)
#CDC4B4
(205,196,180)
#B9B1A2
(185,177,162)
#A59E90
(165,158,144)
#918B7E
(145,139,126)
#7D786C
(125,120,108)
#69655A
(105,101,90)
#555248
(85,82,72)
#413F36
(65,63,54)
#2D2C24
(45,44,36)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #E1D7C6

#E1D7C6
(225,215,198)
#E3DACB
(227,218,203)
#E5DDD0
(229,221,208)
#E7E0D5
(231,224,213)
#E9E3DA
(233,227,218)
#EBE6DF
(235,230,223)
#EDE9E4
(237,233,228)
#EFECE9
(239,236,233)
#F1EFEE
(241,239,238)
#F3F2F3
(243,242,243)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D7C6; }

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

This text font color is #E1D7C6.

Background Color

.myBgColor { background-color: #E1D7C6; }

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

This div background color is #E1D7C6.

Border color

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

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

This div border color is #E1D7C6.

Opacity

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

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

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

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

This text has shadow with #E1D7C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D7C6.

Preview

Color preview on black background

This text has color #E1D7C6 on black background.


Color preview on white background

This text has color #E1D7C6 on white background.


Black color preview on #E1D7C6 background

This text has black color on #E1D7C6 background.


White color preview on #E1D7C6 background

This text has white color on #E1D7C6 background.


Related colors

Complementary color

Complementary color for #hex is #1E2839.


I love getcolorcode.com

Triadic colors

1 #C6E1D7 and #D7C6E1 with #E1D7C6 are triadic colors.

2 #C6D7E1 and #D7E1C6 with #E1D7C6 are triadic colors.