COLOR #E0DABE

HEX: #E0DABE RGB: (224,218,190)

Color info

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

RGB color model

#E0DABE color RGB value is (224,218,190).

RGB: (224,218,190) (88%, 85%, 75%)

RGB channels and saturation

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

224
218
190

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

Portions of RGB colors in percentages

R + G + B = 224 + 218 + 190 = 632 (100%)
R 224 of 632 ~ 35.44%
G 218 of 632 ~ 34.49%
B 190 of 632 ~ 30.06'%

%35.44
%34.49
%30.06

CMYK color model

#E0DABE color CMYK value is (0,3,15,12).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 15.18%
  • key color value is 12.16%
CMYK: (0,3,15,12) C0M3Y15K12 (0%,3%,15%,12%) (0.00/0.03/0.15/0.12) 

CMYK percentages

%0
%2.68
%15.18
%12.16

Codes

Color #E0DABE in popluar color models

E0 DA BE
RGB 224 218 190
HSL 49° 35.42% 81.18%
HSB/HSV 49° 15.18% 87.84%
CMYK 0.00% 2.68% 15.18%
12.16%

Color #E0DABE in popluar number systems.

HEX E0 DA BE
Decimal 224 218 190
Binary 11100000 11011010 10111110
Octal 340 332 276

Shades and tints

Shades of #E0DABE

#E0DABE
(224,218,190)
#CCC7AD
(204,199,173)
#B8B49C
(184,180,156)
#A4A18B
(164,161,139)
#908E7A
(144,142,122)
#7C7B69
(124,123,105)
#686858
(104,104,88)
#545547
(84,85,71)
#404236
(64,66,54)
#2C2F25
(44,47,37)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #E0DABE

#E0DABE
(224,218,190)
#E2DDC3
(226,221,195)
#E4E0C8
(228,224,200)
#E6E3CD
(230,227,205)
#E8E6D2
(232,230,210)
#EAE9D7
(234,233,215)
#ECECDC
(236,236,220)
#EEEFE1
(238,239,225)
#F0F2E6
(240,242,230)
#F2F5EB
(242,245,235)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DABE; }

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

This text font color is #E0DABE.

Background Color

.myBgColor { background-color: #E0DABE; }

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

This div background color is #E0DABE.

Border color

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

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

This div border color is #E0DABE.

Opacity

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

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

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

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

This text has shadow with #E0DABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DABE.

Preview

Color preview on black background

This text has color #E0DABE on black background.


Color preview on white background

This text has color #E0DABE on white background.


Black color preview on #E0DABE background

This text has black color on #E0DABE background.


White color preview on #E0DABE background

This text has white color on #E0DABE background.


Related colors

Complementary color

Complementary color for #hex is #1F2541.


I love getcolorcode.com

Triadic colors

1 #BEE0DA and #DABEE0 with #E0DABE are triadic colors.

2 #BEDAE0 and #DAE0BE with #E0DABE are triadic colors.