COLOR #E7EFDB

HEX: #E7EFDB RGB: (231,239,219)

Color info

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

RGB color model

#E7EFDB color RGB value is (231,239,219).

RGB: (231,239,219) (91%, 94%, 86%)

RGB channels and saturation

R 231 of 255 = 91%
G 239 of 255 = 94%
B 219 of 255 = 86%

231
239
219

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

Portions of RGB colors in percentages

R + G + B = 231 + 239 + 219 = 689 (100%)
R 231 of 689 ~ 33.53%
G 239 of 689 ~ 34.69%
B 219 of 689 ~ 31.79'%

%33.53
%34.69
%31.79

CMYK color model

#E7EFDB color CMYK value is (3,0,8,6).

  • cyan value is 3.35%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 6.27%

CMYK: (3,0,8,6)
C3M0Y8K6 (3%, 0%, 8%, 6%)
(0.03 / 0.00 / 0.08 / 0.06)

CMYK percentages

%3.35
%0
%8.37
%6.27

Codes

Color #E7EFDB in popluar color models

E7 EF DB
RGB 231 239 219
HSL 84° 38.46% 89.80%
HSB/HSV 84° 8.37% 93.73%
CMYK 3.35% 0.00% 8.37%
6.27%

Color #E7EFDB in popluar number systems.

HEX E7 EF DB
Decimal 231 239 219
Binary 11100111 11101111 11011011
Octal 347 357 333

Shades and tints

Shades of #E7EFDB

#E7EFDB
(231,239,219)
#D2DAC8
(210,218,200)
#BDC5B5
(189,197,181)
#A8B0A2
(168,176,162)
#939B8F
(147,155,143)
#7E867C
(126,134,124)
#697169
(105,113,105)
#545C56
(84,92,86)
#3F4743
(63,71,67)
#2A3230
(42,50,48)
#151D1D
(21,29,29)
#000000
(0,0,0)

Tints of #E7EFDB

#E7EFDB
(231,239,219)
#E9F0DE
(233,240,222)
#EBF1E1
(235,241,225)
#EDF2E4
(237,242,228)
#EFF3E7
(239,243,231)
#F1F4EA
(241,244,234)
#F3F5ED
(243,245,237)
#F5F6F0
(245,246,240)
#F7F7F3
(247,247,243)
#F9F8F6
(249,248,246)
#FBF9F9
(251,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EFDB; }

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

This text font color is #E7EFDB.

Background Color

.myBgColor { background-color: #E7EFDB; }

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

This div background color is #E7EFDB.

Border color

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

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

This div border color is #E7EFDB.

Opacity

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

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

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

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

This text has shadow with #E7EFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EFDB.

Preview

Color preview on black background

This text has color #E7EFDB on black background.


Color preview on white background

This text has color #E7EFDB on white background.


Black color preview on #E7EFDB background

This text has black color on #E7EFDB background.


White color preview on #E7EFDB background

This text has white color on #E7EFDB background.


Related colors

Complementary color

Complementary color for #hex is #181024.


I love getcolorcode.com

Triadic colors

1 #DBE7EF and #EFDBE7 with #E7EFDB are triadic colors.

2 #DBEFE7 and #EFE7DB with #E7EFDB are triadic colors.