COLOR #E0D6B4

HEX: #E0D6B4 RGB: (224,214,180)

Color info

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

RGB color model

#E0D6B4 color RGB value is (224,214,180).

RGB: (224,214,180) (88%, 84%, 71%)

RGB channels and saturation

R 224 of 255 = 88%
G 214 of 255 = 84%
B 180 of 255 = 71%

224
214
180

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

Portions of RGB colors in percentages

R + G + B = 224 + 214 + 180 = 618 (100%)
R 224 of 618 ~ 36.25%
G 214 of 618 ~ 34.63%
B 180 of 618 ~ 29.13'%

%36.25
%34.63
%29.13

CMYK color model

#E0D6B4 color CMYK value is (0,4,20,12).

  • cyan value is 0.00%
  • magenta value is 4.46%
  • yellow value is 19.64%
  • key color value is 12.16%
CMYK: (0,4,20,12) C0M4Y20K12 (0%,4%,20%,12%) (0.00/0.04/0.20/0.12) 

CMYK percentages

%0
%4.46
%19.64
%12.16

Codes

Color #E0D6B4 in popluar color models

E0 D6 B4
RGB 224 214 180
HSL 46° 41.51% 79.22%
HSB/HSV 46° 19.64% 87.84%
CMYK 0.00% 4.46% 19.64%
12.16%

Color #E0D6B4 in popluar number systems.

HEX E0 D6 B4
Decimal 224 214 180
Binary 11100000 11010110 10110100
Octal 340 326 264

Shades and tints

Shades of #E0D6B4

#E0D6B4
(224,214,180)
#CCC3A4
(204,195,164)
#B8B094
(184,176,148)
#A49D84
(164,157,132)
#908A74
(144,138,116)
#7C7764
(124,119,100)
#686454
(104,100,84)
#545144
(84,81,68)
#403E34
(64,62,52)
#2C2B24
(44,43,36)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #E0D6B4

#E0D6B4
(224,214,180)
#E2D9BA
(226,217,186)
#E4DCC0
(228,220,192)
#E6DFC6
(230,223,198)
#E8E2CC
(232,226,204)
#EAE5D2
(234,229,210)
#ECE8D8
(236,232,216)
#EEEBDE
(238,235,222)
#F0EEE4
(240,238,228)
#F2F1EA
(242,241,234)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D6B4 color. Also use rgb(224,214,180) instead hex code.

Text Font Color

.myTextColor { color: #E0D6B4; }

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

This text font color is #E0D6B4.

Background Color

.myBgColor { background-color: #E0D6B4; }

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

This div background color is #E0D6B4.

Border color

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

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

This div border color is #E0D6B4.

Opacity

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

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

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

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

This text has shadow with #E0D6B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D6B4.

Preview

Color preview on black background

This text has color #E0D6B4 on black background.


Color preview on white background

This text has color #E0D6B4 on white background.


Black color preview on #E0D6B4 background

This text has black color on #E0D6B4 background.


White color preview on #E0D6B4 background

This text has white color on #E0D6B4 background.


Related colors

Complementary color

Complementary color for #hex is #1F294B.


I love getcolorcode.com

Triadic colors

1 #B4E0D6 and #D6B4E0 with #E0D6B4 are triadic colors.

2 #B4D6E0 and #D6E0B4 with #E0D6B4 are triadic colors.