COLOR #E9EAD2

HEX: #E9EAD2
RGB: (233,234,210)

Color info

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

RGB color model

#E9EAD2 color RGB value is (233,234,210).

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

RGB channels and saturation

R 233 of 255 = 91%
G 234 of 255 = 92%
B 210 of 255 = 82%

233
234
210

R + G + B ~ 88%. #E9EAD2 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 234 + 210 = 677 (100%)
R 233 of 677 ~ 34.42%
G 234 of 677 ~ 34.56%
B 210 of 677 ~ 31.02%

%34.42
%34.56
%31.02

CMYK color model

#E9EAD2 color CMYK value is (0,0,10,8).

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 10.26%
  • key color value is 8.24%
CMYK:
(0,0,10,8)
C0M0Y10K8 
(0%,0%,10%,8%)
(0.00/0.00/0.10/0.08)	

CMYK percentages

%0.43
%0
%10.26
%8.24

Codes

Color #E9EAD2 in popluar color models

E9EAD2
RGB233234210
HSL63°36.36%87.06%
HSB/HSV63°10.26%91.76%
CMYK0.43%0.00%10.26%
8.24%

Color #E9EAD2 in popluar number systems.

HEXE9EAD2
Decimal233234210
Binary111010011110101011010010
Octal351352322

Shades and tints

Shades of #E9EAD2

#E9EAD2
(233,234,210)
#D4D5BF
(212,213,191)
#BFC0AC
(191,192,172)
#AAAB99
(170,171,153)
#959686
(149,150,134)
#808173
(128,129,115)
#6B6C60
(107,108,96)
#56574D
(86,87,77)
#41423A
(65,66,58)
#2C2D27
(44,45,39)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #E9EAD2

#E9EAD2
(233,234,210)
#EBEBD6
(235,235,214)
#EDECDA
(237,236,218)
#EFEDDE
(239,237,222)
#F1EEE2
(241,238,226)
#F3EFE6
(243,239,230)
#F5F0EA
(245,240,234)
#F7F1EE
(247,241,238)
#F9F2F2
(249,242,242)
#FBF3F6
(251,243,246)
#FDF4FA
(253,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EAD2; }

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

This text font color is #E9EAD2.


Background Color

.myBgColor { background-color: #E9EAD2; }

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

This div background color is #E9EAD2.


Border color

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

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

This div border color is #E9EAD2.


Opacity

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

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

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

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

This text has shadow with #E9EAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EAD2 on black background.


Color preview on white background

This text has color #E9EAD2 on white background.



Black color preview on #E9EAD2 background

This text has black color on #E9EAD2 background.


White color preview on #E9EAD2 background

This text has white color on #E9EAD2 background.