COLOR #E4DDCC

HEX: #E4DDCC
RGB: (228,221,204)

Color info

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

RGB color model

#E4DDCC color RGB value is (228,221,204).

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

RGB channels and saturation

R 228 of 255 = 89%
G 221 of 255 = 87%
B 204 of 255 = 80%

228
221
204

R + G + B ~ 85%. #E4DDCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 221 + 204 = 653 (100%)
R 228 of 653 ~ 34.92%
G 221 of 653 ~ 33.84%
B 204 of 653 ~ 31.24%

%34.92
%33.84
%31.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.07%
  • yellow value is 10.53%
  • key color value is 10.59%
CMYK:
(0,3,11,11)
C0M3Y11K11 
(0%,3%,11%,11%)
(0.00/0.03/0.11/0.11)	

CMYK percentages

%0
%3.07
%10.53
%10.59

Codes

Color #E4DDCC in popluar color models

E4DDCC
RGB228221204
HSL43°30.77%84.71%
HSB/HSV43°10.53%89.41%
CMYK0.00%3.07%10.53%
10.59%

Color #E4DDCC in popluar number systems.

HEXE4DDCC
Decimal228221204
Binary111001001101110111001100
Octal344335314

Shades and tints

Shades of #E4DDCC

#E4DDCC
(228,221,204)
#D0C9BA
(208,201,186)
#BCB5A8
(188,181,168)
#A8A196
(168,161,150)
#948D84
(148,141,132)
#807972
(128,121,114)
#6C6560
(108,101,96)
#58514E
(88,81,78)
#443D3C
(68,61,60)
#30292A
(48,41,42)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #E4DDCC

#E4DDCC
(228,221,204)
#E6E0D0
(230,224,208)
#E8E3D4
(232,227,212)
#EAE6D8
(234,230,216)
#ECE9DC
(236,233,220)
#EEECE0
(238,236,224)
#F0EFE4
(240,239,228)
#F2F2E8
(242,242,232)
#F4F5EC
(244,245,236)
#F6F8F0
(246,248,240)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DDCC; }

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

This text font color is #E4DDCC.


Background Color

.myBgColor { background-color: #E4DDCC; }

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

This div background color is #E4DDCC.


Border color

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

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

This div border color is #E4DDCC.


Opacity

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

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

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

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

This text has shadow with #E4DDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DDCC on black background.


Color preview on white background

This text has color #E4DDCC on white background.



Black color preview on #E4DDCC background

This text has black color on #E4DDCC background.


White color preview on #E4DDCC background

This text has white color on #E4DDCC background.