COLOR #E7EEDB

HEX: #E7EEDB RGB: (231,238,219)

Color info

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

RGB color model

#E7EEDB color RGB value is (231,238,219).

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

RGB channels and saturation

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

231
238
219

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

Portions of RGB colors in percentages

R + G + B = 231 + 238 + 219 = 688 (100%)
R 231 of 688 ~ 33.58%
G 238 of 688 ~ 34.59%
B 219 of 688 ~ 31.83'%

%33.58
%34.59
%31.83

CMYK color model

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

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 6.67%

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

CMYK percentages

%2.94
%0
%7.98
%6.67

Codes

Color #E7EEDB in popluar color models

E7 EE DB
RGB 231 238 219
HSL 82° 35.85% 89.61%
HSB/HSV 82° 7.98% 93.33%
CMYK 2.94% 0.00% 7.98%
6.67%

Color #E7EEDB in popluar number systems.

HEX E7 EE DB
Decimal 231 238 219
Binary 11100111 11101110 11011011
Octal 347 356 333

Shades and tints

Shades of #E7EEDB

#E7EEDB
(231,238,219)
#D2D9C8
(210,217,200)
#BDC4B5
(189,196,181)
#A8AFA2
(168,175,162)
#939A8F
(147,154,143)
#7E857C
(126,133,124)
#697069
(105,112,105)
#545B56
(84,91,86)
#3F4643
(63,70,67)
#2A3130
(42,49,48)
#151C1D
(21,28,29)
#000000
(0,0,0)

Tints of #E7EEDB

#E7EEDB
(231,238,219)
#E9EFDE
(233,239,222)
#EBF0E1
(235,240,225)
#EDF1E4
(237,241,228)
#EFF2E7
(239,242,231)
#F1F3EA
(241,243,234)
#F3F4ED
(243,244,237)
#F5F5F0
(245,245,240)
#F7F6F3
(247,246,243)
#F9F7F6
(249,247,246)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EEDB; }

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

This text font color is #E7EEDB.

Background Color

.myBgColor { background-color: #E7EEDB; }

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

This div background color is #E7EEDB.

Border color

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

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

This div border color is #E7EEDB.

Opacity

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

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

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

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

This text has shadow with #E7EEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EEDB.

Preview

Color preview on black background

This text has color #E7EEDB on black background.


Color preview on white background

This text has color #E7EEDB on white background.


Black color preview on #E7EEDB background

This text has black color on #E7EEDB background.


White color preview on #E7EEDB background

This text has white color on #E7EEDB background.


Related colors

Complementary color

Complementary color for #hex is #181124.


I love getcolorcode.com

Triadic colors

1 #DBE7EE and #EEDBE7 with #E7EEDB are triadic colors.

2 #DBEEE7 and #EEE7DB with #E7EEDB are triadic colors.