COLOR #E9EADC

HEX: #E9EADC
RGB: (233,234,220)

Color info

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

RGB color model

#E9EADC color RGB value is (233,234,220).

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

RGB channels and saturation

R 233 of 255 = 91%
G 234 of 255 = 92%
B 220 of 255 = 86%

233
234
220

R + G + B ~ 90%. #E9EADC is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 234 + 220 = 687 (100%)
R 233 of 687 ~ 33.92%
G 234 of 687 ~ 34.06%
B 220 of 687 ~ 32.02%

%33.92
%34.06
%32.02

CMYK color model

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

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 8.24%
CMYK:
(0,0,6,8)
C0M0Y6K8 
(0%,0%,6%,8%)
(0.00/0.00/0.06/0.08)	

CMYK percentages

%0.43
%0
%5.98
%8.24

Codes

Color #E9EADC in popluar color models

E9EADC
RGB233234220
HSL64°25.00%89.02%
HSB/HSV64°5.98%91.76%
CMYK0.43%0.00%5.98%
8.24%

Color #E9EADC in popluar number systems.

HEXE9EADC
Decimal233234220
Binary111010011110101011011100
Octal351352334

Shades and tints

Shades of #E9EADC

#E9EADC
(233,234,220)
#D4D5C8
(212,213,200)
#BFC0B4
(191,192,180)
#AAABA0
(170,171,160)
#95968C
(149,150,140)
#808178
(128,129,120)
#6B6C64
(107,108,100)
#565750
(86,87,80)
#41423C
(65,66,60)
#2C2D28
(44,45,40)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #E9EADC

#E9EADC
(233,234,220)
#EBEBDF
(235,235,223)
#EDECE2
(237,236,226)
#EFEDE5
(239,237,229)
#F1EEE8
(241,238,232)
#F3EFEB
(243,239,235)
#F5F0EE
(245,240,238)
#F7F1F1
(247,241,241)
#F9F2F4
(249,242,244)
#FBF3F7
(251,243,247)
#FDF4FA
(253,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EADC; }

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

This text font color is #E9EADC.


Background Color

.myBgColor { background-color: #E9EADC; }

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

This div background color is #E9EADC.


Border color

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

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

This div border color is #E9EADC.


Opacity

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

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

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

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

This text has shadow with #E9EADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EADC on black background.


Color preview on white background

This text has color #E9EADC on white background.



Black color preview on #E9EADC background

This text has black color on #E9EADC background.


White color preview on #E9EADC background

This text has white color on #E9EADC background.