COLOR #E7E6DD

HEX: #E7E6DD RGB: (231,230,221)

Color info

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

RGB color model

#E7E6DD color RGB value is (231,230,221).

RGB: (231,230,221) (91%, 90%, 87%)

RGB channels and saturation

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

231
230
221

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

Portions of RGB colors in percentages

R + G + B = 231 + 230 + 221 = 682 (100%)
R 231 of 682 ~ 33.87%
G 230 of 682 ~ 33.72%
B 221 of 682 ~ 32.4'%

%33.87
%33.72
%32.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 4.33%
  • 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
%4.33
%9.41

Codes

Color #E7E6DD in popluar color models

E7 E6 DD
RGB 231 230 221
HSL 54° 17.24% 88.63%
HSB/HSV 54° 4.33% 90.59%
CMYK 0.00% 0.43% 4.33%
9.41%

Color #E7E6DD in popluar number systems.

HEX E7 E6 DD
Decimal 231 230 221
Binary 11100111 11100110 11011101
Octal 347 346 335

Shades and tints

Shades of #E7E6DD

#E7E6DD
(231,230,221)
#D2D2C9
(210,210,201)
#BDBEB5
(189,190,181)
#A8AAA1
(168,170,161)
#93968D
(147,150,141)
#7E8279
(126,130,121)
#696E65
(105,110,101)
#545A51
(84,90,81)
#3F463D
(63,70,61)
#2A3229
(42,50,41)
#151E15
(21,30,21)
#000000
(0,0,0)

Tints of #E7E6DD

#E7E6DD
(231,230,221)
#E9E8E0
(233,232,224)
#EBEAE3
(235,234,227)
#EDECE6
(237,236,230)
#EFEEE9
(239,238,233)
#F1F0EC
(241,240,236)
#F3F2EF
(243,242,239)
#F5F4F2
(245,244,242)
#F7F6F5
(247,246,245)
#F9F8F8
(249,248,248)
#FBFAFB
(251,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E6DD; }

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

This text font color is #E7E6DD.

Background Color

.myBgColor { background-color: #E7E6DD; }

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

This div background color is #E7E6DD.

Border color

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

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

This div border color is #E7E6DD.

Opacity

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

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

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

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

This text has shadow with #E7E6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E6DD.

Preview

Color preview on black background

This text has color #E7E6DD on black background.


Color preview on white background

This text has color #E7E6DD on white background.


Black color preview on #E7E6DD background

This text has black color on #E7E6DD background.


White color preview on #E7E6DD background

This text has white color on #E7E6DD background.


Related colors

Complementary color

Complementary color for #hex is #181922.


I love getcolorcode.com

Triadic colors

1 #DDE7E6 and #E6DDE7 with #E7E6DD are triadic colors.

2 #DDE6E7 and #E6E7DD with #E7E6DD are triadic colors.