COLOR #E4DCC1

HEX: #E4DCC1 RGB: (228,220,193)

Color info

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

RGB color model

#E4DCC1 color RGB value is (228,220,193).

RGB: (228,220,193) (89%, 86%, 76%)

RGB channels and saturation

R 228 of 255 = 89%
G 220 of 255 = 86%
B 193 of 255 = 76%

228
220
193

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

Portions of RGB colors in percentages

R + G + B = 228 + 220 + 193 = 641 (100%)
R 228 of 641 ~ 35.57%
G 220 of 641 ~ 34.32%
B 193 of 641 ~ 30.11'%

%35.57
%34.32
%30.11

CMYK color model

#E4DCC1 color CMYK value is (0,4,15,11).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 15.35%
  • key color value is 10.59%
CMYK: (0,4,15,11) C0M4Y15K11 (0%,4%,15%,11%) (0.00/0.04/0.15/0.11) 

CMYK percentages

%0
%3.51
%15.35
%10.59

Codes

Color #E4DCC1 in popluar color models

E4 DC C1
RGB 228 220 193
HSL 46° 39.33% 82.55%
HSB/HSV 46° 15.35% 89.41%
CMYK 0.00% 3.51% 15.35%
10.59%

Color #E4DCC1 in popluar number systems.

HEX E4 DC C1
Decimal 228 220 193
Binary 11100100 11011100 11000001
Octal 344 334 301

Shades and tints

Shades of #E4DCC1

#E4DCC1
(228,220,193)
#D0C8B0
(208,200,176)
#BCB49F
(188,180,159)
#A8A08E
(168,160,142)
#948C7D
(148,140,125)
#80786C
(128,120,108)
#6C645B
(108,100,91)
#58504A
(88,80,74)
#443C39
(68,60,57)
#302828
(48,40,40)
#1C1417
(28,20,23)
#000000
(0,0,0)

Tints of #E4DCC1

#E4DCC1
(228,220,193)
#E6DFC6
(230,223,198)
#E8E2CB
(232,226,203)
#EAE5D0
(234,229,208)
#ECE8D5
(236,232,213)
#EEEBDA
(238,235,218)
#F0EEDF
(240,238,223)
#F2F1E4
(242,241,228)
#F4F4E9
(244,244,233)
#F6F7EE
(246,247,238)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DCC1; }

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

This text font color is #E4DCC1.

Background Color

.myBgColor { background-color: #E4DCC1; }

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

This div background color is #E4DCC1.

Border color

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

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

This div border color is #E4DCC1.

Opacity

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

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

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

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

This text has shadow with #E4DCC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DCC1.

Preview

Color preview on black background

This text has color #E4DCC1 on black background.


Color preview on white background

This text has color #E4DCC1 on white background.


Black color preview on #E4DCC1 background

This text has black color on #E4DCC1 background.


White color preview on #E4DCC1 background

This text has white color on #E4DCC1 background.


Related colors

Complementary color

Complementary color for #hex is #1B233E.


I love getcolorcode.com

Triadic colors

1 #C1E4DC and #DCC1E4 with #E4DCC1 are triadic colors.

2 #C1DCE4 and #DCE4C1 with #E4DCC1 are triadic colors.