COLOR #E4DEC1

HEX: #E4DEC1
RGB: (228,222,193)

Color info

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

RGB color model

#E4DEC1 color RGB value is (228,222,193).

  • red value is 228;
  • green value is 222;
  • blue value is 193.
RGB:
(228,222,193)
(89%,87%,76%)

RGB channels and saturation

R 228 of 255 = 89%
G 222 of 255 = 87%
B 193 of 255 = 76%

228
222
193

R + G + B ~ 84%. #E4DEC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 222 + 193 = 643 (100%)
R 228 of 643 ~ 35.46%
G 222 of 643 ~ 34.53%
B 193 of 643 ~ 30.02%

%35.46
%34.53
%30.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 15.35%
  • key color value is 10.59%
CMYK:
(0,3,15,11)
C0M3Y15K11 
(0%,3%,15%,11%)
(0.00/0.03/0.15/0.11)	

CMYK percentages

%0
%2.63
%15.35
%10.59

Codes

Color #E4DEC1 in popluar color models

E4DEC1
RGB228222193
HSL50°39.33%82.55%
HSB/HSV50°15.35%89.41%
CMYK0.00%2.63%15.35%
10.59%

Color #E4DEC1 in popluar number systems.

HEXE4DEC1
Decimal228222193
Binary111001001101111011000001
Octal344336301

Shades and tints

Shades of #E4DEC1

#E4DEC1
(228,222,193)
#D0CAB0
(208,202,176)
#BCB69F
(188,182,159)
#A8A28E
(168,162,142)
#948E7D
(148,142,125)
#807A6C
(128,122,108)
#6C665B
(108,102,91)
#58524A
(88,82,74)
#443E39
(68,62,57)
#302A28
(48,42,40)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #E4DEC1

#E4DEC1
(228,222,193)
#E6E1C6
(230,225,198)
#E8E4CB
(232,228,203)
#EAE7D0
(234,231,208)
#ECEAD5
(236,234,213)
#EEEDDA
(238,237,218)
#F0F0DF
(240,240,223)
#F2F3E4
(242,243,228)
#F4F6E9
(244,246,233)
#F6F9EE
(246,249,238)
#F8FCF3
(248,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DEC1 color. Also use rgb(228,222,193) instead hex code.

Text Font Color

.myTextColor { color: #E4DEC1; }

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

This text font color is #E4DEC1.


Background Color

.myBgColor { background-color: #E4DEC1; }

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

This div background color is #E4DEC1.


Border color

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

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

This div border color is #E4DEC1.


Opacity

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

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

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

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

This text has shadow with #E4DEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DEC1 on black background.


Color preview on white background

This text has color #E4DEC1 on white background.



Black color preview on #E4DEC1 background

This text has black color on #E4DEC1 background.


White color preview on #E4DEC1 background

This text has white color on #E4DEC1 background.