COLOR #E4DCE3

HEX: #E4DCE3 RGB: (228,220,227)

Color info

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

RGB color model

#E4DCE3 color RGB value is (228,220,227).

RGB: (228,220,227) (89%, 86%, 89%)

RGB channels and saturation

R 228 of 255 = 89%
G 220 of 255 = 86%
B 227 of 255 = 89%

228
220
227

R + G + B ~ 88%. #E4DCE3 is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 220 + 227 = 675 (100%)
R 228 of 675 ~ 33.78%
G 220 of 675 ~ 32.59%
B 227 of 675 ~ 33.63'%

%33.78
%32.59
%33.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 0.44%
  • key color value is 10.59%

CMYK: (0,4,0,11)
C0M4Y0K11 (0%, 4%, 0%, 11%)
(0.00 / 0.04 / 0.00 / 0.11)

CMYK percentages

%0
%3.51
%0.44
%10.59

Codes

Color #E4DCE3 in popluar color models

E4 DC E3
RGB 228 220 227
HSL 308° 12.90% 87.84%
HSB/HSV 308° 3.51% 89.41%
CMYK 0.00% 3.51% 0.44%
10.59%

Color #E4DCE3 in popluar number systems.

HEX E4 DC E3
Decimal 228 220 227
Binary 11100100 11011100 11100011
Octal 344 334 343

Shades and tints

Shades of #E4DCE3

#E4DCE3
(228,220,227)
#D0C8CF
(208,200,207)
#BCB4BB
(188,180,187)
#A8A0A7
(168,160,167)
#948C93
(148,140,147)
#80787F
(128,120,127)
#6C646B
(108,100,107)
#585057
(88,80,87)
#443C43
(68,60,67)
#30282F
(48,40,47)
#1C141B
(28,20,27)
#000000
(0,0,0)

Tints of #E4DCE3

#E4DCE3
(228,220,227)
#E6DFE5
(230,223,229)
#E8E2E7
(232,226,231)
#EAE5E9
(234,229,233)
#ECE8EB
(236,232,235)
#EEEBED
(238,235,237)
#F0EEEF
(240,238,239)
#F2F1F1
(242,241,241)
#F4F4F3
(244,244,243)
#F6F7F5
(246,247,245)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DCE3; }

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

This text font color is #E4DCE3.

Background Color

.myBgColor { background-color: #E4DCE3; }

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

This div background color is #E4DCE3.

Border color

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

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

This div border color is #E4DCE3.

Opacity

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

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

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

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

This text has shadow with #E4DCE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DCE3.

Preview

Color preview on black background

This text has color #E4DCE3 on black background.


Color preview on white background

This text has color #E4DCE3 on white background.


Black color preview on #E4DCE3 background

This text has black color on #E4DCE3 background.


White color preview on #E4DCE3 background

This text has white color on #E4DCE3 background.


Related colors

Complementary color

Complementary color for #hex is #1B231C.


I love getcolorcode.com

Triadic colors

1 #E3E4DC and #DCE3E4 with #E4DCE3 are triadic colors.

2 #E3DCE4 and #DCE4E3 with #E4DCE3 are triadic colors.