COLOR #E1E4D6

HEX: #E1E4D6 RGB: (225,228,214)

Color info

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

RGB color model

#E1E4D6 color RGB value is (225,228,214).

RGB: (225,228,214) (88%, 89%, 84%)

RGB channels and saturation

R 225 of 255 = 88%
G 228 of 255 = 89%
B 214 of 255 = 84%

225
228
214

R + G + B ~ 87%. #E1E4D6 is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 228 + 214 = 667 (100%)
R 225 of 667 ~ 33.73%
G 228 of 667 ~ 34.18%
B 214 of 667 ~ 32.08'%

%33.73
%34.18
%32.08

CMYK color model

#E1E4D6 color CMYK value is (1,0,6,11).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 6.14%
  • key color value is 10.59%
CMYK: (1,0,6,11) C1M0Y6K11 (1%,0%,6%,11%) (0.01/0.00/0.06/0.11) 

CMYK percentages

%1.32
%0
%6.14
%10.59

Codes

Color #E1E4D6 in popluar color models

E1 E4 D6
RGB 225 228 214
HSL 73° 20.59% 86.67%
HSB/HSV 73° 6.14% 89.41%
CMYK 1.32% 0.00% 6.14%
10.59%

Color #E1E4D6 in popluar number systems.

HEX E1 E4 D6
Decimal 225 228 214
Binary 11100001 11100100 11010110
Octal 341 344 326

Shades and tints

Shades of #E1E4D6

#E1E4D6
(225,228,214)
#CDD0C3
(205,208,195)
#B9BCB0
(185,188,176)
#A5A89D
(165,168,157)
#91948A
(145,148,138)
#7D8077
(125,128,119)
#696C64
(105,108,100)
#555851
(85,88,81)
#41443E
(65,68,62)
#2D302B
(45,48,43)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #E1E4D6

#E1E4D6
(225,228,214)
#E3E6D9
(227,230,217)
#E5E8DC
(229,232,220)
#E7EADF
(231,234,223)
#E9ECE2
(233,236,226)
#EBEEE5
(235,238,229)
#EDF0E8
(237,240,232)
#EFF2EB
(239,242,235)
#F1F4EE
(241,244,238)
#F3F6F1
(243,246,241)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E4D6 color. Also use rgb(225,228,214) instead hex code.

Text Font Color

.myTextColor { color: #E1E4D6; }

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

This text font color is #E1E4D6.

Background Color

.myBgColor { background-color: #E1E4D6; }

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

This div background color is #E1E4D6.

Border color

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

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

This div border color is #E1E4D6.

Opacity

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

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

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

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

This text has shadow with #E1E4D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E4D6.

Preview

Color preview on black background

This text has color #E1E4D6 on black background.


Color preview on white background

This text has color #E1E4D6 on white background.


Black color preview on #E1E4D6 background

This text has black color on #E1E4D6 background.


White color preview on #E1E4D6 background

This text has white color on #E1E4D6 background.


Related colors

Complementary color

Complementary color for #hex is #1E1B29.


I love getcolorcode.com

Triadic colors

1 #D6E1E4 and #E4D6E1 with #E1E4D6 are triadic colors.

2 #D6E4E1 and #E4E1D6 with #E1E4D6 are triadic colors.