COLOR #E1EADE

HEX: #E1EADE
RGB: (225,234,222)

Color info

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

RGB color model

#E1EADE color RGB value is (225,234,222).

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

RGB channels and saturation

R 225 of 255 = 88%
G 234 of 255 = 92%
B 222 of 255 = 87%

225
234
222

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

Portions of RGB colors in percentages

R + G + B =
225 + 234 + 222 = 681 (100%)
R 225 of 681 ~ 33.04%
G 234 of 681 ~ 34.36%
B 222 of 681 ~ 32.6%

%33.04
%34.36
%32.6

CMYK color model

#E1EADE color CMYK value is (4,0,5,8).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 8.24%
CMYK:
(4,0,5,8)
C4M0Y5K8 
(4%,0%,5%,8%)
(0.04/0.00/0.05/0.08)	

CMYK percentages

%3.85
%0
%5.13
%8.24

Codes

Color #E1EADE in popluar color models

E1EADE
RGB225234222
HSL105°22.22%89.41%
HSB/HSV105°5.13%91.76%
CMYK3.85%0.00%5.13%
8.24%

Color #E1EADE in popluar number systems.

HEXE1EADE
Decimal225234222
Binary111000011110101011011110
Octal341352336

Shades and tints

Shades of #E1EADE

#E1EADE
(225,234,222)
#CDD5CA
(205,213,202)
#B9C0B6
(185,192,182)
#A5ABA2
(165,171,162)
#91968E
(145,150,142)
#7D817A
(125,129,122)
#696C66
(105,108,102)
#555752
(85,87,82)
#41423E
(65,66,62)
#2D2D2A
(45,45,42)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #E1EADE

#E1EADE
(225,234,222)
#E3EBE1
(227,235,225)
#E5ECE4
(229,236,228)
#E7EDE7
(231,237,231)
#E9EEEA
(233,238,234)
#EBEFED
(235,239,237)
#EDF0F0
(237,240,240)
#EFF1F3
(239,241,243)
#F1F2F6
(241,242,246)
#F3F3F9
(243,243,249)
#F5F4FC
(245,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EADE; }

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

This text font color is #E1EADE.


Background Color

.myBgColor { background-color: #E1EADE; }

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

This div background color is #E1EADE.


Border color

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

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

This div border color is #E1EADE.


Opacity

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

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

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

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

This text has shadow with #E1EADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EADE on black background.


Color preview on white background

This text has color #E1EADE on white background.



Black color preview on #E1EADE background

This text has black color on #E1EADE background.


White color preview on #E1EADE background

This text has white color on #E1EADE background.