COLOR #E7E6DE

HEX: #E7E6DE
RGB: (231,230,222)

Color info

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

RGB color model

#E7E6DE color RGB value is (231,230,222).

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

RGB channels and saturation

R 231 of 255 = 91%
G 230 of 255 = 90%
B 222 of 255 = 87%

231
230
222

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

Portions of RGB colors in percentages

R + G + B =
231 + 230 + 222 = 683 (100%)
R 231 of 683 ~ 33.82%
G 230 of 683 ~ 33.67%
B 222 of 683 ~ 32.5%

%33.82
%33.67
%32.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 3.90%
  • key color value is 9.41%
CMYK:
(0,0,4,9)
C0M0Y4K9 
(0%,0%,4%,9%)
(0.00/0.00/0.04/0.09)	

CMYK percentages

%0
%0.43
%3.9
%9.41

Codes

Color #E7E6DE in popluar color models

E7E6DE
RGB231230222
HSL53°15.79%88.82%
HSB/HSV53°3.90%90.59%
CMYK0.00%0.43%3.90%
9.41%

Color #E7E6DE in popluar number systems.

HEXE7E6DE
Decimal231230222
Binary111001111110011011011110
Octal347346336

Shades and tints

Shades of #E7E6DE

#E7E6DE
(231,230,222)
#D2D2CA
(210,210,202)
#BDBEB6
(189,190,182)
#A8AAA2
(168,170,162)
#93968E
(147,150,142)
#7E827A
(126,130,122)
#696E66
(105,110,102)
#545A52
(84,90,82)
#3F463E
(63,70,62)
#2A322A
(42,50,42)
#151E16
(21,30,22)
#000000
(0,0,0)

Tints of #E7E6DE

#E7E6DE
(231,230,222)
#E9E8E1
(233,232,225)
#EBEAE4
(235,234,228)
#EDECE7
(237,236,231)
#EFEEEA
(239,238,234)
#F1F0ED
(241,240,237)
#F3F2F0
(243,242,240)
#F5F4F3
(245,244,243)
#F7F6F6
(247,246,246)
#F9F8F9
(249,248,249)
#FBFAFC
(251,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E6DE; }

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

This text font color is #E7E6DE.


Background Color

.myBgColor { background-color: #E7E6DE; }

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

This div background color is #E7E6DE.


Border color

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

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

This div border color is #E7E6DE.


Opacity

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

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

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

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

This text has shadow with #E7E6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E6DE on black background.


Color preview on white background

This text has color #E7E6DE on white background.



Black color preview on #E7E6DE background

This text has black color on #E7E6DE background.


White color preview on #E7E6DE background

This text has white color on #E7E6DE background.