COLOR #E1DFCB

HEX: #E1DFCB RGB: (225,223,203)

Color info

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

RGB color model

#E1DFCB color RGB value is (225,223,203).

RGB: (225,223,203) (88%, 87%, 80%)

RGB channels and saturation

R 225 of 255 = 88%
G 223 of 255 = 87%
B 203 of 255 = 80%

225
223
203

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

Portions of RGB colors in percentages

R + G + B = 225 + 223 + 203 = 651 (100%)
R 225 of 651 ~ 34.56%
G 223 of 651 ~ 34.25%
B 203 of 651 ~ 31.18'%

%34.56
%34.25
%31.18

CMYK color model

#E1DFCB color CMYK value is (0,1,10,12).

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 9.78%
  • key color value is 11.76%
CMYK: (0,1,10,12) C0M1Y10K12 (0%,1%,10%,12%) (0.00/0.01/0.10/0.12) 

CMYK percentages

%0
%0.89
%9.78
%11.76

Codes

Color #E1DFCB in popluar color models

E1 DF CB
RGB 225 223 203
HSL 55° 26.83% 83.92%
HSB/HSV 55° 9.78% 88.24%
CMYK 0.00% 0.89% 9.78%
11.76%

Color #E1DFCB in popluar number systems.

HEX E1 DF CB
Decimal 225 223 203
Binary 11100001 11011111 11001011
Octal 341 337 313

Shades and tints

Shades of #E1DFCB

#E1DFCB
(225,223,203)
#CDCBB9
(205,203,185)
#B9B7A7
(185,183,167)
#A5A395
(165,163,149)
#918F83
(145,143,131)
#7D7B71
(125,123,113)
#69675F
(105,103,95)
#55534D
(85,83,77)
#413F3B
(65,63,59)
#2D2B29
(45,43,41)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #E1DFCB

#E1DFCB
(225,223,203)
#E3E1CF
(227,225,207)
#E5E3D3
(229,227,211)
#E7E5D7
(231,229,215)
#E9E7DB
(233,231,219)
#EBE9DF
(235,233,223)
#EDEBE3
(237,235,227)
#EFEDE7
(239,237,231)
#F1EFEB
(241,239,235)
#F3F1EF
(243,241,239)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DFCB; }

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

This text font color is #E1DFCB.

Background Color

.myBgColor { background-color: #E1DFCB; }

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

This div background color is #E1DFCB.

Border color

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

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

This div border color is #E1DFCB.

Opacity

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

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

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

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

This text has shadow with #E1DFCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DFCB.

Preview

Color preview on black background

This text has color #E1DFCB on black background.


Color preview on white background

This text has color #E1DFCB on white background.


Black color preview on #E1DFCB background

This text has black color on #E1DFCB background.


White color preview on #E1DFCB background

This text has white color on #E1DFCB background.


Related colors

Complementary color

Complementary color for #hex is #1E2034.


I love getcolorcode.com

Triadic colors

1 #CBE1DF and #DFCBE1 with #E1DFCB are triadic colors.

2 #CBDFE1 and #DFE1CB with #E1DFCB are triadic colors.