COLOR #E1DABE

HEX: #E1DABE
RGB: (225,218,190)

Color info

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

RGB color model

#E1DABE color RGB value is (225,218,190).

  • red value is 225;
  • green value is 218;
  • blue value is 190.
RGB:
(225,218,190)
(88%,85%,75%)

RGB channels and saturation

R 225 of 255 = 88%
G 218 of 255 = 85%
B 190 of 255 = 75%

225
218
190

R + G + B ~ 83%. #E1DABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 218 + 190 = 633 (100%)
R 225 of 633 ~ 35.55%
G 218 of 633 ~ 34.44%
B 190 of 633 ~ 30.02%

%35.55
%34.44
%30.02

CMYK color model

#E1DABE color CMYK value is (0,3,16,12).

  • cyan value is 0.00%
  • magenta value is 3.11%
  • yellow value is 15.56%
  • key color value is 11.76%
CMYK:
(0,3,16,12)
C0M3Y16K12 
(0%,3%,16%,12%)
(0.00/0.03/0.16/0.12)	

CMYK percentages

%0
%3.11
%15.56
%11.76

Codes

Color #E1DABE in popluar color models

E1DABE
RGB225218190
HSL48°36.84%81.37%
HSB/HSV48°15.56%88.24%
CMYK0.00%3.11%15.56%
11.76%

Color #E1DABE in popluar number systems.

HEXE1DABE
Decimal225218190
Binary111000011101101010111110
Octal341332276

Shades and tints

Shades of #E1DABE

#E1DABE
(225,218,190)
#CDC7AD
(205,199,173)
#B9B49C
(185,180,156)
#A5A18B
(165,161,139)
#918E7A
(145,142,122)
#7D7B69
(125,123,105)
#696858
(105,104,88)
#555547
(85,85,71)
#414236
(65,66,54)
#2D2F25
(45,47,37)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #E1DABE

#E1DABE
(225,218,190)
#E3DDC3
(227,221,195)
#E5E0C8
(229,224,200)
#E7E3CD
(231,227,205)
#E9E6D2
(233,230,210)
#EBE9D7
(235,233,215)
#EDECDC
(237,236,220)
#EFEFE1
(239,239,225)
#F1F2E6
(241,242,230)
#F3F5EB
(243,245,235)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DABE color. Also use rgb(225,218,190) instead hex code.

Text Font Color

.myTextColor { color: #E1DABE; }

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

This text font color is #E1DABE.


Background Color

.myBgColor { background-color: #E1DABE; }

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

This div background color is #E1DABE.


Border color

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

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

This div border color is #E1DABE.


Opacity

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

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

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

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

This text has shadow with #E1DABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DABE on black background.


Color preview on white background

This text has color #E1DABE on white background.



Black color preview on #E1DABE background

This text has black color on #E1DABE background.


White color preview on #E1DABE background

This text has white color on #E1DABE background.