COLOR #E1DCBB

HEX: #E1DCBB
RGB: (225,220,187)

Color info

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

RGB color model

#E1DCBB color RGB value is (225,220,187).

  • red value is 225;
  • green value is 220;
  • blue value is 187.
RGB:
(225,220,187)
(88%,86%,73%)

RGB channels and saturation

R 225 of 255 = 88%
G 220 of 255 = 86%
B 187 of 255 = 73%

225
220
187

R + G + B ~ 82%. #E1DCBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 220 + 187 = 632 (100%)
R 225 of 632 ~ 35.6%
G 220 of 632 ~ 34.81%
B 187 of 632 ~ 29.59%

%35.6
%34.81
%29.59

CMYK color model

#E1DCBB color CMYK value is (0,2,17,12).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 16.89%
  • key color value is 11.76%
CMYK:
(0,2,17,12)
C0M2Y17K12 
(0%,2%,17%,12%)
(0.00/0.02/0.17/0.12)	

CMYK percentages

%0
%2.22
%16.89
%11.76

Codes

Color #E1DCBB in popluar color models

E1DCBB
RGB225220187
HSL52°38.78%80.78%
HSB/HSV52°16.89%88.24%
CMYK0.00%2.22%16.89%
11.76%

Color #E1DCBB in popluar number systems.

HEXE1DCBB
Decimal225220187
Binary111000011101110010111011
Octal341334273

Shades and tints

Shades of #E1DCBB

#E1DCBB
(225,220,187)
#CDC8AA
(205,200,170)
#B9B499
(185,180,153)
#A5A088
(165,160,136)
#918C77
(145,140,119)
#7D7866
(125,120,102)
#696455
(105,100,85)
#555044
(85,80,68)
#413C33
(65,60,51)
#2D2822
(45,40,34)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #E1DCBB

#E1DCBB
(225,220,187)
#E3DFC1
(227,223,193)
#E5E2C7
(229,226,199)
#E7E5CD
(231,229,205)
#E9E8D3
(233,232,211)
#EBEBD9
(235,235,217)
#EDEEDF
(237,238,223)
#EFF1E5
(239,241,229)
#F1F4EB
(241,244,235)
#F3F7F1
(243,247,241)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DCBB color. Also use rgb(225,220,187) instead hex code.

Text Font Color

.myTextColor { color: #E1DCBB; }

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

This text font color is #E1DCBB.


Background Color

.myBgColor { background-color: #E1DCBB; }

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

This div background color is #E1DCBB.


Border color

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

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

This div border color is #E1DCBB.


Opacity

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

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

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

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

This text has shadow with #E1DCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DCBB on black background.


Color preview on white background

This text has color #E1DCBB on white background.



Black color preview on #E1DCBB background

This text has black color on #E1DCBB background.


White color preview on #E1DCBB background

This text has white color on #E1DCBB background.