COLOR #E0D3C0

HEX: #E0D3C0
RGB: (224,211,192)

Color info

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

RGB color model

#E0D3C0 color RGB value is (224,211,192).

  • red value is 224;
  • green value is 211;
  • blue value is 192.
RGB:
(224,211,192)
(88%,83%,75%)

RGB channels and saturation

R 224 of 255 = 88%
G 211 of 255 = 83%
B 192 of 255 = 75%

224
211
192

R + G + B ~ 82%. #E0D3C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 211 + 192 = 627 (100%)
R 224 of 627 ~ 35.73%
G 211 of 627 ~ 33.65%
B 192 of 627 ~ 30.62%

%35.73
%33.65
%30.62

CMYK color model

#E0D3C0 color CMYK value is (0,6,14,12).

  • cyan value is 0.00%
  • magenta value is 5.80%
  • yellow value is 14.29%
  • key color value is 12.16%
CMYK:
(0,6,14,12)
C0M6Y14K12 
(0%,6%,14%,12%)
(0.00/0.06/0.14/0.12)	

CMYK percentages

%0
%5.8
%14.29
%12.16

Codes

Color #E0D3C0 in popluar color models

E0D3C0
RGB224211192
HSL36°34.04%81.57%
HSB/HSV36°14.29%87.84%
CMYK0.00%5.80%14.29%
12.16%

Color #E0D3C0 in popluar number systems.

HEXE0D3C0
Decimal224211192
Binary111000001101001111000000
Octal340323300

Shades and tints

Shades of #E0D3C0

#E0D3C0
(224,211,192)
#CCC0AF
(204,192,175)
#B8AD9E
(184,173,158)
#A49A8D
(164,154,141)
#90877C
(144,135,124)
#7C746B
(124,116,107)
#68615A
(104,97,90)
#544E49
(84,78,73)
#403B38
(64,59,56)
#2C2827
(44,40,39)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #E0D3C0

#E0D3C0
(224,211,192)
#E2D7C5
(226,215,197)
#E4DBCA
(228,219,202)
#E6DFCF
(230,223,207)
#E8E3D4
(232,227,212)
#EAE7D9
(234,231,217)
#ECEBDE
(236,235,222)
#EEEFE3
(238,239,227)
#F0F3E8
(240,243,232)
#F2F7ED
(242,247,237)
#F4FBF2
(244,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D3C0 color. Also use rgb(224,211,192) instead hex code.

Text Font Color

.myTextColor { color: #E0D3C0; }

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

This text font color is #E0D3C0.


Background Color

.myBgColor { background-color: #E0D3C0; }

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

This div background color is #E0D3C0.


Border color

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

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

This div border color is #E0D3C0.


Opacity

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

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

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

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

This text has shadow with #E0D3C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D3C0 on black background.


Color preview on white background

This text has color #E0D3C0 on white background.



Black color preview on #E0D3C0 background

This text has black color on #E0D3C0 background.


White color preview on #E0D3C0 background

This text has white color on #E0D3C0 background.