COLOR #E4DD9C

HEX: #E4DD9C
RGB: (228,221,156)

Color info

#E4DD9C contains mainly red and green colors. Web safe color of #E4DD9C is #CCCC99 (or #CC9).

RGB color model

#E4DD9C color RGB value is (228,221,156).

  • red value is 228;
  • green value is 221;
  • blue value is 156.
RGB:
(228,221,156)
(89%,87%,61%)

RGB channels and saturation

R 228 of 255 = 89%
G 221 of 255 = 87%
B 156 of 255 = 61%

228
221
156

R + G + B ~ 79%. #E4DD9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 221 + 156 = 605 (100%)
R 228 of 605 ~ 37.69%
G 221 of 605 ~ 36.53%
B 156 of 605 ~ 25.79%

%37.69
%36.53
%25.79

CMYK color model

#E4DD9C color CMYK value is (0,3,32,11).

  • cyan value is 0.00%
  • magenta value is 3.07%
  • yellow value is 31.58%
  • key color value is 10.59%
CMYK:
(0,3,32,11)
C0M3Y32K11 
(0%,3%,32%,11%)
(0.00/0.03/0.32/0.11)	

CMYK percentages

%0
%3.07
%31.58
%10.59

Codes

Color #E4DD9C in popluar color models

E4DD9C
RGB228221156
HSL54°57.14%75.29%
HSB/HSV54°31.58%89.41%
CMYK0.00%3.07%31.58%
10.59%

Color #E4DD9C in popluar number systems.

HEXE4DD9C
Decimal228221156
Binary111001001101110110011100
Octal344335234

Shades and tints

Shades of #E4DD9C

#E4DD9C
(228,221,156)
#D0C98E
(208,201,142)
#BCB580
(188,181,128)
#A8A172
(168,161,114)
#948D64
(148,141,100)
#807956
(128,121,86)
#6C6548
(108,101,72)
#58513A
(88,81,58)
#443D2C
(68,61,44)
#30291E
(48,41,30)
#1C1510
(28,21,16)
#000000
(0,0,0)

Tints of #E4DD9C

#E4DD9C
(228,221,156)
#E6E0A5
(230,224,165)
#E8E3AE
(232,227,174)
#EAE6B7
(234,230,183)
#ECE9C0
(236,233,192)
#EEECC9
(238,236,201)
#F0EFD2
(240,239,210)
#F2F2DB
(242,242,219)
#F4F5E4
(244,245,228)
#F6F8ED
(246,248,237)
#F8FBF6
(248,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DD9C color. Also use rgb(228,221,156) instead hex code.

Text Font Color

.myTextColor { color: #E4DD9C; }

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

This text font color is #E4DD9C.


Background Color

.myBgColor { background-color: #E4DD9C; }

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

This div background color is #E4DD9C.


Border color

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

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

This div border color is #E4DD9C.


Opacity

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

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

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

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

This text has shadow with #E4DD9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DD9C on black background.


Color preview on white background

This text has color #E4DD9C on white background.



Black color preview on #E4DD9C background

This text has black color on #E4DD9C background.


White color preview on #E4DD9C background

This text has white color on #E4DD9C background.