COLOR #E5DFCF

HEX: #E5DFCF RGB: (229,223,207)

Color info

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

RGB color model

#E5DFCF color RGB value is (229,223,207).

RGB: (229,223,207) (90%, 87%, 81%)

RGB channels and saturation

R 229 of 255 = 90%
G 223 of 255 = 87%
B 207 of 255 = 81%

229
223
207

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

Portions of RGB colors in percentages

R + G + B = 229 + 223 + 207 = 659 (100%)
R 229 of 659 ~ 34.75%
G 223 of 659 ~ 33.84%
B 207 of 659 ~ 31.41'%

%34.75
%33.84
%31.41

CMYK color model

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

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

CMYK: (0,3,10,10)
C0M3Y10K10 (0%, 3%, 10%, 10%)
(0.00 / 0.03 / 0.10 / 0.10)

CMYK percentages

%0
%2.62
%9.61
%10.2

Codes

Color #E5DFCF in popluar color models

E5 DF CF
RGB 229 223 207
HSL 44° 29.73% 85.49%
HSB/HSV 44° 9.61% 89.80%
CMYK 0.00% 2.62% 9.61%
10.20%

Color #E5DFCF in popluar number systems.

HEX E5 DF CF
Decimal 229 223 207
Binary 11100101 11011111 11001111
Octal 345 337 317

Shades and tints

Shades of #E5DFCF

#E5DFCF
(229,223,207)
#D1CBBD
(209,203,189)
#BDB7AB
(189,183,171)
#A9A399
(169,163,153)
#958F87
(149,143,135)
#817B75
(129,123,117)
#6D6763
(109,103,99)
#595351
(89,83,81)
#453F3F
(69,63,63)
#312B2D
(49,43,45)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #E5DFCF

#E5DFCF
(229,223,207)
#E7E1D3
(231,225,211)
#E9E3D7
(233,227,215)
#EBE5DB
(235,229,219)
#EDE7DF
(237,231,223)
#EFE9E3
(239,233,227)
#F1EBE7
(241,235,231)
#F3EDEB
(243,237,235)
#F5EFEF
(245,239,239)
#F7F1F3
(247,241,243)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DFCF; }

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

This text font color is #E5DFCF.

Background Color

.myBgColor { background-color: #E5DFCF; }

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

This div background color is #E5DFCF.

Border color

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

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

This div border color is #E5DFCF.

Opacity

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

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

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

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

This text has shadow with #E5DFCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DFCF.

Preview

Color preview on black background

This text has color #E5DFCF on black background.


Color preview on white background

This text has color #E5DFCF on white background.


Black color preview on #E5DFCF background

This text has black color on #E5DFCF background.


White color preview on #E5DFCF background

This text has white color on #E5DFCF background.


Related colors

Complementary color

Complementary color for #hex is #1A2030.


I love getcolorcode.com

Triadic colors

1 #CFE5DF and #DFCFE5 with #E5DFCF are triadic colors.

2 #CFDFE5 and #DFE5CF with #E5DFCF are triadic colors.