COLOR #E0E6DA

HEX: #E0E6DA RGB: (224,230,218)

Color info

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

RGB color model

#E0E6DA color RGB value is (224,230,218).

RGB: (224,230,218) (88%, 90%, 85%)

RGB channels and saturation

R 224 of 255 = 88%
G 230 of 255 = 90%
B 218 of 255 = 85%

224
230
218

R + G + B ~ 88%. #E0E6DA is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 230 + 218 = 672 (100%)
R 224 of 672 ~ 33.33%
G 230 of 672 ~ 34.23%
B 218 of 672 ~ 32.44'%

%33.33
%34.23
%32.44

CMYK color model

#E0E6DA color CMYK value is (3,0,5,10).

  • cyan value is 2.61%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 9.80%

CMYK: (3,0,5,10)
C3M0Y5K10 (3%, 0%, 5%, 10%)
(0.03 / 0.00 / 0.05 / 0.10)

CMYK percentages

%2.61
%0
%5.22
%9.8

Codes

Color #E0E6DA in popluar color models

E0 E6 DA
RGB 224 230 218
HSL 90° 19.35% 87.84%
HSB/HSV 90° 5.22% 90.20%
CMYK 2.61% 0.00% 5.22%
9.80%

Color #E0E6DA in popluar number systems.

HEX E0 E6 DA
Decimal 224 230 218
Binary 11100000 11100110 11011010
Octal 340 346 332

Shades and tints

Shades of #E0E6DA

#E0E6DA
(224,230,218)
#CCD2C7
(204,210,199)
#B8BEB4
(184,190,180)
#A4AAA1
(164,170,161)
#90968E
(144,150,142)
#7C827B
(124,130,123)
#686E68
(104,110,104)
#545A55
(84,90,85)
#404642
(64,70,66)
#2C322F
(44,50,47)
#181E1C
(24,30,28)
#000000
(0,0,0)

Tints of #E0E6DA

#E0E6DA
(224,230,218)
#E2E8DD
(226,232,221)
#E4EAE0
(228,234,224)
#E6ECE3
(230,236,227)
#E8EEE6
(232,238,230)
#EAF0E9
(234,240,233)
#ECF2EC
(236,242,236)
#EEF4EF
(238,244,239)
#F0F6F2
(240,246,242)
#F2F8F5
(242,248,245)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E6DA; }

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

This text font color is #E0E6DA.

Background Color

.myBgColor { background-color: #E0E6DA; }

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

This div background color is #E0E6DA.

Border color

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

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

This div border color is #E0E6DA.

Opacity

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

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

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

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

This text has shadow with #E0E6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E6DA.

Preview

Color preview on black background

This text has color #E0E6DA on black background.


Color preview on white background

This text has color #E0E6DA on white background.


Black color preview on #E0E6DA background

This text has black color on #E0E6DA background.


White color preview on #E0E6DA background

This text has white color on #E0E6DA background.


Related colors

Complementary color

Complementary color for #hex is #1F1925.


I love getcolorcode.com

Triadic colors

1 #DAE0E6 and #E6DAE0 with #E0E6DA are triadic colors.

2 #DAE6E0 and #E6E0DA with #E0E6DA are triadic colors.