COLOR #E7EADE

HEX: #E7EADE RGB: (231,234,222)

Color info

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

RGB color model

#E7EADE color RGB value is (231,234,222).

RGB: (231,234,222) (91%, 92%, 87%)

RGB channels and saturation

R 231 of 255 = 91%
G 234 of 255 = 92%
B 222 of 255 = 87%

231
234
222

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

Portions of RGB colors in percentages

R + G + B = 231 + 234 + 222 = 687 (100%)
R 231 of 687 ~ 33.62%
G 234 of 687 ~ 34.06%
B 222 of 687 ~ 32.31'%

%33.62
%34.06
%32.31

CMYK color model

#E7EADE color CMYK value is (1,0,5,8).

  • cyan value is 1.28%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 8.24%

CMYK: (1,0,5,8)
C1M0Y5K8 (1%, 0%, 5%, 8%)
(0.01 / 0.00 / 0.05 / 0.08)

CMYK percentages

%1.28
%0
%5.13
%8.24

Codes

Color #E7EADE in popluar color models

E7 EA DE
RGB 231 234 222
HSL 75° 22.22% 89.41%
HSB/HSV 75° 5.13% 91.76%
CMYK 1.28% 0.00% 5.13%
8.24%

Color #E7EADE in popluar number systems.

HEX E7 EA DE
Decimal 231 234 222
Binary 11100111 11101010 11011110
Octal 347 352 336

Shades and tints

Shades of #E7EADE

#E7EADE
(231,234,222)
#D2D5CA
(210,213,202)
#BDC0B6
(189,192,182)
#A8ABA2
(168,171,162)
#93968E
(147,150,142)
#7E817A
(126,129,122)
#696C66
(105,108,102)
#545752
(84,87,82)
#3F423E
(63,66,62)
#2A2D2A
(42,45,42)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #E7EADE

#E7EADE
(231,234,222)
#E9EBE1
(233,235,225)
#EBECE4
(235,236,228)
#EDEDE7
(237,237,231)
#EFEEEA
(239,238,234)
#F1EFED
(241,239,237)
#F3F0F0
(243,240,240)
#F5F1F3
(245,241,243)
#F7F2F6
(247,242,246)
#F9F3F9
(249,243,249)
#FBF4FC
(251,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EADE; }

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

This text font color is #E7EADE.

Background Color

.myBgColor { background-color: #E7EADE; }

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

This div background color is #E7EADE.

Border color

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

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

This div border color is #E7EADE.

Opacity

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

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

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

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

This text has shadow with #E7EADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EADE.

Preview

Color preview on black background

This text has color #E7EADE on black background.


Color preview on white background

This text has color #E7EADE on white background.


Black color preview on #E7EADE background

This text has black color on #E7EADE background.


White color preview on #E7EADE background

This text has white color on #E7EADE background.


Related colors

Complementary color

Complementary color for #hex is #181521.


I love getcolorcode.com

Triadic colors

1 #DEE7EA and #EADEE7 with #E7EADE are triadic colors.

2 #DEEAE7 and #EAE7DE with #E7EADE are triadic colors.