COLOR #E7E6DF

HEX: #E7E6DF
RGB: (231,230,223)

Color info

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

RGB color model

#E7E6DF color RGB value is (231,230,223).

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

RGB channels and saturation

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

231
230
223

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

Portions of RGB colors in percentages

R + G + B =
231 + 230 + 223 = 684 (100%)
R 231 of 684 ~ 33.77%
G 230 of 684 ~ 33.63%
B 223 of 684 ~ 32.6%

%33.77
%33.63
%32.6

CMYK color model

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

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

CMYK percentages

%0
%0.43
%3.46
%9.41

Codes

Color #E7E6DF in popluar color models

E7E6DF
RGB231230223
HSL53°14.29%89.02%
HSB/HSV53°3.46%90.59%
CMYK0.00%0.43%3.46%
9.41%

Color #E7E6DF in popluar number systems.

HEXE7E6DF
Decimal231230223
Binary111001111110011011011111
Octal347346337

Shades and tints

Shades of #E7E6DF

#E7E6DF
(231,230,223)
#D2D2CB
(210,210,203)
#BDBEB7
(189,190,183)
#A8AAA3
(168,170,163)
#93968F
(147,150,143)
#7E827B
(126,130,123)
#696E67
(105,110,103)
#545A53
(84,90,83)
#3F463F
(63,70,63)
#2A322B
(42,50,43)
#151E17
(21,30,23)
#000000
(0,0,0)

Tints of #E7E6DF

#E7E6DF
(231,230,223)
#E9E8E1
(233,232,225)
#EBEAE3
(235,234,227)
#EDECE5
(237,236,229)
#EFEEE7
(239,238,231)
#F1F0E9
(241,240,233)
#F3F2EB
(243,242,235)
#F5F4ED
(245,244,237)
#F7F6EF
(247,246,239)
#F9F8F1
(249,248,241)
#FBFAF3
(251,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E6DF; }

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

This text font color is #E7E6DF.


Background Color

.myBgColor { background-color: #E7E6DF; }

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

This div background color is #E7E6DF.


Border color

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

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

This div border color is #E7E6DF.


Opacity

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

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

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

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

This text has shadow with #E7E6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E6DF on black background.


Color preview on white background

This text has color #E7E6DF on white background.



Black color preview on #E7E6DF background

This text has black color on #E7E6DF background.


White color preview on #E7E6DF background

This text has white color on #E7E6DF background.