COLOR #E7EDDD

HEX: #E7EDDD RGB: (231,237,221)

Color info

#E7EDDD contains red, green and blue colors in about the same proportion. Web safe color of #E7EDDD is #FFFFCC (or #FFC).

RGB color model

#E7EDDD color RGB value is (231,237,221).

RGB: (231,237,221) (91%, 93%, 87%)

RGB channels and saturation

R 231 of 255 = 91%
G 237 of 255 = 93%
B 221 of 255 = 87%

231
237
221

R + G + B ~ 90%. #E7EDDD is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 237 + 221 = 689 (100%)
R 231 of 689 ~ 33.53%
G 237 of 689 ~ 34.4%
B 221 of 689 ~ 32.08'%

%33.53
%34.4
%32.08

CMYK color model

#E7EDDD color CMYK value is (3,0,7,7).

  • cyan value is 2.53%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 7.06%

CMYK: (3,0,7,7)
C3M0Y7K7 (3%, 0%, 7%, 7%)
(0.03 / 0.00 / 0.07 / 0.07)

CMYK percentages

%2.53
%0
%6.75
%7.06

Codes

Color #E7EDDD in popluar color models

E7 ED DD
RGB 231 237 221
HSL 83° 30.77% 89.80%
HSB/HSV 83° 6.75% 92.94%
CMYK 2.53% 0.00% 6.75%
7.06%

Color #E7EDDD in popluar number systems.

HEX E7 ED DD
Decimal 231 237 221
Binary 11100111 11101101 11011101
Octal 347 355 335

Shades and tints

Shades of #E7EDDD

#E7EDDD
(231,237,221)
#D2D8C9
(210,216,201)
#BDC3B5
(189,195,181)
#A8AEA1
(168,174,161)
#93998D
(147,153,141)
#7E8479
(126,132,121)
#696F65
(105,111,101)
#545A51
(84,90,81)
#3F453D
(63,69,61)
#2A3029
(42,48,41)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #E7EDDD

#E7EDDD
(231,237,221)
#E9EEE0
(233,238,224)
#EBEFE3
(235,239,227)
#EDF0E6
(237,240,230)
#EFF1E9
(239,241,233)
#F1F2EC
(241,242,236)
#F3F3EF
(243,243,239)
#F5F4F2
(245,244,242)
#F7F5F5
(247,245,245)
#F9F6F8
(249,246,248)
#FBF7FB
(251,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EDDD; }

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

This text font color is #E7EDDD.

Background Color

.myBgColor { background-color: #E7EDDD; }

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

This div background color is #E7EDDD.

Border color

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

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

This div border color is #E7EDDD.

Opacity

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

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

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

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

This text has shadow with #E7EDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EDDD.

Preview

Color preview on black background

This text has color #E7EDDD on black background.


Color preview on white background

This text has color #E7EDDD on white background.


Black color preview on #E7EDDD background

This text has black color on #E7EDDD background.


White color preview on #E7EDDD background

This text has white color on #E7EDDD background.


Related colors

Complementary color

Complementary color for #hex is #181222.


I love getcolorcode.com

Triadic colors

1 #DDE7ED and #EDDDE7 with #E7EDDD are triadic colors.

2 #DDEDE7 and #EDE7DD with #E7EDDD are triadic colors.