COLOR #E4DEC6

HEX: #E4DEC6
RGB: (228,222,198)

Color info

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

RGB color model

#E4DEC6 color RGB value is (228,222,198).

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

RGB channels and saturation

R 228 of 255 = 89%
G 222 of 255 = 87%
B 198 of 255 = 78%

228
222
198

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

Portions of RGB colors in percentages

R + G + B =
228 + 222 + 198 = 648 (100%)
R 228 of 648 ~ 35.19%
G 222 of 648 ~ 34.26%
B 198 of 648 ~ 30.56%

%35.19
%34.26
%30.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 13.16%
  • key color value is 10.59%
CMYK:
(0,3,13,11)
C0M3Y13K11 
(0%,3%,13%,11%)
(0.00/0.03/0.13/0.11)	

CMYK percentages

%0
%2.63
%13.16
%10.59

Codes

Color #E4DEC6 in popluar color models

E4DEC6
RGB228222198
HSL48°35.71%83.53%
HSB/HSV48°13.16%89.41%
CMYK0.00%2.63%13.16%
10.59%

Color #E4DEC6 in popluar number systems.

HEXE4DEC6
Decimal228222198
Binary111001001101111011000110
Octal344336306

Shades and tints

Shades of #E4DEC6

#E4DEC6
(228,222,198)
#D0CAB4
(208,202,180)
#BCB6A2
(188,182,162)
#A8A290
(168,162,144)
#948E7E
(148,142,126)
#807A6C
(128,122,108)
#6C665A
(108,102,90)
#585248
(88,82,72)
#443E36
(68,62,54)
#302A24
(48,42,36)
#1C1612
(28,22,18)
#000000
(0,0,0)

Tints of #E4DEC6

#E4DEC6
(228,222,198)
#E6E1CB
(230,225,203)
#E8E4D0
(232,228,208)
#EAE7D5
(234,231,213)
#ECEADA
(236,234,218)
#EEEDDF
(238,237,223)
#F0F0E4
(240,240,228)
#F2F3E9
(242,243,233)
#F4F6EE
(244,246,238)
#F6F9F3
(246,249,243)
#F8FCF8
(248,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DEC6; }

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

This text font color is #E4DEC6.


Background Color

.myBgColor { background-color: #E4DEC6; }

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

This div background color is #E4DEC6.


Border color

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

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

This div border color is #E4DEC6.


Opacity

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

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

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

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

This text has shadow with #E4DEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DEC6 on black background.


Color preview on white background

This text has color #E4DEC6 on white background.



Black color preview on #E4DEC6 background

This text has black color on #E4DEC6 background.


White color preview on #E4DEC6 background

This text has white color on #E4DEC6 background.