COLOR #E2EADA

HEX: #E2EADA
RGB: (226,234,218)

Color info

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

RGB color model

#E2EADA color RGB value is (226,234,218).

  • red value is 226;
  • green value is 234;
  • blue value is 218.
RGB:
(226,234,218)
(89%,92%,85%)

RGB channels and saturation

R 226 of 255 = 89%
G 234 of 255 = 92%
B 218 of 255 = 85%

226
234
218

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

Portions of RGB colors in percentages

R + G + B =
226 + 234 + 218 = 678 (100%)
R 226 of 678 ~ 33.33%
G 234 of 678 ~ 34.51%
B 218 of 678 ~ 32.15%

%33.33
%34.51
%32.15

CMYK color model

#E2EADA color CMYK value is (3,0,7,8).

  • cyan value is 3.42%
  • magenta value is 0.00%
  • yellow value is 6.84%
  • key color value is 8.24%
CMYK:
(3,0,7,8)
C3M0Y7K8 
(3%,0%,7%,8%)
(0.03/0.00/0.07/0.08)	

CMYK percentages

%3.42
%0
%6.84
%8.24

Codes

Color #E2EADA in popluar color models

E2EADA
RGB226234218
HSL90°27.59%88.63%
HSB/HSV90°6.84%91.76%
CMYK3.42%0.00%6.84%
8.24%

Color #E2EADA in popluar number systems.

HEXE2EADA
Decimal226234218
Binary111000101110101011011010
Octal342352332

Shades and tints

Shades of #E2EADA

#E2EADA
(226,234,218)
#CED5C7
(206,213,199)
#BAC0B4
(186,192,180)
#A6ABA1
(166,171,161)
#92968E
(146,150,142)
#7E817B
(126,129,123)
#6A6C68
(106,108,104)
#565755
(86,87,85)
#424242
(66,66,66)
#2E2D2F
(46,45,47)
#1A181C
(26,24,28)
#000000
(0,0,0)

Tints of #E2EADA

#E2EADA
(226,234,218)
#E4EBDD
(228,235,221)
#E6ECE0
(230,236,224)
#E8EDE3
(232,237,227)
#EAEEE6
(234,238,230)
#ECEFE9
(236,239,233)
#EEF0EC
(238,240,236)
#F0F1EF
(240,241,239)
#F2F2F2
(242,242,242)
#F4F3F5
(244,243,245)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EADA color. Also use rgb(226,234,218) instead hex code.

Text Font Color

.myTextColor { color: #E2EADA; }

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

This text font color is #E2EADA.


Background Color

.myBgColor { background-color: #E2EADA; }

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

This div background color is #E2EADA.


Border color

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

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

This div border color is #E2EADA.


Opacity

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

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

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

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

This text has shadow with #E2EADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EADA on black background.


Color preview on white background

This text has color #E2EADA on white background.



Black color preview on #E2EADA background

This text has black color on #E2EADA background.


White color preview on #E2EADA background

This text has white color on #E2EADA background.