COLOR #E7E5EB

HEX: #E7E5EB
RGB: (231,229,235)

Color info

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

RGB color model

#E7E5EB color RGB value is (231,229,235).

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

RGB channels and saturation

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

231
229
235

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

Portions of RGB colors in percentages

R + G + B =
231 + 229 + 235 = 695 (100%)
R 231 of 695 ~ 33.24%
G 229 of 695 ~ 32.95%
B 235 of 695 ~ 33.81%

%33.24
%32.95
%33.81

CMYK color model

#E7E5EB color CMYK value is (2,3,0,8).

  • cyan value is 1.70%
  • magenta value is 2.55%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(2,3,0,8)
C2M3Y0K8 
(2%,3%,0%,8%)
(0.02/0.03/0.00/0.08)	

CMYK percentages

%1.7
%2.55
%0
%7.84

Codes

Color #E7E5EB in popluar color models

E7E5EB
RGB231229235
HSL260°13.04%90.98%
HSB/HSV260°2.55%92.16%
CMYK1.70%2.55%0.00%
7.84%

Color #E7E5EB in popluar number systems.

HEXE7E5EB
Decimal231229235
Binary111001111110010111101011
Octal347345353

Shades and tints

Shades of #E7E5EB

#E7E5EB
(231,229,235)
#D2D1D6
(210,209,214)
#BDBDC1
(189,189,193)
#A8A9AC
(168,169,172)
#939597
(147,149,151)
#7E8182
(126,129,130)
#696D6D
(105,109,109)
#545958
(84,89,88)
#3F4543
(63,69,67)
#2A312E
(42,49,46)
#151D19
(21,29,25)
#000000
(0,0,0)

Tints of #E7E5EB

#E7E5EB
(231,229,235)
#E9E7EC
(233,231,236)
#EBE9ED
(235,233,237)
#EDEBEE
(237,235,238)
#EFEDEF
(239,237,239)
#F1EFF0
(241,239,240)
#F3F1F1
(243,241,241)
#F5F3F2
(245,243,242)
#F7F5F3
(247,245,243)
#F9F7F4
(249,247,244)
#FBF9F5
(251,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E5EB; }

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

This text font color is #E7E5EB.


Background Color

.myBgColor { background-color: #E7E5EB; }

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

This div background color is #E7E5EB.


Border color

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

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

This div border color is #E7E5EB.


Opacity

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

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

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

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

This text has shadow with #E7E5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E5EB on black background.


Color preview on white background

This text has color #E7E5EB on white background.



Black color preview on #E7E5EB background

This text has black color on #E7E5EB background.


White color preview on #E7E5EB background

This text has white color on #E7E5EB background.