COLOR #E0DAD3

HEX: #E0DAD3 RGB: (224,218,211)

Color info

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

RGB color model

#E0DAD3 color RGB value is (224,218,211).

RGB: (224,218,211) (88%, 85%, 83%)

RGB channels and saturation

R 224 of 255 = 88%
G 218 of 255 = 85%
B 211 of 255 = 83%

224
218
211

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

Portions of RGB colors in percentages

R + G + B = 224 + 218 + 211 = 653 (100%)
R 224 of 653 ~ 34.3%
G 218 of 653 ~ 33.38%
B 211 of 653 ~ 32.31'%

%34.3
%33.38
%32.31

CMYK color model

#E0DAD3 color CMYK value is (0,3,6,12).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 5.80%
  • key color value is 12.16%

CMYK: (0,3,6,12)
C0M3Y6K12 (0%, 3%, 6%, 12%)
(0.00 / 0.03 / 0.06 / 0.12)

CMYK percentages

%0
%2.68
%5.8
%12.16

Codes

Color #E0DAD3 in popluar color models

E0 DA D3
RGB 224 218 211
HSL 32° 17.33% 85.29%
HSB/HSV 32° 5.80% 87.84%
CMYK 0.00% 2.68% 5.80%
12.16%

Color #E0DAD3 in popluar number systems.

HEX E0 DA D3
Decimal 224 218 211
Binary 11100000 11011010 11010011
Octal 340 332 323

Shades and tints

Shades of #E0DAD3

#E0DAD3
(224,218,211)
#CCC7C0
(204,199,192)
#B8B4AD
(184,180,173)
#A4A19A
(164,161,154)
#908E87
(144,142,135)
#7C7B74
(124,123,116)
#686861
(104,104,97)
#54554E
(84,85,78)
#40423B
(64,66,59)
#2C2F28
(44,47,40)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #E0DAD3

#E0DAD3
(224,218,211)
#E2DDD7
(226,221,215)
#E4E0DB
(228,224,219)
#E6E3DF
(230,227,223)
#E8E6E3
(232,230,227)
#EAE9E7
(234,233,231)
#ECECEB
(236,236,235)
#EEEFEF
(238,239,239)
#F0F2F3
(240,242,243)
#F2F5F7
(242,245,247)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DAD3; }

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

This text font color is #E0DAD3.

Background Color

.myBgColor { background-color: #E0DAD3; }

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

This div background color is #E0DAD3.

Border color

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

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

This div border color is #E0DAD3.

Opacity

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

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

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

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

This text has shadow with #E0DAD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DAD3.

Preview

Color preview on black background

This text has color #E0DAD3 on black background.


Color preview on white background

This text has color #E0DAD3 on white background.


Black color preview on #E0DAD3 background

This text has black color on #E0DAD3 background.


White color preview on #E0DAD3 background

This text has white color on #E0DAD3 background.


Related colors

Complementary color

Complementary color for #hex is #1F252C.


I love getcolorcode.com

Triadic colors

1 #D3E0DA and #DAD3E0 with #E0DAD3 are triadic colors.

2 #D3DAE0 and #DAE0D3 with #E0DAD3 are triadic colors.