COLOR #E1EAD6

HEX: #E1EAD6 RGB: (225,234,214)

Color info

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

RGB color model

#E1EAD6 color RGB value is (225,234,214).

RGB: (225,234,214) (88%, 92%, 84%)

RGB channels and saturation

R 225 of 255 = 88%
G 234 of 255 = 92%
B 214 of 255 = 84%

225
234
214

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

Portions of RGB colors in percentages

R + G + B = 225 + 234 + 214 = 673 (100%)
R 225 of 673 ~ 33.43%
G 234 of 673 ~ 34.77%
B 214 of 673 ~ 31.8'%

%33.43
%34.77
%31.8

CMYK color model

#E1EAD6 color CMYK value is (4,0,9,8).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 8.24%
CMYK: (4,0,9,8) C4M0Y9K8 (4%,0%,9%,8%) (0.04/0.00/0.09/0.08) 

CMYK percentages

%3.85
%0
%8.55
%8.24

Codes

Color #E1EAD6 in popluar color models

E1 EA D6
RGB 225 234 214
HSL 87° 32.26% 87.84%
HSB/HSV 87° 8.55% 91.76%
CMYK 3.85% 0.00% 8.55%
8.24%

Color #E1EAD6 in popluar number systems.

HEX E1 EA D6
Decimal 225 234 214
Binary 11100001 11101010 11010110
Octal 341 352 326

Shades and tints

Shades of #E1EAD6

#E1EAD6
(225,234,214)
#CDD5C3
(205,213,195)
#B9C0B0
(185,192,176)
#A5AB9D
(165,171,157)
#91968A
(145,150,138)
#7D8177
(125,129,119)
#696C64
(105,108,100)
#555751
(85,87,81)
#41423E
(65,66,62)
#2D2D2B
(45,45,43)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #E1EAD6

#E1EAD6
(225,234,214)
#E3EBD9
(227,235,217)
#E5ECDC
(229,236,220)
#E7EDDF
(231,237,223)
#E9EEE2
(233,238,226)
#EBEFE5
(235,239,229)
#EDF0E8
(237,240,232)
#EFF1EB
(239,241,235)
#F1F2EE
(241,242,238)
#F3F3F1
(243,243,241)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EAD6; }

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

This text font color is #E1EAD6.

Background Color

.myBgColor { background-color: #E1EAD6; }

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

This div background color is #E1EAD6.

Border color

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

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

This div border color is #E1EAD6.

Opacity

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

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

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

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

This text has shadow with #E1EAD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EAD6.

Preview

Color preview on black background

This text has color #E1EAD6 on black background.


Color preview on white background

This text has color #E1EAD6 on white background.


Black color preview on #E1EAD6 background

This text has black color on #E1EAD6 background.


White color preview on #E1EAD6 background

This text has white color on #E1EAD6 background.


Related colors

Complementary color

Complementary color for #hex is #1E1529.


I love getcolorcode.com

Triadic colors

1 #D6E1EA and #EAD6E1 with #E1EAD6 are triadic colors.

2 #D6EAE1 and #EAE1D6 with #E1EAD6 are triadic colors.