COLOR #E7EAE5

HEX: #E7EAE5 RGB: (231,234,229)

Color info

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

RGB color model

#E7EAE5 color RGB value is (231,234,229).

RGB: (231,234,229) (91%, 92%, 90%)

RGB channels and saturation

R 231 of 255 = 91%
G 234 of 255 = 92%
B 229 of 255 = 90%

231
234
229

R + G + B ~ 91%. #E7EAE5 is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 234 + 229 = 694 (100%)
R 231 of 694 ~ 33.29%
G 234 of 694 ~ 33.72%
B 229 of 694 ~ 33'%

%33.29
%33.72
%33

CMYK color model

#E7EAE5 color CMYK value is (1,0,2,8).

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

CMYK: (1,0,2,8)
C1M0Y2K8 (1%, 0%, 2%, 8%)
(0.01 / 0.00 / 0.02 / 0.08)

CMYK percentages

%1.28
%0
%2.14
%8.24

Codes

Color #E7EAE5 in popluar color models

E7 EA E5
RGB 231 234 229
HSL 96° 10.64% 90.78%
HSB/HSV 96° 2.14% 91.76%
CMYK 1.28% 0.00% 2.14%
8.24%

Color #E7EAE5 in popluar number systems.

HEX E7 EA E5
Decimal 231 234 229
Binary 11100111 11101010 11100101
Octal 347 352 345

Shades and tints

Shades of #E7EAE5

#E7EAE5
(231,234,229)
#D2D5D1
(210,213,209)
#BDC0BD
(189,192,189)
#A8ABA9
(168,171,169)
#939695
(147,150,149)
#7E8181
(126,129,129)
#696C6D
(105,108,109)
#545759
(84,87,89)
#3F4245
(63,66,69)
#2A2D31
(42,45,49)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #E7EAE5

#E7EAE5
(231,234,229)
#E9EBE7
(233,235,231)
#EBECE9
(235,236,233)
#EDEDEB
(237,237,235)
#EFEEED
(239,238,237)
#F1EFEF
(241,239,239)
#F3F0F1
(243,240,241)
#F5F1F3
(245,241,243)
#F7F2F5
(247,242,245)
#F9F3F7
(249,243,247)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EAE5; }

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

This text font color is #E7EAE5.

Background Color

.myBgColor { background-color: #E7EAE5; }

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

This div background color is #E7EAE5.

Border color

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

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

This div border color is #E7EAE5.

Opacity

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

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

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

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

This text has shadow with #E7EAE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EAE5.

Preview

Color preview on black background

This text has color #E7EAE5 on black background.


Color preview on white background

This text has color #E7EAE5 on white background.


Black color preview on #E7EAE5 background

This text has black color on #E7EAE5 background.


White color preview on #E7EAE5 background

This text has white color on #E7EAE5 background.


Related colors

Complementary color

Complementary color for #hex is #18151A.


I love getcolorcode.com

Triadic colors

1 #E5E7EA and #EAE5E7 with #E7EAE5 are triadic colors.

2 #E5EAE7 and #EAE7E5 with #E7EAE5 are triadic colors.