COLOR #E1D5C6

HEX: #E1D5C6 RGB: (225,213,198)

Color info

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

RGB color model

#E1D5C6 color RGB value is (225,213,198).

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

RGB channels and saturation

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

225
213
198

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

Portions of RGB colors in percentages

R + G + B = 225 + 213 + 198 = 636 (100%)
R 225 of 636 ~ 35.38%
G 213 of 636 ~ 33.49%
B 198 of 636 ~ 31.13'%

%35.38
%33.49
%31.13

CMYK color model

#E1D5C6 color CMYK value is (0,5,12,12).

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

CMYK: (0,5,12,12)
C0M5Y12K12 (0%, 5%, 12%, 12%)
(0.00 / 0.05 / 0.12 / 0.12)

CMYK percentages

%0
%5.33
%12
%11.76

Codes

Color #E1D5C6 in popluar color models

E1 D5 C6
RGB 225 213 198
HSL 33° 31.03% 82.94%
HSB/HSV 33° 12.00% 88.24%
CMYK 0.00% 5.33% 12.00%
11.76%

Color #E1D5C6 in popluar number systems.

HEX E1 D5 C6
Decimal 225 213 198
Binary 11100001 11010101 11000110
Octal 341 325 306

Shades and tints

Shades of #E1D5C6

#E1D5C6
(225,213,198)
#CDC2B4
(205,194,180)
#B9AFA2
(185,175,162)
#A59C90
(165,156,144)
#91897E
(145,137,126)
#7D766C
(125,118,108)
#69635A
(105,99,90)
#555048
(85,80,72)
#413D36
(65,61,54)
#2D2A24
(45,42,36)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #E1D5C6

#E1D5C6
(225,213,198)
#E3D8CB
(227,216,203)
#E5DBD0
(229,219,208)
#E7DED5
(231,222,213)
#E9E1DA
(233,225,218)
#EBE4DF
(235,228,223)
#EDE7E4
(237,231,228)
#EFEAE9
(239,234,233)
#F1EDEE
(241,237,238)
#F3F0F3
(243,240,243)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D5C6; }

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

This text font color is #E1D5C6.

Background Color

.myBgColor { background-color: #E1D5C6; }

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

This div background color is #E1D5C6.

Border color

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

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

This div border color is #E1D5C6.

Opacity

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

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

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

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

This text has shadow with #E1D5C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D5C6.

Preview

Color preview on black background

This text has color #E1D5C6 on black background.


Color preview on white background

This text has color #E1D5C6 on white background.


Black color preview on #E1D5C6 background

This text has black color on #E1D5C6 background.


White color preview on #E1D5C6 background

This text has white color on #E1D5C6 background.


Related colors

Complementary color

Complementary color for #hex is #1E2A39.


I love getcolorcode.com

Triadic colors

1 #C6E1D5 and #D5C6E1 with #E1D5C6 are triadic colors.

2 #C6D5E1 and #D5E1C6 with #E1D5C6 are triadic colors.