COLOR #E1DFCE

HEX: #E1DFCE RGB: (225,223,206)

Color info

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

RGB color model

#E1DFCE color RGB value is (225,223,206).

RGB: (225,223,206) (88%, 87%, 81%)

RGB channels and saturation

R 225 of 255 = 88%
G 223 of 255 = 87%
B 206 of 255 = 81%

225
223
206

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

Portions of RGB colors in percentages

R + G + B = 225 + 223 + 206 = 654 (100%)
R 225 of 654 ~ 34.4%
G 223 of 654 ~ 34.1%
B 206 of 654 ~ 31.5'%

%34.4
%34.1
%31.5

CMYK color model

#E1DFCE color CMYK value is (0,1,8,12).

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 8.44%
  • key color value is 11.76%
CMYK: (0,1,8,12) C0M1Y8K12 (0%,1%,8%,12%) (0.00/0.01/0.08/0.12) 

CMYK percentages

%0
%0.89
%8.44
%11.76

Codes

Color #E1DFCE in popluar color models

E1 DF CE
RGB 225 223 206
HSL 54° 24.05% 84.51%
HSB/HSV 54° 8.44% 88.24%
CMYK 0.00% 0.89% 8.44%
11.76%

Color #E1DFCE in popluar number systems.

HEX E1 DF CE
Decimal 225 223 206
Binary 11100001 11011111 11001110
Octal 341 337 316

Shades and tints

Shades of #E1DFCE

#E1DFCE
(225,223,206)
#CDCBBC
(205,203,188)
#B9B7AA
(185,183,170)
#A5A398
(165,163,152)
#918F86
(145,143,134)
#7D7B74
(125,123,116)
#696762
(105,103,98)
#555350
(85,83,80)
#413F3E
(65,63,62)
#2D2B2C
(45,43,44)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #E1DFCE

#E1DFCE
(225,223,206)
#E3E1D2
(227,225,210)
#E5E3D6
(229,227,214)
#E7E5DA
(231,229,218)
#E9E7DE
(233,231,222)
#EBE9E2
(235,233,226)
#EDEBE6
(237,235,230)
#EFEDEA
(239,237,234)
#F1EFEE
(241,239,238)
#F3F1F2
(243,241,242)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DFCE color. Also use rgb(225,223,206) instead hex code.

Text Font Color

.myTextColor { color: #E1DFCE; }

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

This text font color is #E1DFCE.

Background Color

.myBgColor { background-color: #E1DFCE; }

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

This div background color is #E1DFCE.

Border color

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

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

This div border color is #E1DFCE.

Opacity

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

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

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

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

This text has shadow with #E1DFCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DFCE.

Preview

Color preview on black background

This text has color #E1DFCE on black background.


Color preview on white background

This text has color #E1DFCE on white background.


Black color preview on #E1DFCE background

This text has black color on #E1DFCE background.


White color preview on #E1DFCE background

This text has white color on #E1DFCE background.


Related colors

Complementary color

Complementary color for #hex is #1E2031.


I love getcolorcode.com

Triadic colors

1 #CEE1DF and #DFCEE1 with #E1DFCE are triadic colors.

2 #CEDFE1 and #DFE1CE with #E1DFCE are triadic colors.