COLOR #E1E6DA

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

Color info

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

RGB color model

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

  • red value is 225;
  • green value is 230;
  • blue value is 218.
RGB:
(225,230,218)
(88%,90%,85%)

RGB channels and saturation

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

225
230
218

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

Portions of RGB colors in percentages

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

%33.43
%34.18
%32.39

CMYK color model

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

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

CMYK percentages

%2.17
%0
%5.22
%9.8

Codes

Color #E1E6DA in popluar color models

E1E6DA
RGB225230218
HSL85°19.35%87.84%
HSB/HSV85°5.22%90.20%
CMYK2.17%0.00%5.22%
9.80%

Color #E1E6DA in popluar number systems.

HEXE1E6DA
Decimal225230218
Binary111000011110011011011010
Octal341346332

Shades and tints

Shades of #E1E6DA

#E1E6DA
(225,230,218)
#CDD2C7
(205,210,199)
#B9BEB4
(185,190,180)
#A5AAA1
(165,170,161)
#91968E
(145,150,142)
#7D827B
(125,130,123)
#696E68
(105,110,104)
#555A55
(85,90,85)
#414642
(65,70,66)
#2D322F
(45,50,47)
#191E1C
(25,30,28)
#000000
(0,0,0)

Tints of #E1E6DA

#E1E6DA
(225,230,218)
#E3E8DD
(227,232,221)
#E5EAE0
(229,234,224)
#E7ECE3
(231,236,227)
#E9EEE6
(233,238,230)
#EBF0E9
(235,240,233)
#EDF2EC
(237,242,236)
#EFF4EF
(239,244,239)
#F1F6F2
(241,246,242)
#F3F8F5
(243,248,245)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E6DA; }

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

This text font color is #E1E6DA.


Background Color

.myBgColor { background-color: #E1E6DA; }

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

This div background color is #E1E6DA.


Border color

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

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

This div border color is #E1E6DA.


Opacity

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

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

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

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

This text has shadow with #E1E6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E6DA on black background.


Color preview on white background

This text has color #E1E6DA on white background.



Black color preview on #E1E6DA background

This text has black color on #E1E6DA background.


White color preview on #E1E6DA background

This text has white color on #E1E6DA background.