COLOR #E1D0CA

HEX: #E1D0CA
RGB: (225,208,202)

Color info

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

RGB color model

#E1D0CA color RGB value is (225,208,202).

  • red value is 225;
  • green value is 208;
  • blue value is 202.
RGB:
(225,208,202)
(88%,82%,79%)

RGB channels and saturation

R 225 of 255 = 88%
G 208 of 255 = 82%
B 202 of 255 = 79%

225
208
202

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

Portions of RGB colors in percentages

R + G + B =
225 + 208 + 202 = 635 (100%)
R 225 of 635 ~ 35.43%
G 208 of 635 ~ 32.76%
B 202 of 635 ~ 31.81%

%35.43
%32.76
%31.81

CMYK color model

#E1D0CA color CMYK value is (0,8,10,12).

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 10.22%
  • key color value is 11.76%
CMYK:
(0,8,10,12)
C0M8Y10K12 
(0%,8%,10%,12%)
(0.00/0.08/0.10/0.12)	

CMYK percentages

%0
%7.56
%10.22
%11.76

Codes

Color #E1D0CA in popluar color models

E1D0CA
RGB225208202
HSL16°27.71%83.73%
HSB/HSV16°10.22%88.24%
CMYK0.00%7.56%10.22%
11.76%

Color #E1D0CA in popluar number systems.

HEXE1D0CA
Decimal225208202
Binary111000011101000011001010
Octal341320312

Shades and tints

Shades of #E1D0CA

#E1D0CA
(225,208,202)
#CDBEB8
(205,190,184)
#B9ACA6
(185,172,166)
#A59A94
(165,154,148)
#918882
(145,136,130)
#7D7670
(125,118,112)
#69645E
(105,100,94)
#55524C
(85,82,76)
#41403A
(65,64,58)
#2D2E28
(45,46,40)
#191C16
(25,28,22)
#000000
(0,0,0)

Tints of #E1D0CA

#E1D0CA
(225,208,202)
#E3D4CE
(227,212,206)
#E5D8D2
(229,216,210)
#E7DCD6
(231,220,214)
#E9E0DA
(233,224,218)
#EBE4DE
(235,228,222)
#EDE8E2
(237,232,226)
#EFECE6
(239,236,230)
#F1F0EA
(241,240,234)
#F3F4EE
(243,244,238)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D0CA color. Also use rgb(225,208,202) instead hex code.

Text Font Color

.myTextColor { color: #E1D0CA; }

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

This text font color is #E1D0CA.


Background Color

.myBgColor { background-color: #E1D0CA; }

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

This div background color is #E1D0CA.


Border color

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

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

This div border color is #E1D0CA.


Opacity

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

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

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

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

This text has shadow with #E1D0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D0CA on black background.


Color preview on white background

This text has color #E1D0CA on white background.



Black color preview on #E1D0CA background

This text has black color on #E1D0CA background.


White color preview on #E1D0CA background

This text has white color on #E1D0CA background.