COLOR #E1DBC4

HEX: #E1DBC4
RGB: (225,219,196)

Color info

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

RGB color model

#E1DBC4 color RGB value is (225,219,196).

  • red value is 225;
  • green value is 219;
  • blue value is 196.
RGB:
(225,219,196)
(88%,86%,77%)

RGB channels and saturation

R 225 of 255 = 88%
G 219 of 255 = 86%
B 196 of 255 = 77%

225
219
196

R + G + B ~ 84%. #E1DBC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 219 + 196 = 640 (100%)
R 225 of 640 ~ 35.16%
G 219 of 640 ~ 34.22%
B 196 of 640 ~ 30.63%

%35.16
%34.22
%30.63

CMYK color model

#E1DBC4 color CMYK value is (0,3,13,12).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 12.89%
  • key color value is 11.76%
CMYK:
(0,3,13,12)
C0M3Y13K12 
(0%,3%,13%,12%)
(0.00/0.03/0.13/0.12)	

CMYK percentages

%0
%2.67
%12.89
%11.76

Codes

Color #E1DBC4 in popluar color models

E1DBC4
RGB225219196
HSL48°32.58%82.55%
HSB/HSV48°12.89%88.24%
CMYK0.00%2.67%12.89%
11.76%

Color #E1DBC4 in popluar number systems.

HEXE1DBC4
Decimal225219196
Binary111000011101101111000100
Octal341333304

Shades and tints

Shades of #E1DBC4

#E1DBC4
(225,219,196)
#CDC8B3
(205,200,179)
#B9B5A2
(185,181,162)
#A5A291
(165,162,145)
#918F80
(145,143,128)
#7D7C6F
(125,124,111)
#69695E
(105,105,94)
#55564D
(85,86,77)
#41433C
(65,67,60)
#2D302B
(45,48,43)
#191D1A
(25,29,26)
#000000
(0,0,0)

Tints of #E1DBC4

#E1DBC4
(225,219,196)
#E3DEC9
(227,222,201)
#E5E1CE
(229,225,206)
#E7E4D3
(231,228,211)
#E9E7D8
(233,231,216)
#EBEADD
(235,234,221)
#EDEDE2
(237,237,226)
#EFF0E7
(239,240,231)
#F1F3EC
(241,243,236)
#F3F6F1
(243,246,241)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DBC4 color. Also use rgb(225,219,196) instead hex code.

Text Font Color

.myTextColor { color: #E1DBC4; }

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

This text font color is #E1DBC4.


Background Color

.myBgColor { background-color: #E1DBC4; }

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

This div background color is #E1DBC4.


Border color

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

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

This div border color is #E1DBC4.


Opacity

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

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

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

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

This text has shadow with #E1DBC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DBC4 on black background.


Color preview on white background

This text has color #E1DBC4 on white background.



Black color preview on #E1DBC4 background

This text has black color on #E1DBC4 background.


White color preview on #E1DBC4 background

This text has white color on #E1DBC4 background.