COLOR #E1EBD4

HEX: #E1EBD4 RGB: (225,235,212)

Color info

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

RGB color model

#E1EBD4 color RGB value is (225,235,212).

RGB: (225,235,212) (88%, 92%, 83%)

RGB channels and saturation

R 225 of 255 = 88%
G 235 of 255 = 92%
B 212 of 255 = 83%

225
235
212

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

Portions of RGB colors in percentages

R + G + B = 225 + 235 + 212 = 672 (100%)
R 225 of 672 ~ 33.48%
G 235 of 672 ~ 34.97%
B 212 of 672 ~ 31.55'%

%33.48
%34.97
%31.55

CMYK color model

#E1EBD4 color CMYK value is (4,0,10,8).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 9.79%
  • key color value is 7.84%

CMYK: (4,0,10,8)
C4M0Y10K8 (4%, 0%, 10%, 8%)
(0.04 / 0.00 / 0.10 / 0.08)

CMYK percentages

%4.26
%0
%9.79
%7.84

Codes

Color #E1EBD4 in popluar color models

E1 EB D4
RGB 225 235 212
HSL 86° 36.51% 87.65%
HSB/HSV 86° 9.79% 92.16%
CMYK 4.26% 0.00% 9.79%
7.84%

Color #E1EBD4 in popluar number systems.

HEX E1 EB D4
Decimal 225 235 212
Binary 11100001 11101011 11010100
Octal 341 353 324

Shades and tints

Shades of #E1EBD4

#E1EBD4
(225,235,212)
#CDD6C1
(205,214,193)
#B9C1AE
(185,193,174)
#A5AC9B
(165,172,155)
#919788
(145,151,136)
#7D8275
(125,130,117)
#696D62
(105,109,98)
#55584F
(85,88,79)
#41433C
(65,67,60)
#2D2E29
(45,46,41)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #E1EBD4

#E1EBD4
(225,235,212)
#E3ECD7
(227,236,215)
#E5EDDA
(229,237,218)
#E7EEDD
(231,238,221)
#E9EFE0
(233,239,224)
#EBF0E3
(235,240,227)
#EDF1E6
(237,241,230)
#EFF2E9
(239,242,233)
#F1F3EC
(241,243,236)
#F3F4EF
(243,244,239)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1EBD4 color. Also use rgb(225,235,212) instead hex code.

Text Font Color

.myTextColor { color: #E1EBD4; }

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

This text font color is #E1EBD4.

Background Color

.myBgColor { background-color: #E1EBD4; }

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

This div background color is #E1EBD4.

Border color

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

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

This div border color is #E1EBD4.

Opacity

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

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

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

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

This text has shadow with #E1EBD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EBD4.

Preview

Color preview on black background

This text has color #E1EBD4 on black background.


Color preview on white background

This text has color #E1EBD4 on white background.


Black color preview on #E1EBD4 background

This text has black color on #E1EBD4 background.


White color preview on #E1EBD4 background

This text has white color on #E1EBD4 background.


Related colors

Complementary color

Complementary color for #hex is #1E142B.


I love getcolorcode.com

Triadic colors

1 #D4E1EB and #EBD4E1 with #E1EBD4 are triadic colors.

2 #D4EBE1 and #EBE1D4 with #E1EBD4 are triadic colors.