COLOR #E6E2DA

HEX: #E6E2DA RGB: (230,226,218)

Color info

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

RGB color model

#E6E2DA color RGB value is (230,226,218).

RGB: (230,226,218) (90%, 89%, 85%)

RGB channels and saturation

R 230 of 255 = 90%
G 226 of 255 = 89%
B 218 of 255 = 85%

230
226
218

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

Portions of RGB colors in percentages

R + G + B = 230 + 226 + 218 = 674 (100%)
R 230 of 674 ~ 34.12%
G 226 of 674 ~ 33.53%
B 218 of 674 ~ 32.34'%

%34.12
%33.53
%32.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.74%
  • 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
%1.74
%5.22
%9.8

Codes

Color #E6E2DA in popluar color models

E6 E2 DA
RGB 230 226 218
HSL 40° 19.35% 87.84%
HSB/HSV 40° 5.22% 90.20%
CMYK 0.00% 1.74% 5.22%
9.80%

Color #E6E2DA in popluar number systems.

HEX E6 E2 DA
Decimal 230 226 218
Binary 11100110 11100010 11011010
Octal 346 342 332

Shades and tints

Shades of #E6E2DA

#E6E2DA
(230,226,218)
#D2CEC7
(210,206,199)
#BEBAB4
(190,186,180)
#AAA6A1
(170,166,161)
#96928E
(150,146,142)
#827E7B
(130,126,123)
#6E6A68
(110,106,104)
#5A5655
(90,86,85)
#464242
(70,66,66)
#322E2F
(50,46,47)
#1E1A1C
(30,26,28)
#000000
(0,0,0)

Tints of #E6E2DA

#E6E2DA
(230,226,218)
#E8E4DD
(232,228,221)
#EAE6E0
(234,230,224)
#ECE8E3
(236,232,227)
#EEEAE6
(238,234,230)
#F0ECE9
(240,236,233)
#F2EEEC
(242,238,236)
#F4F0EF
(244,240,239)
#F6F2F2
(246,242,242)
#F8F4F5
(248,244,245)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E2DA; }

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

This text font color is #E6E2DA.

Background Color

.myBgColor { background-color: #E6E2DA; }

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

This div background color is #E6E2DA.

Border color

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

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

This div border color is #E6E2DA.

Opacity

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

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

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

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

This text has shadow with #E6E2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E2DA.

Preview

Color preview on black background

This text has color #E6E2DA on black background.


Color preview on white background

This text has color #E6E2DA on white background.


Black color preview on #E6E2DA background

This text has black color on #E6E2DA background.


White color preview on #E6E2DA background

This text has white color on #E6E2DA background.


Related colors

Complementary color

Complementary color for #hex is #191D25.


I love getcolorcode.com

Triadic colors

1 #DAE6E2 and #E2DAE6 with #E6E2DA are triadic colors.

2 #DAE2E6 and #E2E6DA with #E6E2DA are triadic colors.