COLOR #E6E1DA

HEX: #E6E1DA RGB: (230,225,218)

Color info

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

RGB color model

#E6E1DA color RGB value is (230,225,218).

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

RGB channels and saturation

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

230
225
218

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

Portions of RGB colors in percentages

R + G + B = 230 + 225 + 218 = 673 (100%)
R 230 of 673 ~ 34.18%
G 225 of 673 ~ 33.43%
B 218 of 673 ~ 32.39'%

%34.18
%33.43
%32.39

CMYK color model

#E6E1DA color CMYK value is (0,2,5,10).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 5.22%
  • key color value is 9.80%
CMYK: (0,2,5,10) C0M2Y5K10 (0%,2%,5%,10%) (0.00/0.02/0.05/0.10) 

CMYK percentages

%0
%2.17
%5.22
%9.8

Codes

Color #E6E1DA in popluar color models

E6 E1 DA
RGB 230 225 218
HSL 35° 19.35% 87.84%
HSB/HSV 35° 5.22% 90.20%
CMYK 0.00% 2.17% 5.22%
9.80%

Color #E6E1DA in popluar number systems.

HEX E6 E1 DA
Decimal 230 225 218
Binary 11100110 11100001 11011010
Octal 346 341 332

Shades and tints

Shades of #E6E1DA

#E6E1DA
(230,225,218)
#D2CDC7
(210,205,199)
#BEB9B4
(190,185,180)
#AAA5A1
(170,165,161)
#96918E
(150,145,142)
#827D7B
(130,125,123)
#6E6968
(110,105,104)
#5A5555
(90,85,85)
#464142
(70,65,66)
#322D2F
(50,45,47)
#1E191C
(30,25,28)
#000000
(0,0,0)

Tints of #E6E1DA

#E6E1DA
(230,225,218)
#E8E3DD
(232,227,221)
#EAE5E0
(234,229,224)
#ECE7E3
(236,231,227)
#EEE9E6
(238,233,230)
#F0EBE9
(240,235,233)
#F2EDEC
(242,237,236)
#F4EFEF
(244,239,239)
#F6F1F2
(246,241,242)
#F8F3F5
(248,243,245)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E1DA; }

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

This text font color is #E6E1DA.

Background Color

.myBgColor { background-color: #E6E1DA; }

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

This div background color is #E6E1DA.

Border color

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

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

This div border color is #E6E1DA.

Opacity

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

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

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

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

This text has shadow with #E6E1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E1DA.

Preview

Color preview on black background

This text has color #E6E1DA on black background.


Color preview on white background

This text has color #E6E1DA on white background.


Black color preview on #E6E1DA background

This text has black color on #E6E1DA background.


White color preview on #E6E1DA background

This text has white color on #E6E1DA background.


Related colors

Complementary color

Complementary color for #hex is #191E25.


I love getcolorcode.com

Triadic colors

1 #DAE6E1 and #E1DAE6 with #E6E1DA are triadic colors.

2 #DAE1E6 and #E1E6DA with #E6E1DA are triadic colors.