COLOR #E3D5CA

HEX: #E3D5CA
RGB: (227,213,202)

Color info

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

RGB color model

#E3D5CA color RGB value is (227,213,202).

  • red value is 227;
  • green value is 213;
  • blue value is 202.
RGB:
(227,213,202)
(89%,84%,79%)

RGB channels and saturation

R 227 of 255 = 89%
G 213 of 255 = 84%
B 202 of 255 = 79%

227
213
202

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

Portions of RGB colors in percentages

R + G + B =
227 + 213 + 202 = 642 (100%)
R 227 of 642 ~ 35.36%
G 213 of 642 ~ 33.18%
B 202 of 642 ~ 31.46%

%35.36
%33.18
%31.46

CMYK color model

#E3D5CA color CMYK value is (0,6,11,11).

  • cyan value is 0.00%
  • magenta value is 6.17%
  • yellow value is 11.01%
  • key color value is 10.98%
CMYK:
(0,6,11,11)
C0M6Y11K11 
(0%,6%,11%,11%)
(0.00/0.06/0.11/0.11)	

CMYK percentages

%0
%6.17
%11.01
%10.98

Codes

Color #E3D5CA in popluar color models

E3D5CA
RGB227213202
HSL26°30.86%84.12%
HSB/HSV26°11.01%89.02%
CMYK0.00%6.17%11.01%
10.98%

Color #E3D5CA in popluar number systems.

HEXE3D5CA
Decimal227213202
Binary111000111101010111001010
Octal343325312

Shades and tints

Shades of #E3D5CA

#E3D5CA
(227,213,202)
#CFC2B8
(207,194,184)
#BBAFA6
(187,175,166)
#A79C94
(167,156,148)
#938982
(147,137,130)
#7F7670
(127,118,112)
#6B635E
(107,99,94)
#57504C
(87,80,76)
#433D3A
(67,61,58)
#2F2A28
(47,42,40)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #E3D5CA

#E3D5CA
(227,213,202)
#E5D8CE
(229,216,206)
#E7DBD2
(231,219,210)
#E9DED6
(233,222,214)
#EBE1DA
(235,225,218)
#EDE4DE
(237,228,222)
#EFE7E2
(239,231,226)
#F1EAE6
(241,234,230)
#F3EDEA
(243,237,234)
#F5F0EE
(245,240,238)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D5CA color. Also use rgb(227,213,202) instead hex code.

Text Font Color

.myTextColor { color: #E3D5CA; }

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

This text font color is #E3D5CA.


Background Color

.myBgColor { background-color: #E3D5CA; }

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

This div background color is #E3D5CA.


Border color

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

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

This div border color is #E3D5CA.


Opacity

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

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

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

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

This text has shadow with #E3D5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D5CA on black background.


Color preview on white background

This text has color #E3D5CA on white background.



Black color preview on #E3D5CA background

This text has black color on #E3D5CA background.


White color preview on #E3D5CA background

This text has white color on #E3D5CA background.