COLOR #E7E2DE

HEX: #E7E2DE
RGB: (231,226,222)

Color info

#E7E2DE contains red, green and blue colors in about the same proportion. Web safe color of #E7E2DE is #FFCCCC (or #FCC).

RGB color model

#E7E2DE color RGB value is (231,226,222).

  • red value is 231;
  • green value is 226;
  • blue value is 222.
RGB:
(231,226,222)
(91%,89%,87%)

RGB channels and saturation

R 231 of 255 = 91%
G 226 of 255 = 89%
B 222 of 255 = 87%

231
226
222

R + G + B ~ 89%. #E7E2DE is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 226 + 222 = 679 (100%)
R 231 of 679 ~ 34.02%
G 226 of 679 ~ 33.28%
B 222 of 679 ~ 32.7%

%34.02
%33.28
%32.7

CMYK color model

#E7E2DE color CMYK value is (0,2,4,9).

  • cyan value is 0.00%
  • magenta value is 2.16%
  • yellow value is 3.90%
  • key color value is 9.41%
CMYK:
(0,2,4,9)
C0M2Y4K9 
(0%,2%,4%,9%)
(0.00/0.02/0.04/0.09)	

CMYK percentages

%0
%2.16
%3.9
%9.41

Codes

Color #E7E2DE in popluar color models

E7E2DE
RGB231226222
HSL27°15.79%88.82%
HSB/HSV27°3.90%90.59%
CMYK0.00%2.16%3.90%
9.41%

Color #E7E2DE in popluar number systems.

HEXE7E2DE
Decimal231226222
Binary111001111110001011011110
Octal347342336

Shades and tints

Shades of #E7E2DE

#E7E2DE
(231,226,222)
#D2CECA
(210,206,202)
#BDBAB6
(189,186,182)
#A8A6A2
(168,166,162)
#93928E
(147,146,142)
#7E7E7A
(126,126,122)
#696A66
(105,106,102)
#545652
(84,86,82)
#3F423E
(63,66,62)
#2A2E2A
(42,46,42)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #E7E2DE

#E7E2DE
(231,226,222)
#E9E4E1
(233,228,225)
#EBE6E4
(235,230,228)
#EDE8E7
(237,232,231)
#EFEAEA
(239,234,234)
#F1ECED
(241,236,237)
#F3EEF0
(243,238,240)
#F5F0F3
(245,240,243)
#F7F2F6
(247,242,246)
#F9F4F9
(249,244,249)
#FBF6FC
(251,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E2DE; }

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

This text font color is #E7E2DE.


Background Color

.myBgColor { background-color: #E7E2DE; }

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

This div background color is #E7E2DE.


Border color

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

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

This div border color is #E7E2DE.


Opacity

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

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

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

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

This text has shadow with #E7E2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E2DE on black background.


Color preview on white background

This text has color #E7E2DE on white background.



Black color preview on #E7E2DE background

This text has black color on #E7E2DE background.


White color preview on #E7E2DE background

This text has white color on #E7E2DE background.