COLOR #E1E9D8

HEX: #E1E9D8 RGB: (225,233,216)

Color info

#E1E9D8 contains red, green and blue colors in about the same proportion. Web safe color of #E1E9D8 is #CCFFCC (or #CFC).

RGB color model

#E1E9D8 color RGB value is (225,233,216).

RGB: (225,233,216) (88%, 91%, 85%)

RGB channels and saturation

R 225 of 255 = 88%
G 233 of 255 = 91%
B 216 of 255 = 85%

225
233
216

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

Portions of RGB colors in percentages

R + G + B = 225 + 233 + 216 = 674 (100%)
R 225 of 674 ~ 33.38%
G 233 of 674 ~ 34.57%
B 216 of 674 ~ 32.05'%

%33.38
%34.57
%32.05

CMYK color model

#E1E9D8 color CMYK value is (3,0,7,9).

  • cyan value is 3.43%
  • magenta value is 0.00%
  • yellow value is 7.30%
  • key color value is 8.63%
CMYK: (3,0,7,9) C3M0Y7K9 (3%,0%,7%,9%) (0.03/0.00/0.07/0.09) 

CMYK percentages

%3.43
%0
%7.3
%8.63

Codes

Color #E1E9D8 in popluar color models

E1 E9 D8
RGB 225 233 216
HSL 88° 27.87% 88.04%
HSB/HSV 88° 7.30% 91.37%
CMYK 3.43% 0.00% 7.30%
8.63%

Color #E1E9D8 in popluar number systems.

HEX E1 E9 D8
Decimal 225 233 216
Binary 11100001 11101001 11011000
Octal 341 351 330

Shades and tints

Shades of #E1E9D8

#E1E9D8
(225,233,216)
#CDD4C5
(205,212,197)
#B9BFB2
(185,191,178)
#A5AA9F
(165,170,159)
#91958C
(145,149,140)
#7D8079
(125,128,121)
#696B66
(105,107,102)
#555653
(85,86,83)
#414140
(65,65,64)
#2D2C2D
(45,44,45)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #E1E9D8

#E1E9D8
(225,233,216)
#E3EBDB
(227,235,219)
#E5EDDE
(229,237,222)
#E7EFE1
(231,239,225)
#E9F1E4
(233,241,228)
#EBF3E7
(235,243,231)
#EDF5EA
(237,245,234)
#EFF7ED
(239,247,237)
#F1F9F0
(241,249,240)
#F3FBF3
(243,251,243)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E9D8 color. Also use rgb(225,233,216) instead hex code.

Text Font Color

.myTextColor { color: #E1E9D8; }

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

This text font color is #E1E9D8.

Background Color

.myBgColor { background-color: #E1E9D8; }

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

This div background color is #E1E9D8.

Border color

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

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

This div border color is #E1E9D8.

Opacity

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

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

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

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

This text has shadow with #E1E9D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E9D8.

Preview

Color preview on black background

This text has color #E1E9D8 on black background.


Color preview on white background

This text has color #E1E9D8 on white background.


Black color preview on #E1E9D8 background

This text has black color on #E1E9D8 background.


White color preview on #E1E9D8 background

This text has white color on #E1E9D8 background.


Related colors

Complementary color

Complementary color for #hex is #1E1627.


I love getcolorcode.com

Triadic colors

1 #D8E1E9 and #E9D8E1 with #E1E9D8 are triadic colors.

2 #D8E9E1 and #E9E1D8 with #E1E9D8 are triadic colors.