COLOR #E5EAC7

HEX: #E5EAC7
RGB: (229,234,199)

Color info

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

RGB color model

#E5EAC7 color RGB value is (229,234,199).

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

RGB channels and saturation

R 229 of 255 = 90%
G 234 of 255 = 92%
B 199 of 255 = 78%

229
234
199

R + G + B ~ 87%. #E5EAC7 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 234 + 199 = 662 (100%)
R 229 of 662 ~ 34.59%
G 234 of 662 ~ 35.35%
B 199 of 662 ~ 30.06%

%34.59
%35.35
%30.06

CMYK color model

#E5EAC7 color CMYK value is (2,0,15,8).

  • cyan value is 2.14%
  • magenta value is 0.00%
  • yellow value is 14.96%
  • key color value is 8.24%
CMYK:
(2,0,15,8)
C2M0Y15K8 
(2%,0%,15%,8%)
(0.02/0.00/0.15/0.08)	

CMYK percentages

%2.14
%0
%14.96
%8.24

Codes

Color #E5EAC7 in popluar color models

E5EAC7
RGB229234199
HSL69°45.45%84.90%
HSB/HSV69°14.96%91.76%
CMYK2.14%0.00%14.96%
8.24%

Color #E5EAC7 in popluar number systems.

HEXE5EAC7
Decimal229234199
Binary111001011110101011000111
Octal345352307

Shades and tints

Shades of #E5EAC7

#E5EAC7
(229,234,199)
#D1D5B5
(209,213,181)
#BDC0A3
(189,192,163)
#A9AB91
(169,171,145)
#95967F
(149,150,127)
#81816D
(129,129,109)
#6D6C5B
(109,108,91)
#595749
(89,87,73)
#454237
(69,66,55)
#312D25
(49,45,37)
#1D1813
(29,24,19)
#000000
(0,0,0)

Tints of #E5EAC7

#E5EAC7
(229,234,199)
#E7EBCC
(231,235,204)
#E9ECD1
(233,236,209)
#EBEDD6
(235,237,214)
#EDEEDB
(237,238,219)
#EFEFE0
(239,239,224)
#F1F0E5
(241,240,229)
#F3F1EA
(243,241,234)
#F5F2EF
(245,242,239)
#F7F3F4
(247,243,244)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EAC7; }

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

This text font color is #E5EAC7.


Background Color

.myBgColor { background-color: #E5EAC7; }

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

This div background color is #E5EAC7.


Border color

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

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

This div border color is #E5EAC7.


Opacity

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

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

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

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

This text has shadow with #E5EAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EAC7 on black background.


Color preview on white background

This text has color #E5EAC7 on white background.



Black color preview on #E5EAC7 background

This text has black color on #E5EAC7 background.


White color preview on #E5EAC7 background

This text has white color on #E5EAC7 background.