COLOR #E1D4B8

HEX: #E1D4B8 RGB: (225,212,184)

Color info

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

RGB color model

#E1D4B8 color RGB value is (225,212,184).

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

RGB channels and saturation

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

225
212
184

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

Portions of RGB colors in percentages

R + G + B = 225 + 212 + 184 = 621 (100%)
R 225 of 621 ~ 36.23%
G 212 of 621 ~ 34.14%
B 184 of 621 ~ 29.63'%

%36.23
%34.14
%29.63

CMYK color model

#E1D4B8 color CMYK value is (0,6,18,12).

  • cyan value is 0.00%
  • magenta value is 5.78%
  • yellow value is 18.22%
  • key color value is 11.76%

CMYK: (0,6,18,12)
C0M6Y18K12 (0%, 6%, 18%, 12%)
(0.00 / 0.06 / 0.18 / 0.12)

CMYK percentages

%0
%5.78
%18.22
%11.76

Codes

Color #E1D4B8 in popluar color models

E1 D4 B8
RGB 225 212 184
HSL 41° 40.59% 80.20%
HSB/HSV 41° 18.22% 88.24%
CMYK 0.00% 5.78% 18.22%
11.76%

Color #E1D4B8 in popluar number systems.

HEX E1 D4 B8
Decimal 225 212 184
Binary 11100001 11010100 10111000
Octal 341 324 270

Shades and tints

Shades of #E1D4B8

#E1D4B8
(225,212,184)
#CDC1A8
(205,193,168)
#B9AE98
(185,174,152)
#A59B88
(165,155,136)
#918878
(145,136,120)
#7D7568
(125,117,104)
#696258
(105,98,88)
#554F48
(85,79,72)
#413C38
(65,60,56)
#2D2928
(45,41,40)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #E1D4B8

#E1D4B8
(225,212,184)
#E3D7BE
(227,215,190)
#E5DAC4
(229,218,196)
#E7DDCA
(231,221,202)
#E9E0D0
(233,224,208)
#EBE3D6
(235,227,214)
#EDE6DC
(237,230,220)
#EFE9E2
(239,233,226)
#F1ECE8
(241,236,232)
#F3EFEE
(243,239,238)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D4B8; }

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

This text font color is #E1D4B8.

Background Color

.myBgColor { background-color: #E1D4B8; }

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

This div background color is #E1D4B8.

Border color

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

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

This div border color is #E1D4B8.

Opacity

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

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

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

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

This text has shadow with #E1D4B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D4B8.

Preview

Color preview on black background

This text has color #E1D4B8 on black background.


Color preview on white background

This text has color #E1D4B8 on white background.


Black color preview on #E1D4B8 background

This text has black color on #E1D4B8 background.


White color preview on #E1D4B8 background

This text has white color on #E1D4B8 background.


Related colors

Complementary color

Complementary color for #hex is #1E2B47.


I love getcolorcode.com

Triadic colors

1 #B8E1D4 and #D4B8E1 with #E1D4B8 are triadic colors.

2 #B8D4E1 and #D4E1B8 with #E1D4B8 are triadic colors.