COLOR #E0D1CC

HEX: #E0D1CC
RGB: (224,209,204)

Color info

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

RGB color model

#E0D1CC color RGB value is (224,209,204).

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

RGB channels and saturation

R 224 of 255 = 88%
G 209 of 255 = 82%
B 204 of 255 = 80%

224
209
204

R + G + B ~ 83%. #E0D1CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 209 + 204 = 637 (100%)
R 224 of 637 ~ 35.16%
G 209 of 637 ~ 32.81%
B 204 of 637 ~ 32.03%

%35.16
%32.81
%32.03

CMYK color model

#E0D1CC color CMYK value is (0,7,9,12).

  • cyan value is 0.00%
  • magenta value is 6.70%
  • yellow value is 8.93%
  • key color value is 12.16%
CMYK:
(0,7,9,12)
C0M7Y9K12 
(0%,7%,9%,12%)
(0.00/0.07/0.09/0.12)	

CMYK percentages

%0
%6.7
%8.93
%12.16

Codes

Color #E0D1CC in popluar color models

E0D1CC
RGB224209204
HSL15°24.39%83.92%
HSB/HSV15°8.93%87.84%
CMYK0.00%6.70%8.93%
12.16%

Color #E0D1CC in popluar number systems.

HEXE0D1CC
Decimal224209204
Binary111000001101000111001100
Octal340321314

Shades and tints

Shades of #E0D1CC

#E0D1CC
(224,209,204)
#CCBEBA
(204,190,186)
#B8ABA8
(184,171,168)
#A49896
(164,152,150)
#908584
(144,133,132)
#7C7272
(124,114,114)
#685F60
(104,95,96)
#544C4E
(84,76,78)
#40393C
(64,57,60)
#2C262A
(44,38,42)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #E0D1CC

#E0D1CC
(224,209,204)
#E2D5D0
(226,213,208)
#E4D9D4
(228,217,212)
#E6DDD8
(230,221,216)
#E8E1DC
(232,225,220)
#EAE5E0
(234,229,224)
#ECE9E4
(236,233,228)
#EEEDE8
(238,237,232)
#F0F1EC
(240,241,236)
#F2F5F0
(242,245,240)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D1CC; }

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

This text font color is #E0D1CC.


Background Color

.myBgColor { background-color: #E0D1CC; }

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

This div background color is #E0D1CC.


Border color

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

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

This div border color is #E0D1CC.


Opacity

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

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

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

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

This text has shadow with #E0D1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D1CC on black background.


Color preview on white background

This text has color #E0D1CC on white background.



Black color preview on #E0D1CC background

This text has black color on #E0D1CC background.


White color preview on #E0D1CC background

This text has white color on #E0D1CC background.