COLOR #E4DAD7

HEX: #E4DAD7 RGB: (228,218,215)

Color info

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

RGB color model

#E4DAD7 color RGB value is (228,218,215).

RGB: (228,218,215) (89%, 85%, 84%)

RGB channels and saturation

R 228 of 255 = 89%
G 218 of 255 = 85%
B 215 of 255 = 84%

228
218
215

R + G + B ~ 86%. #E4DAD7 is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 218 + 215 = 661 (100%)
R 228 of 661 ~ 34.49%
G 218 of 661 ~ 32.98%
B 215 of 661 ~ 32.53'%

%34.49
%32.98
%32.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.39%
  • yellow value is 5.70%
  • key color value is 10.59%

CMYK: (0,4,6,11)
C0M4Y6K11 (0%, 4%, 6%, 11%)
(0.00 / 0.04 / 0.06 / 0.11)

CMYK percentages

%0
%4.39
%5.7
%10.59

Codes

Color #E4DAD7 in popluar color models

E4 DA D7
RGB 228 218 215
HSL 14° 19.40% 86.86%
HSB/HSV 14° 5.70% 89.41%
CMYK 0.00% 4.39% 5.70%
10.59%

Color #E4DAD7 in popluar number systems.

HEX E4 DA D7
Decimal 228 218 215
Binary 11100100 11011010 11010111
Octal 344 332 327

Shades and tints

Shades of #E4DAD7

#E4DAD7
(228,218,215)
#D0C7C4
(208,199,196)
#BCB4B1
(188,180,177)
#A8A19E
(168,161,158)
#948E8B
(148,142,139)
#807B78
(128,123,120)
#6C6865
(108,104,101)
#585552
(88,85,82)
#44423F
(68,66,63)
#302F2C
(48,47,44)
#1C1C19
(28,28,25)
#000000
(0,0,0)

Tints of #E4DAD7

#E4DAD7
(228,218,215)
#E6DDDA
(230,221,218)
#E8E0DD
(232,224,221)
#EAE3E0
(234,227,224)
#ECE6E3
(236,230,227)
#EEE9E6
(238,233,230)
#F0ECE9
(240,236,233)
#F2EFEC
(242,239,236)
#F4F2EF
(244,242,239)
#F6F5F2
(246,245,242)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DAD7 color. Also use rgb(228,218,215) instead hex code.

Text Font Color

.myTextColor { color: #E4DAD7; }

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

This text font color is #E4DAD7.

Background Color

.myBgColor { background-color: #E4DAD7; }

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

This div background color is #E4DAD7.

Border color

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

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

This div border color is #E4DAD7.

Opacity

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

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

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

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

This text has shadow with #E4DAD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DAD7.

Preview

Color preview on black background

This text has color #E4DAD7 on black background.


Color preview on white background

This text has color #E4DAD7 on white background.


Black color preview on #E4DAD7 background

This text has black color on #E4DAD7 background.


White color preview on #E4DAD7 background

This text has white color on #E4DAD7 background.


Related colors

Complementary color

Complementary color for #hex is #1B2528.


I love getcolorcode.com

Triadic colors

1 #D7E4DA and #DAD7E4 with #E4DAD7 are triadic colors.

2 #D7DAE4 and #DAE4D7 with #E4DAD7 are triadic colors.