COLOR #E5DFCB

HEX: #E5DFCB RGB: (229,223,203)

Color info

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

RGB color model

#E5DFCB color RGB value is (229,223,203).

RGB: (229,223,203) (90%, 87%, 80%)

RGB channels and saturation

R 229 of 255 = 90%
G 223 of 255 = 87%
B 203 of 255 = 80%

229
223
203

R + G + B ~ 86%. #E5DFCB is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 223 + 203 = 655 (100%)
R 229 of 655 ~ 34.96%
G 223 of 655 ~ 34.05%
B 203 of 655 ~ 30.99'%

%34.96
%34.05
%30.99

CMYK color model

#E5DFCB color CMYK value is (0,3,11,10).

  • cyan value is 0.00%
  • magenta value is 2.62%
  • yellow value is 11.35%
  • key color value is 10.20%

CMYK: (0,3,11,10)
C0M3Y11K10 (0%, 3%, 11%, 10%)
(0.00 / 0.03 / 0.11 / 0.10)

CMYK percentages

%0
%2.62
%11.35
%10.2

Codes

Color #E5DFCB in popluar color models

E5 DF CB
RGB 229 223 203
HSL 46° 33.33% 84.71%
HSB/HSV 46° 11.35% 89.80%
CMYK 0.00% 2.62% 11.35%
10.20%

Color #E5DFCB in popluar number systems.

HEX E5 DF CB
Decimal 229 223 203
Binary 11100101 11011111 11001011
Octal 345 337 313

Shades and tints

Shades of #E5DFCB

#E5DFCB
(229,223,203)
#D1CBB9
(209,203,185)
#BDB7A7
(189,183,167)
#A9A395
(169,163,149)
#958F83
(149,143,131)
#817B71
(129,123,113)
#6D675F
(109,103,95)
#59534D
(89,83,77)
#453F3B
(69,63,59)
#312B29
(49,43,41)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #E5DFCB

#E5DFCB
(229,223,203)
#E7E1CF
(231,225,207)
#E9E3D3
(233,227,211)
#EBE5D7
(235,229,215)
#EDE7DB
(237,231,219)
#EFE9DF
(239,233,223)
#F1EBE3
(241,235,227)
#F3EDE7
(243,237,231)
#F5EFEB
(245,239,235)
#F7F1EF
(247,241,239)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DFCB; }

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

This text font color is #E5DFCB.

Background Color

.myBgColor { background-color: #E5DFCB; }

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

This div background color is #E5DFCB.

Border color

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

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

This div border color is #E5DFCB.

Opacity

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

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

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

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

This text has shadow with #E5DFCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DFCB.

Preview

Color preview on black background

This text has color #E5DFCB on black background.


Color preview on white background

This text has color #E5DFCB on white background.


Black color preview on #E5DFCB background

This text has black color on #E5DFCB background.


White color preview on #E5DFCB background

This text has white color on #E5DFCB background.


Related colors

Complementary color

Complementary color for #hex is #1A2034.


I love getcolorcode.com

Triadic colors

1 #CBE5DF and #DFCBE5 with #E5DFCB are triadic colors.

2 #CBDFE5 and #DFE5CB with #E5DFCB are triadic colors.