COLOR #E7E6D7

HEX: #E7E6D7 RGB: (231,230,215)

Color info

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

RGB color model

#E7E6D7 color RGB value is (231,230,215).

RGB: (231,230,215) (91%, 90%, 84%)

RGB channels and saturation

R 231 of 255 = 91%
G 230 of 255 = 90%
B 215 of 255 = 84%

231
230
215

R + G + B ~ 88%. #E7E6D7 is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 230 + 215 = 676 (100%)
R 231 of 676 ~ 34.17%
G 230 of 676 ~ 34.02%
B 215 of 676 ~ 31.8'%

%34.17
%34.02
%31.8

CMYK color model

#E7E6D7 color CMYK value is (0,0,7,9).

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 6.93%
  • key color value is 9.41%

CMYK: (0,0,7,9)
C0M0Y7K9 (0%, 0%, 7%, 9%)
(0.00 / 0.00 / 0.07 / 0.09)

CMYK percentages

%0
%0.43
%6.93
%9.41

Codes

Color #E7E6D7 in popluar color models

E7 E6 D7
RGB 231 230 215
HSL 56° 25.00% 87.45%
HSB/HSV 56° 6.93% 90.59%
CMYK 0.00% 0.43% 6.93%
9.41%

Color #E7E6D7 in popluar number systems.

HEX E7 E6 D7
Decimal 231 230 215
Binary 11100111 11100110 11010111
Octal 347 346 327

Shades and tints

Shades of #E7E6D7

#E7E6D7
(231,230,215)
#D2D2C4
(210,210,196)
#BDBEB1
(189,190,177)
#A8AA9E
(168,170,158)
#93968B
(147,150,139)
#7E8278
(126,130,120)
#696E65
(105,110,101)
#545A52
(84,90,82)
#3F463F
(63,70,63)
#2A322C
(42,50,44)
#151E19
(21,30,25)
#000000
(0,0,0)

Tints of #E7E6D7

#E7E6D7
(231,230,215)
#E9E8DA
(233,232,218)
#EBEADD
(235,234,221)
#EDECE0
(237,236,224)
#EFEEE3
(239,238,227)
#F1F0E6
(241,240,230)
#F3F2E9
(243,242,233)
#F5F4EC
(245,244,236)
#F7F6EF
(247,246,239)
#F9F8F2
(249,248,242)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E6D7; }

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

This text font color is #E7E6D7.

Background Color

.myBgColor { background-color: #E7E6D7; }

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

This div background color is #E7E6D7.

Border color

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

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

This div border color is #E7E6D7.

Opacity

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

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

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

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

This text has shadow with #E7E6D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E6D7.

Preview

Color preview on black background

This text has color #E7E6D7 on black background.


Color preview on white background

This text has color #E7E6D7 on white background.


Black color preview on #E7E6D7 background

This text has black color on #E7E6D7 background.


White color preview on #E7E6D7 background

This text has white color on #E7E6D7 background.


Related colors

Complementary color

Complementary color for #hex is #181928.


I love getcolorcode.com

Triadic colors

1 #D7E7E6 and #E6D7E7 with #E7E6D7 are triadic colors.

2 #D7E6E7 and #E6E7D7 with #E7E6D7 are triadic colors.