COLOR #E5DFCA

HEX: #E5DFCA RGB: (229,223,202)

Color info

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

RGB color model

#E5DFCA color RGB value is (229,223,202).

RGB: (229,223,202) (90%, 87%, 79%)

RGB channels and saturation

R 229 of 255 = 90%
G 223 of 255 = 87%
B 202 of 255 = 79%

229
223
202

R + G + B ~ 85%. #E5DFCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 223 + 202 = 654 (100%)
R 229 of 654 ~ 35.02%
G 223 of 654 ~ 34.1%
B 202 of 654 ~ 30.89'%

%35.02
%34.1
%30.89

CMYK color model

#E5DFCA color CMYK value is (0,3,12,10).

  • cyan value is 0.00%
  • magenta value is 2.62%
  • yellow value is 11.79%
  • key color value is 10.20%
CMYK: (0,3,12,10) C0M3Y12K10 (0%,3%,12%,10%) (0.00/0.03/0.12/0.10) 

CMYK percentages

%0
%2.62
%11.79
%10.2

Codes

Color #E5DFCA in popluar color models

E5 DF CA
RGB 229 223 202
HSL 47° 34.18% 84.51%
HSB/HSV 47° 11.79% 89.80%
CMYK 0.00% 2.62% 11.79%
10.20%

Color #E5DFCA in popluar number systems.

HEX E5 DF CA
Decimal 229 223 202
Binary 11100101 11011111 11001010
Octal 345 337 312

Shades and tints

Shades of #E5DFCA

#E5DFCA
(229,223,202)
#D1CBB8
(209,203,184)
#BDB7A6
(189,183,166)
#A9A394
(169,163,148)
#958F82
(149,143,130)
#817B70
(129,123,112)
#6D675E
(109,103,94)
#59534C
(89,83,76)
#453F3A
(69,63,58)
#312B28
(49,43,40)
#1D1716
(29,23,22)
#000000
(0,0,0)

Tints of #E5DFCA

#E5DFCA
(229,223,202)
#E7E1CE
(231,225,206)
#E9E3D2
(233,227,210)
#EBE5D6
(235,229,214)
#EDE7DA
(237,231,218)
#EFE9DE
(239,233,222)
#F1EBE2
(241,235,226)
#F3EDE6
(243,237,230)
#F5EFEA
(245,239,234)
#F7F1EE
(247,241,238)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DFCA color. Also use rgb(229,223,202) instead hex code.

Text Font Color

.myTextColor { color: #E5DFCA; }

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

This text font color is #E5DFCA.

Background Color

.myBgColor { background-color: #E5DFCA; }

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

This div background color is #E5DFCA.

Border color

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

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

This div border color is #E5DFCA.

Opacity

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

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

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

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

This text has shadow with #E5DFCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DFCA.

Preview

Color preview on black background

This text has color #E5DFCA on black background.


Color preview on white background

This text has color #E5DFCA on white background.


Black color preview on #E5DFCA background

This text has black color on #E5DFCA background.


White color preview on #E5DFCA background

This text has white color on #E5DFCA background.


Related colors

Complementary color

Complementary color for #hex is #1A2035.


I love getcolorcode.com

Triadic colors

1 #CAE5DF and #DFCAE5 with #E5DFCA are triadic colors.

2 #CADFE5 and #DFE5CA with #E5DFCA are triadic colors.