COLOR #E1EBDD

HEX: #E1EBDD
RGB: (225,235,221)

Color info

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

RGB color model

#E1EBDD color RGB value is (225,235,221).

  • red value is 225;
  • green value is 235;
  • blue value is 221.
RGB:
(225,235,221)
(88%,92%,87%)

RGB channels and saturation

R 225 of 255 = 88%
G 235 of 255 = 92%
B 221 of 255 = 87%

225
235
221

R + G + B ~ 89%. #E1EBDD is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 235 + 221 = 681 (100%)
R 225 of 681 ~ 33.04%
G 235 of 681 ~ 34.51%
B 221 of 681 ~ 32.45%

%33.04
%34.51
%32.45

CMYK color model

#E1EBDD color CMYK value is (4,0,6,8).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 5.96%
  • key color value is 7.84%
CMYK:
(4,0,6,8)
C4M0Y6K8 
(4%,0%,6%,8%)
(0.04/0.00/0.06/0.08)	

CMYK percentages

%4.26
%0
%5.96
%7.84

Codes

Color #E1EBDD in popluar color models

E1EBDD
RGB225235221
HSL103°25.93%89.41%
HSB/HSV103°5.96%92.16%
CMYK4.26%0.00%5.96%
7.84%

Color #E1EBDD in popluar number systems.

HEXE1EBDD
Decimal225235221
Binary111000011110101111011101
Octal341353335

Shades and tints

Shades of #E1EBDD

#E1EBDD
(225,235,221)
#CDD6C9
(205,214,201)
#B9C1B5
(185,193,181)
#A5ACA1
(165,172,161)
#91978D
(145,151,141)
#7D8279
(125,130,121)
#696D65
(105,109,101)
#555851
(85,88,81)
#41433D
(65,67,61)
#2D2E29
(45,46,41)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #E1EBDD

#E1EBDD
(225,235,221)
#E3ECE0
(227,236,224)
#E5EDE3
(229,237,227)
#E7EEE6
(231,238,230)
#E9EFE9
(233,239,233)
#EBF0EC
(235,240,236)
#EDF1EF
(237,241,239)
#EFF2F2
(239,242,242)
#F1F3F5
(241,243,245)
#F3F4F8
(243,244,248)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EBDD; }

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

This text font color is #E1EBDD.


Background Color

.myBgColor { background-color: #E1EBDD; }

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

This div background color is #E1EBDD.


Border color

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

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

This div border color is #E1EBDD.


Opacity

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

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

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

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

This text has shadow with #E1EBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EBDD on black background.


Color preview on white background

This text has color #E1EBDD on white background.



Black color preview on #E1EBDD background

This text has black color on #E1EBDD background.


White color preview on #E1EBDD background

This text has white color on #E1EBDD background.