COLOR #E7E0E7

HEX: #E7E0E7
RGB: (231,224,231)

Color info

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

RGB color model

#E7E0E7 color RGB value is (231,224,231).

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

RGB channels and saturation

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

231
224
231

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

Portions of RGB colors in percentages

R + G + B =
231 + 224 + 231 = 686 (100%)
R 231 of 686 ~ 33.67%
G 224 of 686 ~ 32.65%
B 231 of 686 ~ 33.67%

%33.67
%32.65
%33.67

CMYK color model

#E7E0E7 color CMYK value is (0,3,0,9).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(0,3,0,9)
C0M3Y0K9 
(0%,3%,0%,9%)
(0.00/0.03/0.00/0.09)	

CMYK percentages

%0
%3.03
%0
%9.41

Codes

Color #E7E0E7 in popluar color models

E7E0E7
RGB231224231
HSL300°12.73%89.22%
HSB/HSV300°3.03%90.59%
CMYK0.00%3.03%0.00%
9.41%

Color #E7E0E7 in popluar number systems.

HEXE7E0E7
Decimal231224231
Binary111001111110000011100111
Octal347340347

Shades and tints

Shades of #E7E0E7

#E7E0E7
(231,224,231)
#D2CCD2
(210,204,210)
#BDB8BD
(189,184,189)
#A8A4A8
(168,164,168)
#939093
(147,144,147)
#7E7C7E
(126,124,126)
#696869
(105,104,105)
#545454
(84,84,84)
#3F403F
(63,64,63)
#2A2C2A
(42,44,42)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #E7E0E7

#E7E0E7
(231,224,231)
#E9E2E9
(233,226,233)
#EBE4EB
(235,228,235)
#EDE6ED
(237,230,237)
#EFE8EF
(239,232,239)
#F1EAF1
(241,234,241)
#F3ECF3
(243,236,243)
#F5EEF5
(245,238,245)
#F7F0F7
(247,240,247)
#F9F2F9
(249,242,249)
#FBF4FB
(251,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E0E7; }

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

This text font color is #E7E0E7.


Background Color

.myBgColor { background-color: #E7E0E7; }

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

This div background color is #E7E0E7.


Border color

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

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

This div border color is #E7E0E7.


Opacity

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

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

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

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

This text has shadow with #E7E0E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E0E7 on black background.


Color preview on white background

This text has color #E7E0E7 on white background.



Black color preview on #E7E0E7 background

This text has black color on #E7E0E7 background.


White color preview on #E7E0E7 background

This text has white color on #E7E0E7 background.