COLOR #E4D1CC

HEX: #E4D1CC
RGB: (228,209,204)

Color info

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

RGB color model

#E4D1CC color RGB value is (228,209,204).

  • red value is 228;
  • green value is 209;
  • blue value is 204.
RGB:
(228,209,204)
(89%,82%,80%)

RGB channels and saturation

R 228 of 255 = 89%
G 209 of 255 = 82%
B 204 of 255 = 80%

228
209
204

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

Portions of RGB colors in percentages

R + G + B =
228 + 209 + 204 = 641 (100%)
R 228 of 641 ~ 35.57%
G 209 of 641 ~ 32.61%
B 204 of 641 ~ 31.83%

%35.57
%32.61
%31.83

CMYK color model

#E4D1CC color CMYK value is (0,8,11,11).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 10.53%
  • key color value is 10.59%
CMYK:
(0,8,11,11)
C0M8Y11K11 
(0%,8%,11%,11%)
(0.00/0.08/0.11/0.11)	

CMYK percentages

%0
%8.33
%10.53
%10.59

Codes

Color #E4D1CC in popluar color models

E4D1CC
RGB228209204
HSL13°30.77%84.71%
HSB/HSV13°10.53%89.41%
CMYK0.00%8.33%10.53%
10.59%

Color #E4D1CC in popluar number systems.

HEXE4D1CC
Decimal228209204
Binary111001001101000111001100
Octal344321314

Shades and tints

Shades of #E4D1CC

#E4D1CC
(228,209,204)
#D0BEBA
(208,190,186)
#BCABA8
(188,171,168)
#A89896
(168,152,150)
#948584
(148,133,132)
#807272
(128,114,114)
#6C5F60
(108,95,96)
#584C4E
(88,76,78)
#44393C
(68,57,60)
#30262A
(48,38,42)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #E4D1CC

#E4D1CC
(228,209,204)
#E6D5D0
(230,213,208)
#E8D9D4
(232,217,212)
#EADDD8
(234,221,216)
#ECE1DC
(236,225,220)
#EEE5E0
(238,229,224)
#F0E9E4
(240,233,228)
#F2EDE8
(242,237,232)
#F4F1EC
(244,241,236)
#F6F5F0
(246,245,240)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D1CC; }

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

This text font color is #E4D1CC.


Background Color

.myBgColor { background-color: #E4D1CC; }

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

This div background color is #E4D1CC.


Border color

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

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

This div border color is #E4D1CC.


Opacity

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

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

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

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

This text has shadow with #E4D1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D1CC on black background.


Color preview on white background

This text has color #E4D1CC on white background.



Black color preview on #E4D1CC background

This text has black color on #E4D1CC background.


White color preview on #E4D1CC background

This text has white color on #E4D1CC background.