COLOR #E5DCB4

HEX: #E5DCB4 RGB: (229,220,180)

Color info

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

RGB color model

#E5DCB4 color RGB value is (229,220,180).

RGB: (229,220,180) (90%, 86%, 71%)

RGB channels and saturation

R 229 of 255 = 90%
G 220 of 255 = 86%
B 180 of 255 = 71%

229
220
180

R + G + B ~ 82%. #E5DCB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 220 + 180 = 629 (100%)
R 229 of 629 ~ 36.41%
G 220 of 629 ~ 34.98%
B 180 of 629 ~ 28.62'%

%36.41
%34.98
%28.62

CMYK color model

#E5DCB4 color CMYK value is (0,4,21,10).

  • cyan value is 0.00%
  • magenta value is 3.93%
  • yellow value is 21.40%
  • key color value is 10.20%

CMYK: (0,4,21,10)
C0M4Y21K10 (0%, 4%, 21%, 10%)
(0.00 / 0.04 / 0.21 / 0.10)

CMYK percentages

%0
%3.93
%21.4
%10.2

Codes

Color #E5DCB4 in popluar color models

E5 DC B4
RGB 229 220 180
HSL 49° 48.51% 80.20%
HSB/HSV 49° 21.40% 89.80%
CMYK 0.00% 3.93% 21.40%
10.20%

Color #E5DCB4 in popluar number systems.

HEX E5 DC B4
Decimal 229 220 180
Binary 11100101 11011100 10110100
Octal 345 334 264

Shades and tints

Shades of #E5DCB4

#E5DCB4
(229,220,180)
#D1C8A4
(209,200,164)
#BDB494
(189,180,148)
#A9A084
(169,160,132)
#958C74
(149,140,116)
#817864
(129,120,100)
#6D6454
(109,100,84)
#595044
(89,80,68)
#453C34
(69,60,52)
#312824
(49,40,36)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #E5DCB4

#E5DCB4
(229,220,180)
#E7DFBA
(231,223,186)
#E9E2C0
(233,226,192)
#EBE5C6
(235,229,198)
#EDE8CC
(237,232,204)
#EFEBD2
(239,235,210)
#F1EED8
(241,238,216)
#F3F1DE
(243,241,222)
#F5F4E4
(245,244,228)
#F7F7EA
(247,247,234)
#F9FAF0
(249,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DCB4 color. Also use rgb(229,220,180) instead hex code.

Text Font Color

.myTextColor { color: #E5DCB4; }

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

This text font color is #E5DCB4.

Background Color

.myBgColor { background-color: #E5DCB4; }

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

This div background color is #E5DCB4.

Border color

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

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

This div border color is #E5DCB4.

Opacity

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

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

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

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

This text has shadow with #E5DCB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DCB4.

Preview

Color preview on black background

This text has color #E5DCB4 on black background.


Color preview on white background

This text has color #E5DCB4 on white background.


Black color preview on #E5DCB4 background

This text has black color on #E5DCB4 background.


White color preview on #E5DCB4 background

This text has white color on #E5DCB4 background.


Related colors

Complementary color

Complementary color for #hex is #1A234B.


I love getcolorcode.com

Triadic colors

1 #B4E5DC and #DCB4E5 with #E5DCB4 are triadic colors.

2 #B4DCE5 and #DCE5B4 with #E5DCB4 are triadic colors.