COLOR #E9EADA

HEX: #E9EADA
RGB: (233,234,218)

Color info

#E9EADA contains red, green and blue colors in about the same proportion. Web safe color of #E9EADA is #FFFFCC (or #FFC).

RGB color model

#E9EADA color RGB value is (233,234,218).

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

RGB channels and saturation

R 233 of 255 = 91%
G 234 of 255 = 92%
B 218 of 255 = 85%

233
234
218

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

Portions of RGB colors in percentages

R + G + B =
233 + 234 + 218 = 685 (100%)
R 233 of 685 ~ 34.01%
G 234 of 685 ~ 34.16%
B 218 of 685 ~ 31.82%

%34.01
%34.16
%31.82

CMYK color model

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

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 6.84%
  • key color value is 8.24%
CMYK:
(0,0,7,8)
C0M0Y7K8 
(0%,0%,7%,8%)
(0.00/0.00/0.07/0.08)	

CMYK percentages

%0.43
%0
%6.84
%8.24

Codes

Color #E9EADA in popluar color models

E9EADA
RGB233234218
HSL64°27.59%88.63%
HSB/HSV64°6.84%91.76%
CMYK0.43%0.00%6.84%
8.24%

Color #E9EADA in popluar number systems.

HEXE9EADA
Decimal233234218
Binary111010011110101011011010
Octal351352332

Shades and tints

Shades of #E9EADA

#E9EADA
(233,234,218)
#D4D5C7
(212,213,199)
#BFC0B4
(191,192,180)
#AAABA1
(170,171,161)
#95968E
(149,150,142)
#80817B
(128,129,123)
#6B6C68
(107,108,104)
#565755
(86,87,85)
#414242
(65,66,66)
#2C2D2F
(44,45,47)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #E9EADA

#E9EADA
(233,234,218)
#EBEBDD
(235,235,221)
#EDECE0
(237,236,224)
#EFEDE3
(239,237,227)
#F1EEE6
(241,238,230)
#F3EFE9
(243,239,233)
#F5F0EC
(245,240,236)
#F7F1EF
(247,241,239)
#F9F2F2
(249,242,242)
#FBF3F5
(251,243,245)
#FDF4F8
(253,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EADA; }

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

This text font color is #E9EADA.


Background Color

.myBgColor { background-color: #E9EADA; }

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

This div background color is #E9EADA.


Border color

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

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

This div border color is #E9EADA.


Opacity

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

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

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

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

This text has shadow with #E9EADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EADA on black background.


Color preview on white background

This text has color #E9EADA on white background.



Black color preview on #E9EADA background

This text has black color on #E9EADA background.


White color preview on #E9EADA background

This text has white color on #E9EADA background.