COLOR #E9EAD5

HEX: #E9EAD5 RGB: (233,234,213)

Color info

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

RGB color model

#E9EAD5 color RGB value is (233,234,213).

RGB: (233,234,213) (91%, 92%, 84%)

RGB channels and saturation

R 233 of 255 = 91%
G 234 of 255 = 92%
B 213 of 255 = 84%

233
234
213

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

Portions of RGB colors in percentages

R + G + B = 233 + 234 + 213 = 680 (100%)
R 233 of 680 ~ 34.26%
G 234 of 680 ~ 34.41%
B 213 of 680 ~ 31.32'%

%34.26
%34.41
%31.32

CMYK color model

#E9EAD5 color CMYK value is (0,0,9,8).

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 8.24%
CMYK: (0,0,9,8) C0M0Y9K8 (0%,0%,9%,8%) (0.00/0.00/0.09/0.08) 

CMYK percentages

%0.43
%0
%8.97
%8.24

Codes

Color #E9EAD5 in popluar color models

E9 EA D5
RGB 233 234 213
HSL 63° 33.33% 87.65%
HSB/HSV 63° 8.97% 91.76%
CMYK 0.43% 0.00% 8.97%
8.24%

Color #E9EAD5 in popluar number systems.

HEX E9 EA D5
Decimal 233 234 213
Binary 11101001 11101010 11010101
Octal 351 352 325

Shades and tints

Shades of #E9EAD5

#E9EAD5
(233,234,213)
#D4D5C2
(212,213,194)
#BFC0AF
(191,192,175)
#AAAB9C
(170,171,156)
#959689
(149,150,137)
#808176
(128,129,118)
#6B6C63
(107,108,99)
#565750
(86,87,80)
#41423D
(65,66,61)
#2C2D2A
(44,45,42)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #E9EAD5

#E9EAD5
(233,234,213)
#EBEBD8
(235,235,216)
#EDECDB
(237,236,219)
#EFEDDE
(239,237,222)
#F1EEE1
(241,238,225)
#F3EFE4
(243,239,228)
#F5F0E7
(245,240,231)
#F7F1EA
(247,241,234)
#F9F2ED
(249,242,237)
#FBF3F0
(251,243,240)
#FDF4F3
(253,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EAD5; }

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

This text font color is #E9EAD5.

Background Color

.myBgColor { background-color: #E9EAD5; }

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

This div background color is #E9EAD5.

Border color

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

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

This div border color is #E9EAD5.

Opacity

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

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

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

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

This text has shadow with #E9EAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9EAD5.

Preview

Color preview on black background

This text has color #E9EAD5 on black background.


Color preview on white background

This text has color #E9EAD5 on white background.


Black color preview on #E9EAD5 background

This text has black color on #E9EAD5 background.


White color preview on #E9EAD5 background

This text has white color on #E9EAD5 background.


Related colors

Complementary color

Complementary color for #hex is #16152A.


I love getcolorcode.com

Triadic colors

1 #D5E9EA and #EAD5E9 with #E9EAD5 are triadic colors.

2 #D5EAE9 and #EAE9D5 with #E9EAD5 are triadic colors.