COLOR #E4D6D0

HEX: #E4D6D0 RGB: (228,214,208)

Color info

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

RGB color model

#E4D6D0 color RGB value is (228,214,208).

RGB: (228,214,208) (89%, 84%, 82%)

RGB channels and saturation

R 228 of 255 = 89%
G 214 of 255 = 84%
B 208 of 255 = 82%

228
214
208

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

Portions of RGB colors in percentages

R + G + B = 228 + 214 + 208 = 650 (100%)
R 228 of 650 ~ 35.08%
G 214 of 650 ~ 32.92%
B 208 of 650 ~ 32'%

%35.08
%32.92
%32

CMYK color model

#E4D6D0 color CMYK value is (0,6,9,11).

  • cyan value is 0.00%
  • magenta value is 6.14%
  • yellow value is 8.77%
  • key color value is 10.59%

CMYK: (0,6,9,11)
C0M6Y9K11 (0%, 6%, 9%, 11%)
(0.00 / 0.06 / 0.09 / 0.11)

CMYK percentages

%0
%6.14
%8.77
%10.59

Codes

Color #E4D6D0 in popluar color models

E4 D6 D0
RGB 228 214 208
HSL 18° 27.03% 85.49%
HSB/HSV 18° 8.77% 89.41%
CMYK 0.00% 6.14% 8.77%
10.59%

Color #E4D6D0 in popluar number systems.

HEX E4 D6 D0
Decimal 228 214 208
Binary 11100100 11010110 11010000
Octal 344 326 320

Shades and tints

Shades of #E4D6D0

#E4D6D0
(228,214,208)
#D0C3BE
(208,195,190)
#BCB0AC
(188,176,172)
#A89D9A
(168,157,154)
#948A88
(148,138,136)
#807776
(128,119,118)
#6C6464
(108,100,100)
#585152
(88,81,82)
#443E40
(68,62,64)
#302B2E
(48,43,46)
#1C181C
(28,24,28)
#000000
(0,0,0)

Tints of #E4D6D0

#E4D6D0
(228,214,208)
#E6D9D4
(230,217,212)
#E8DCD8
(232,220,216)
#EADFDC
(234,223,220)
#ECE2E0
(236,226,224)
#EEE5E4
(238,229,228)
#F0E8E8
(240,232,232)
#F2EBEC
(242,235,236)
#F4EEF0
(244,238,240)
#F6F1F4
(246,241,244)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D6D0 color. Also use rgb(228,214,208) instead hex code.

Text Font Color

.myTextColor { color: #E4D6D0; }

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

This text font color is #E4D6D0.

Background Color

.myBgColor { background-color: #E4D6D0; }

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

This div background color is #E4D6D0.

Border color

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

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

This div border color is #E4D6D0.

Opacity

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

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

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

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

This text has shadow with #E4D6D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4D6D0.

Preview

Color preview on black background

This text has color #E4D6D0 on black background.


Color preview on white background

This text has color #E4D6D0 on white background.


Black color preview on #E4D6D0 background

This text has black color on #E4D6D0 background.


White color preview on #E4D6D0 background

This text has white color on #E4D6D0 background.


Related colors

Complementary color

Complementary color for #hex is #1B292F.


I love getcolorcode.com

Triadic colors

1 #D0E4D6 and #D6D0E4 with #E4D6D0 are triadic colors.

2 #D0D6E4 and #D6E4D0 with #E4D6D0 are triadic colors.