COLOR #E7EAE0

HEX: #E7EAE0
RGB: (231,234,224)

Color info

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

RGB color model

#E7EAE0 color RGB value is (231,234,224).

  • red value is 231;
  • green value is 234;
  • blue value is 224.
RGB:
(231,234,224)
(91%,92%,88%)

RGB channels and saturation

R 231 of 255 = 91%
G 234 of 255 = 92%
B 224 of 255 = 88%

231
234
224

R + G + B ~ 90%. #E7EAE0 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 234 + 224 = 689 (100%)
R 231 of 689 ~ 33.53%
G 234 of 689 ~ 33.96%
B 224 of 689 ~ 32.51%

%33.53
%33.96
%32.51

CMYK color model

#E7EAE0 color CMYK value is (1,0,4,8).

  • cyan value is 1.28%
  • magenta value is 0.00%
  • yellow value is 4.27%
  • key color value is 8.24%
CMYK:
(1,0,4,8)
C1M0Y4K8 
(1%,0%,4%,8%)
(0.01/0.00/0.04/0.08)	

CMYK percentages

%1.28
%0
%4.27
%8.24

Codes

Color #E7EAE0 in popluar color models

E7EAE0
RGB231234224
HSL78°19.23%89.80%
HSB/HSV78°4.27%91.76%
CMYK1.28%0.00%4.27%
8.24%

Color #E7EAE0 in popluar number systems.

HEXE7EAE0
Decimal231234224
Binary111001111110101011100000
Octal347352340

Shades and tints

Shades of #E7EAE0

#E7EAE0
(231,234,224)
#D2D5CC
(210,213,204)
#BDC0B8
(189,192,184)
#A8ABA4
(168,171,164)
#939690
(147,150,144)
#7E817C
(126,129,124)
#696C68
(105,108,104)
#545754
(84,87,84)
#3F4240
(63,66,64)
#2A2D2C
(42,45,44)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #E7EAE0

#E7EAE0
(231,234,224)
#E9EBE2
(233,235,226)
#EBECE4
(235,236,228)
#EDEDE6
(237,237,230)
#EFEEE8
(239,238,232)
#F1EFEA
(241,239,234)
#F3F0EC
(243,240,236)
#F5F1EE
(245,241,238)
#F7F2F0
(247,242,240)
#F9F3F2
(249,243,242)
#FBF4F4
(251,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7EAE0 color. Also use rgb(231,234,224) instead hex code.

Text Font Color

.myTextColor { color: #E7EAE0; }

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

This text font color is #E7EAE0.


Background Color

.myBgColor { background-color: #E7EAE0; }

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

This div background color is #E7EAE0.


Border color

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

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

This div border color is #E7EAE0.


Opacity

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

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

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

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

This text has shadow with #E7EAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EAE0 on black background.


Color preview on white background

This text has color #E7EAE0 on white background.



Black color preview on #E7EAE0 background

This text has black color on #E7EAE0 background.


White color preview on #E7EAE0 background

This text has white color on #E7EAE0 background.