COLOR #E4D4CC

HEX: #E4D4CC RGB: (228,212,204)

Color info

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

RGB color model

#E4D4CC color RGB value is (228,212,204).

RGB: (228,212,204) (89%, 83%, 80%)

RGB channels and saturation

R 228 of 255 = 89%
G 212 of 255 = 83%
B 204 of 255 = 80%

228
212
204

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

Portions of RGB colors in percentages

R + G + B = 228 + 212 + 204 = 644 (100%)
R 228 of 644 ~ 35.4%
G 212 of 644 ~ 32.92%
B 204 of 644 ~ 31.68'%

%35.4
%32.92
%31.68

CMYK color model

#E4D4CC color CMYK value is (0,7,11,11).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 10.53%
  • key color value is 10.59%

CMYK: (0,7,11,11)
C0M7Y11K11 (0%, 7%, 11%, 11%)
(0.00 / 0.07 / 0.11 / 0.11)

CMYK percentages

%0
%7.02
%10.53
%10.59

Codes

Color #E4D4CC in popluar color models

E4 D4 CC
RGB 228 212 204
HSL 20° 30.77% 84.71%
HSB/HSV 20° 10.53% 89.41%
CMYK 0.00% 7.02% 10.53%
10.59%

Color #E4D4CC in popluar number systems.

HEX E4 D4 CC
Decimal 228 212 204
Binary 11100100 11010100 11001100
Octal 344 324 314

Shades and tints

Shades of #E4D4CC

#E4D4CC
(228,212,204)
#D0C1BA
(208,193,186)
#BCAEA8
(188,174,168)
#A89B96
(168,155,150)
#948884
(148,136,132)
#807572
(128,117,114)
#6C6260
(108,98,96)
#584F4E
(88,79,78)
#443C3C
(68,60,60)
#30292A
(48,41,42)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #E4D4CC

#E4D4CC
(228,212,204)
#E6D7D0
(230,215,208)
#E8DAD4
(232,218,212)
#EADDD8
(234,221,216)
#ECE0DC
(236,224,220)
#EEE3E0
(238,227,224)
#F0E6E4
(240,230,228)
#F2E9E8
(242,233,232)
#F4ECEC
(244,236,236)
#F6EFF0
(246,239,240)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D4CC color. Also use rgb(228,212,204) instead hex code.

Text Font Color

.myTextColor { color: #E4D4CC; }

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

This text font color is #E4D4CC.

Background Color

.myBgColor { background-color: #E4D4CC; }

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

This div background color is #E4D4CC.

Border color

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

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

This div border color is #E4D4CC.

Opacity

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

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

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

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

This text has shadow with #E4D4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4D4CC.

Preview

Color preview on black background

This text has color #E4D4CC on black background.


Color preview on white background

This text has color #E4D4CC on white background.


Black color preview on #E4D4CC background

This text has black color on #E4D4CC background.


White color preview on #E4D4CC background

This text has white color on #E4D4CC background.


Related colors

Complementary color

Complementary color for #hex is #1B2B33.


I love getcolorcode.com

Triadic colors

1 #CCE4D4 and #D4CCE4 with #E4D4CC are triadic colors.

2 #CCD4E4 and #D4E4CC with #E4D4CC are triadic colors.