COLOR #E1EBDA

HEX: #E1EBDA RGB: (225,235,218)

Color info

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

RGB color model

#E1EBDA color RGB value is (225,235,218).

RGB: (225,235,218) (88%, 92%, 85%)

RGB channels and saturation

R 225 of 255 = 88%
G 235 of 255 = 92%
B 218 of 255 = 85%

225
235
218

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

Portions of RGB colors in percentages

R + G + B = 225 + 235 + 218 = 678 (100%)
R 225 of 678 ~ 33.19%
G 235 of 678 ~ 34.66%
B 218 of 678 ~ 32.15'%

%33.19
%34.66
%32.15

CMYK color model

#E1EBDA color CMYK value is (4,0,7,8).

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

CMYK: (4,0,7,8)
C4M0Y7K8 (4%, 0%, 7%, 8%)
(0.04 / 0.00 / 0.07 / 0.08)

CMYK percentages

%4.26
%0
%7.23
%7.84

Codes

Color #E1EBDA in popluar color models

E1 EB DA
RGB 225 235 218
HSL 95° 29.82% 88.82%
HSB/HSV 95° 7.23% 92.16%
CMYK 4.26% 0.00% 7.23%
7.84%

Color #E1EBDA in popluar number systems.

HEX E1 EB DA
Decimal 225 235 218
Binary 11100001 11101011 11011010
Octal 341 353 332

Shades and tints

Shades of #E1EBDA

#E1EBDA
(225,235,218)
#CDD6C7
(205,214,199)
#B9C1B4
(185,193,180)
#A5ACA1
(165,172,161)
#91978E
(145,151,142)
#7D827B
(125,130,123)
#696D68
(105,109,104)
#555855
(85,88,85)
#414342
(65,67,66)
#2D2E2F
(45,46,47)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #E1EBDA

#E1EBDA
(225,235,218)
#E3ECDD
(227,236,221)
#E5EDE0
(229,237,224)
#E7EEE3
(231,238,227)
#E9EFE6
(233,239,230)
#EBF0E9
(235,240,233)
#EDF1EC
(237,241,236)
#EFF2EF
(239,242,239)
#F1F3F2
(241,243,242)
#F3F4F5
(243,244,245)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EBDA; }

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

This text font color is #E1EBDA.

Background Color

.myBgColor { background-color: #E1EBDA; }

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

This div background color is #E1EBDA.

Border color

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

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

This div border color is #E1EBDA.

Opacity

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

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

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

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

This text has shadow with #E1EBDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EBDA.

Preview

Color preview on black background

This text has color #E1EBDA on black background.


Color preview on white background

This text has color #E1EBDA on white background.


Black color preview on #E1EBDA background

This text has black color on #E1EBDA background.


White color preview on #E1EBDA background

This text has white color on #E1EBDA background.


Related colors

Complementary color

Complementary color for #hex is #1E1425.


I love getcolorcode.com

Triadic colors

1 #DAE1EB and #EBDAE1 with #E1EBDA are triadic colors.

2 #DAEBE1 and #EBE1DA with #E1EBDA are triadic colors.