COLOR #EAE5D9

HEX: #EAE5D9
RGB: (234,229,217)

Color info

#EAE5D9 contains red, green and blue colors in about the same proportion. Web safe color of #EAE5D9 is #FFCCCC (or #FCC).

RGB color model

#EAE5D9 color RGB value is (234,229,217).

  • red value is 234;
  • green value is 229;
  • blue value is 217.
RGB:
(234,229,217)
(92%,90%,85%)

RGB channels and saturation

R 234 of 255 = 92%
G 229 of 255 = 90%
B 217 of 255 = 85%

234
229
217

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

Portions of RGB colors in percentages

R + G + B =
234 + 229 + 217 = 680 (100%)
R 234 of 680 ~ 34.41%
G 229 of 680 ~ 33.68%
B 217 of 680 ~ 31.91%

%34.41
%33.68
%31.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.14%
  • yellow value is 7.26%
  • key color value is 8.24%
CMYK:
(0,2,7,8)
C0M2Y7K8 
(0%,2%,7%,8%)
(0.00/0.02/0.07/0.08)	

CMYK percentages

%0
%2.14
%7.26
%8.24

Codes

Color #EAE5D9 in popluar color models

EAE5D9
RGB234229217
HSL42°28.81%88.43%
HSB/HSV42°7.26%91.76%
CMYK0.00%2.14%7.26%
8.24%

Color #EAE5D9 in popluar number systems.

HEXEAE5D9
Decimal234229217
Binary111010101110010111011001
Octal352345331

Shades and tints

Shades of #EAE5D9

#EAE5D9
(234,229,217)
#D5D1C6
(213,209,198)
#C0BDB3
(192,189,179)
#ABA9A0
(171,169,160)
#96958D
(150,149,141)
#81817A
(129,129,122)
#6C6D67
(108,109,103)
#575954
(87,89,84)
#424541
(66,69,65)
#2D312E
(45,49,46)
#181D1B
(24,29,27)
#000000
(0,0,0)

Tints of #EAE5D9

#EAE5D9
(234,229,217)
#EBE7DC
(235,231,220)
#ECE9DF
(236,233,223)
#EDEBE2
(237,235,226)
#EEEDE5
(238,237,229)
#EFEFE8
(239,239,232)
#F0F1EB
(240,241,235)
#F1F3EE
(241,243,238)
#F2F5F1
(242,245,241)
#F3F7F4
(243,247,244)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAE5D9 color. Also use rgb(234,229,217) instead hex code.

Text Font Color

.myTextColor { color: #EAE5D9; }

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

This text font color is #EAE5D9.


Background Color

.myBgColor { background-color: #EAE5D9; }

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

This div background color is #EAE5D9.


Border color

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

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

This div border color is #EAE5D9.


Opacity

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

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

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

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

This text has shadow with #EAE5D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE5D9 on black background.


Color preview on white background

This text has color #EAE5D9 on white background.



Black color preview on #EAE5D9 background

This text has black color on #EAE5D9 background.


White color preview on #EAE5D9 background

This text has white color on #EAE5D9 background.