COLOR #E1E6D9

HEX: #E1E6D9
RGB: (225,230,217)

Color info

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

RGB color model

#E1E6D9 color RGB value is (225,230,217).

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

RGB channels and saturation

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

225
230
217

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

Portions of RGB colors in percentages

R + G + B =
225 + 230 + 217 = 672 (100%)
R 225 of 672 ~ 33.48%
G 230 of 672 ~ 34.23%
B 217 of 672 ~ 32.29%

%33.48
%34.23
%32.29

CMYK color model

#E1E6D9 color CMYK value is (2,0,6,10).

  • cyan value is 2.17%
  • magenta value is 0.00%
  • yellow value is 5.65%
  • key color value is 9.80%
CMYK:
(2,0,6,10)
C2M0Y6K10 
(2%,0%,6%,10%)
(0.02/0.00/0.06/0.10)	

CMYK percentages

%2.17
%0
%5.65
%9.8

Codes

Color #E1E6D9 in popluar color models

E1E6D9
RGB225230217
HSL83°20.63%87.65%
HSB/HSV83°5.65%90.20%
CMYK2.17%0.00%5.65%
9.80%

Color #E1E6D9 in popluar number systems.

HEXE1E6D9
Decimal225230217
Binary111000011110011011011001
Octal341346331

Shades and tints

Shades of #E1E6D9

#E1E6D9
(225,230,217)
#CDD2C6
(205,210,198)
#B9BEB3
(185,190,179)
#A5AAA0
(165,170,160)
#91968D
(145,150,141)
#7D827A
(125,130,122)
#696E67
(105,110,103)
#555A54
(85,90,84)
#414641
(65,70,65)
#2D322E
(45,50,46)
#191E1B
(25,30,27)
#000000
(0,0,0)

Tints of #E1E6D9

#E1E6D9
(225,230,217)
#E3E8DC
(227,232,220)
#E5EADF
(229,234,223)
#E7ECE2
(231,236,226)
#E9EEE5
(233,238,229)
#EBF0E8
(235,240,232)
#EDF2EB
(237,242,235)
#EFF4EE
(239,244,238)
#F1F6F1
(241,246,241)
#F3F8F4
(243,248,244)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E6D9; }

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

This text font color is #E1E6D9.


Background Color

.myBgColor { background-color: #E1E6D9; }

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

This div background color is #E1E6D9.


Border color

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

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

This div border color is #E1E6D9.


Opacity

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

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

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

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

This text has shadow with #E1E6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E6D9 on black background.


Color preview on white background

This text has color #E1E6D9 on white background.



Black color preview on #E1E6D9 background

This text has black color on #E1E6D9 background.


White color preview on #E1E6D9 background

This text has white color on #E1E6D9 background.