COLOR #E0D5B1

HEX: #E0D5B1 RGB: (224,213,177)

Color info

#E0D5B1 contains red, green and blue colors in about the same proportion. Web safe color of #E0D5B1 is #CCCC99 (or #CC9).

RGB color model

#E0D5B1 color RGB value is (224,213,177).

RGB: (224,213,177) (88%, 84%, 69%)

RGB channels and saturation

R 224 of 255 = 88%
G 213 of 255 = 84%
B 177 of 255 = 69%

224
213
177

R + G + B ~ 80%. #E0D5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 213 + 177 = 614 (100%)
R 224 of 614 ~ 36.48%
G 213 of 614 ~ 34.69%
B 177 of 614 ~ 28.83'%

%36.48
%34.69
%28.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.91%
  • yellow value is 20.98%
  • key color value is 12.16%
CMYK: (0,5,21,12) C0M5Y21K12 (0%,5%,21%,12%) (0.00/0.05/0.21/0.12) 

CMYK percentages

%0
%4.91
%20.98
%12.16

Codes

Color #E0D5B1 in popluar color models

E0 D5 B1
RGB 224 213 177
HSL 46° 43.12% 78.63%
HSB/HSV 46° 20.98% 87.84%
CMYK 0.00% 4.91% 20.98%
12.16%

Color #E0D5B1 in popluar number systems.

HEX E0 D5 B1
Decimal 224 213 177
Binary 11100000 11010101 10110001
Octal 340 325 261

Shades and tints

Shades of #E0D5B1

#E0D5B1
(224,213,177)
#CCC2A1
(204,194,161)
#B8AF91
(184,175,145)
#A49C81
(164,156,129)
#908971
(144,137,113)
#7C7661
(124,118,97)
#686351
(104,99,81)
#545041
(84,80,65)
#403D31
(64,61,49)
#2C2A21
(44,42,33)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #E0D5B1

#E0D5B1
(224,213,177)
#E2D8B8
(226,216,184)
#E4DBBF
(228,219,191)
#E6DEC6
(230,222,198)
#E8E1CD
(232,225,205)
#EAE4D4
(234,228,212)
#ECE7DB
(236,231,219)
#EEEAE2
(238,234,226)
#F0EDE9
(240,237,233)
#F2F0F0
(242,240,240)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D5B1 color. Also use rgb(224,213,177) instead hex code.

Text Font Color

.myTextColor { color: #E0D5B1; }

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

This text font color is #E0D5B1.

Background Color

.myBgColor { background-color: #E0D5B1; }

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

This div background color is #E0D5B1.

Border color

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

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

This div border color is #E0D5B1.

Opacity

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

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

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

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

This text has shadow with #E0D5B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D5B1.

Preview

Color preview on black background

This text has color #E0D5B1 on black background.


Color preview on white background

This text has color #E0D5B1 on white background.


Black color preview on #E0D5B1 background

This text has black color on #E0D5B1 background.


White color preview on #E0D5B1 background

This text has white color on #E0D5B1 background.


Related colors

Complementary color

Complementary color for #hex is #1F2A4E.


I love getcolorcode.com

Triadic colors

1 #B1E0D5 and #D5B1E0 with #E0D5B1 are triadic colors.

2 #B1D5E0 and #D5E0B1 with #E0D5B1 are triadic colors.