COLOR #E5EACE

HEX: #E5EACE
RGB: (229,234,206)

Color info

#E5EACE contains red, green and blue colors in about the same proportion. Web safe color of #E5EACE is #CCFFCC (or #CFC).

RGB color model

#E5EACE color RGB value is (229,234,206).

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

RGB channels and saturation

R 229 of 255 = 90%
G 234 of 255 = 92%
B 206 of 255 = 81%

229
234
206

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

Portions of RGB colors in percentages

R + G + B =
229 + 234 + 206 = 669 (100%)
R 229 of 669 ~ 34.23%
G 234 of 669 ~ 34.98%
B 206 of 669 ~ 30.79%

%34.23
%34.98
%30.79

CMYK color model

#E5EACE color CMYK value is (2,0,12,8).

  • cyan value is 2.14%
  • magenta value is 0.00%
  • yellow value is 11.97%
  • key color value is 8.24%
CMYK:
(2,0,12,8)
C2M0Y12K8 
(2%,0%,12%,8%)
(0.02/0.00/0.12/0.08)	

CMYK percentages

%2.14
%0
%11.97
%8.24

Codes

Color #E5EACE in popluar color models

E5EACE
RGB229234206
HSL71°40.00%86.27%
HSB/HSV71°11.97%91.76%
CMYK2.14%0.00%11.97%
8.24%

Color #E5EACE in popluar number systems.

HEXE5EACE
Decimal229234206
Binary111001011110101011001110
Octal345352316

Shades and tints

Shades of #E5EACE

#E5EACE
(229,234,206)
#D1D5BC
(209,213,188)
#BDC0AA
(189,192,170)
#A9AB98
(169,171,152)
#959686
(149,150,134)
#818174
(129,129,116)
#6D6C62
(109,108,98)
#595750
(89,87,80)
#45423E
(69,66,62)
#312D2C
(49,45,44)
#1D181A
(29,24,26)
#000000
(0,0,0)

Tints of #E5EACE

#E5EACE
(229,234,206)
#E7EBD2
(231,235,210)
#E9ECD6
(233,236,214)
#EBEDDA
(235,237,218)
#EDEEDE
(237,238,222)
#EFEFE2
(239,239,226)
#F1F0E6
(241,240,230)
#F3F1EA
(243,241,234)
#F5F2EE
(245,242,238)
#F7F3F2
(247,243,242)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EACE; }

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

This text font color is #E5EACE.


Background Color

.myBgColor { background-color: #E5EACE; }

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

This div background color is #E5EACE.


Border color

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

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

This div border color is #E5EACE.


Opacity

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

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

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

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

This text has shadow with #E5EACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EACE on black background.


Color preview on white background

This text has color #E5EACE on white background.



Black color preview on #E5EACE background

This text has black color on #E5EACE background.


White color preview on #E5EACE background

This text has white color on #E5EACE background.