COLOR #E0D8B2

HEX: #E0D8B2 RGB: (224,216,178)

Color info

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

RGB color model

#E0D8B2 color RGB value is (224,216,178).

RGB: (224,216,178) (88%, 85%, 70%)

RGB channels and saturation

R 224 of 255 = 88%
G 216 of 255 = 85%
B 178 of 255 = 70%

224
216
178

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

Portions of RGB colors in percentages

R + G + B = 224 + 216 + 178 = 618 (100%)
R 224 of 618 ~ 36.25%
G 216 of 618 ~ 34.95%
B 178 of 618 ~ 28.8'%

%36.25
%34.95
%28.8

CMYK color model

#E0D8B2 color CMYK value is (0,4,21,12).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 20.54%
  • key color value is 12.16%

CMYK: (0,4,21,12)
C0M4Y21K12 (0%, 4%, 21%, 12%)
(0.00 / 0.04 / 0.21 / 0.12)

CMYK percentages

%0
%3.57
%20.54
%12.16

Codes

Color #E0D8B2 in popluar color models

E0 D8 B2
RGB 224 216 178
HSL 50° 42.59% 78.82%
HSB/HSV 50° 20.54% 87.84%
CMYK 0.00% 3.57% 20.54%
12.16%

Color #E0D8B2 in popluar number systems.

HEX E0 D8 B2
Decimal 224 216 178
Binary 11100000 11011000 10110010
Octal 340 330 262

Shades and tints

Shades of #E0D8B2

#E0D8B2
(224,216,178)
#CCC5A2
(204,197,162)
#B8B292
(184,178,146)
#A49F82
(164,159,130)
#908C72
(144,140,114)
#7C7962
(124,121,98)
#686652
(104,102,82)
#545342
(84,83,66)
#404032
(64,64,50)
#2C2D22
(44,45,34)
#181A12
(24,26,18)
#000000
(0,0,0)

Tints of #E0D8B2

#E0D8B2
(224,216,178)
#E2DBB9
(226,219,185)
#E4DEC0
(228,222,192)
#E6E1C7
(230,225,199)
#E8E4CE
(232,228,206)
#EAE7D5
(234,231,213)
#ECEADC
(236,234,220)
#EEEDE3
(238,237,227)
#F0F0EA
(240,240,234)
#F2F3F1
(242,243,241)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D8B2 color. Also use rgb(224,216,178) instead hex code.

Text Font Color

.myTextColor { color: #E0D8B2; }

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

This text font color is #E0D8B2.

Background Color

.myBgColor { background-color: #E0D8B2; }

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

This div background color is #E0D8B2.

Border color

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

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

This div border color is #E0D8B2.

Opacity

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

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

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

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

This text has shadow with #E0D8B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D8B2.

Preview

Color preview on black background

This text has color #E0D8B2 on black background.


Color preview on white background

This text has color #E0D8B2 on white background.


Black color preview on #E0D8B2 background

This text has black color on #E0D8B2 background.


White color preview on #E0D8B2 background

This text has white color on #E0D8B2 background.


Related colors

Complementary color

Complementary color for #hex is #1F274D.


I love getcolorcode.com

Triadic colors

1 #B2E0D8 and #D8B2E0 with #E0D8B2 are triadic colors.

2 #B2D8E0 and #D8E0B2 with #E0D8B2 are triadic colors.