COLOR #E7EDDB

HEX: #E7EDDB RGB: (231,237,219)

Color info

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

RGB color model

#E7EDDB color RGB value is (231,237,219).

RGB: (231,237,219) (91%, 93%, 86%)

RGB channels and saturation

R 231 of 255 = 91%
G 237 of 255 = 93%
B 219 of 255 = 86%

231
237
219

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

Portions of RGB colors in percentages

R + G + B = 231 + 237 + 219 = 687 (100%)
R 231 of 687 ~ 33.62%
G 237 of 687 ~ 34.5%
B 219 of 687 ~ 31.88'%

%33.62
%34.5
%31.88

CMYK color model

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

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

CMYK: (3,0,8,7)
C3M0Y8K7 (3%, 0%, 8%, 7%)
(0.03 / 0.00 / 0.08 / 0.07)

CMYK percentages

%2.53
%0
%7.59
%7.06

Codes

Color #E7EDDB in popluar color models

E7 ED DB
RGB 231 237 219
HSL 80° 33.33% 89.41%
HSB/HSV 80° 7.59% 92.94%
CMYK 2.53% 0.00% 7.59%
7.06%

Color #E7EDDB in popluar number systems.

HEX E7 ED DB
Decimal 231 237 219
Binary 11100111 11101101 11011011
Octal 347 355 333

Shades and tints

Shades of #E7EDDB

#E7EDDB
(231,237,219)
#D2D8C8
(210,216,200)
#BDC3B5
(189,195,181)
#A8AEA2
(168,174,162)
#93998F
(147,153,143)
#7E847C
(126,132,124)
#696F69
(105,111,105)
#545A56
(84,90,86)
#3F4543
(63,69,67)
#2A3030
(42,48,48)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #E7EDDB

#E7EDDB
(231,237,219)
#E9EEDE
(233,238,222)
#EBEFE1
(235,239,225)
#EDF0E4
(237,240,228)
#EFF1E7
(239,241,231)
#F1F2EA
(241,242,234)
#F3F3ED
(243,243,237)
#F5F4F0
(245,244,240)
#F7F5F3
(247,245,243)
#F9F6F6
(249,246,246)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EDDB; }

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

This text font color is #E7EDDB.

Background Color

.myBgColor { background-color: #E7EDDB; }

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

This div background color is #E7EDDB.

Border color

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

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

This div border color is #E7EDDB.

Opacity

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

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

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

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

This text has shadow with #E7EDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EDDB.

Preview

Color preview on black background

This text has color #E7EDDB on black background.


Color preview on white background

This text has color #E7EDDB on white background.


Black color preview on #E7EDDB background

This text has black color on #E7EDDB background.


White color preview on #E7EDDB background

This text has white color on #E7EDDB background.


Related colors

Complementary color

Complementary color for #hex is #181224.


I love getcolorcode.com

Triadic colors

1 #DBE7ED and #EDDBE7 with #E7EDDB are triadic colors.

2 #DBEDE7 and #EDE7DB with #E7EDDB are triadic colors.