COLOR #E1D4B7

HEX: #E1D4B7 RGB: (225,212,183)

Color info

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

RGB color model

#E1D4B7 color RGB value is (225,212,183).

RGB: (225,212,183) (88%, 83%, 72%)

RGB channels and saturation

R 225 of 255 = 88%
G 212 of 255 = 83%
B 183 of 255 = 72%

225
212
183

R + G + B ~ 81%. #E1D4B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 212 + 183 = 620 (100%)
R 225 of 620 ~ 36.29%
G 212 of 620 ~ 34.19%
B 183 of 620 ~ 29.52'%

%36.29
%34.19
%29.52

CMYK color model

#E1D4B7 color CMYK value is (0,6,19,12).

  • cyan value is 0.00%
  • magenta value is 5.78%
  • yellow value is 18.67%
  • key color value is 11.76%
CMYK: (0,6,19,12) C0M6Y19K12 (0%,6%,19%,12%) (0.00/0.06/0.19/0.12) 

CMYK percentages

%0
%5.78
%18.67
%11.76

Codes

Color #E1D4B7 in popluar color models

E1 D4 B7
RGB 225 212 183
HSL 41° 41.18% 80.00%
HSB/HSV 41° 18.67% 88.24%
CMYK 0.00% 5.78% 18.67%
11.76%

Color #E1D4B7 in popluar number systems.

HEX E1 D4 B7
Decimal 225 212 183
Binary 11100001 11010100 10110111
Octal 341 324 267

Shades and tints

Shades of #E1D4B7

#E1D4B7
(225,212,183)
#CDC1A7
(205,193,167)
#B9AE97
(185,174,151)
#A59B87
(165,155,135)
#918877
(145,136,119)
#7D7567
(125,117,103)
#696257
(105,98,87)
#554F47
(85,79,71)
#413C37
(65,60,55)
#2D2927
(45,41,39)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #E1D4B7

#E1D4B7
(225,212,183)
#E3D7BD
(227,215,189)
#E5DAC3
(229,218,195)
#E7DDC9
(231,221,201)
#E9E0CF
(233,224,207)
#EBE3D5
(235,227,213)
#EDE6DB
(237,230,219)
#EFE9E1
(239,233,225)
#F1ECE7
(241,236,231)
#F3EFED
(243,239,237)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D4B7 color. Also use rgb(225,212,183) instead hex code.

Text Font Color

.myTextColor { color: #E1D4B7; }

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

This text font color is #E1D4B7.

Background Color

.myBgColor { background-color: #E1D4B7; }

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

This div background color is #E1D4B7.

Border color

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

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

This div border color is #E1D4B7.

Opacity

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

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

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

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

This text has shadow with #E1D4B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D4B7.

Preview

Color preview on black background

This text has color #E1D4B7 on black background.


Color preview on white background

This text has color #E1D4B7 on white background.


Black color preview on #E1D4B7 background

This text has black color on #E1D4B7 background.


White color preview on #E1D4B7 background

This text has white color on #E1D4B7 background.


Related colors

Complementary color

Complementary color for #hex is #1E2B48.


I love getcolorcode.com

Triadic colors

1 #B7E1D4 and #D4B7E1 with #E1D4B7 are triadic colors.

2 #B7D4E1 and #D4E1B7 with #E1D4B7 are triadic colors.