COLOR #E7E5EA

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

Color info

#E7E5EA contains red, green and blue colors in about the same proportion. Web safe color of #E7E5EA is #FFCCFF (or #FCF).

RGB color model

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

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

RGB channels and saturation

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

231
229
234

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

Portions of RGB colors in percentages

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

%33.29
%33
%33.72

CMYK color model

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

  • cyan value is 1.28%
  • magenta value is 2.14%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(1,2,0,8)
C1M2Y0K8 
(1%,2%,0%,8%)
(0.01/0.02/0.00/0.08)	

CMYK percentages

%1.28
%2.14
%0
%8.24

Codes

Color #E7E5EA in popluar color models

E7E5EA
RGB231229234
HSL264°10.64%90.78%
HSB/HSV264°2.14%91.76%
CMYK1.28%2.14%0.00%
8.24%

Color #E7E5EA in popluar number systems.

HEXE7E5EA
Decimal231229234
Binary111001111110010111101010
Octal347345352

Shades and tints

Shades of #E7E5EA

#E7E5EA
(231,229,234)
#D2D1D5
(210,209,213)
#BDBDC0
(189,189,192)
#A8A9AB
(168,169,171)
#939596
(147,149,150)
#7E8181
(126,129,129)
#696D6C
(105,109,108)
#545957
(84,89,87)
#3F4542
(63,69,66)
#2A312D
(42,49,45)
#151D18
(21,29,24)
#000000
(0,0,0)

Tints of #E7E5EA

#E7E5EA
(231,229,234)
#E9E7EB
(233,231,235)
#EBE9EC
(235,233,236)
#EDEBED
(237,235,237)
#EFEDEE
(239,237,238)
#F1EFEF
(241,239,239)
#F3F1F0
(243,241,240)
#F5F3F1
(245,243,241)
#F7F5F2
(247,245,242)
#F9F7F3
(249,247,243)
#FBF9F4
(251,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E5EA; }

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

This text font color is #E7E5EA.


Background Color

.myBgColor { background-color: #E7E5EA; }

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

This div background color is #E7E5EA.


Border color

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

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

This div border color is #E7E5EA.


Opacity

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

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

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

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

This text has shadow with #E7E5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E5EA on black background.


Color preview on white background

This text has color #E7E5EA on white background.



Black color preview on #E7E5EA background

This text has black color on #E7E5EA background.


White color preview on #E7E5EA background

This text has white color on #E7E5EA background.