COLOR #E7F4DB

HEX: #E7F4DB RGB: (231,244,219)

Color info

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

RGB color model

#E7F4DB color RGB value is (231,244,219).

RGB: (231,244,219) (91%, 96%, 86%)

RGB channels and saturation

R 231 of 255 = 91%
G 244 of 255 = 96%
B 219 of 255 = 86%

231
244
219

R + G + B ~ 91%. #E7F4DB is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 244 + 219 = 694 (100%)
R 231 of 694 ~ 33.29%
G 244 of 694 ~ 35.16%
B 219 of 694 ~ 31.56'%

%33.29
%35.16
%31.56

CMYK color model

#E7F4DB color CMYK value is (5,0,10,4).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 10.25%
  • key color value is 4.31%

CMYK: (5,0,10,4)
C5M0Y10K4 (5%, 0%, 10%, 4%)
(0.05 / 0.00 / 0.10 / 0.04)

CMYK percentages

%5.33
%0
%10.25
%4.31

Codes

Color #E7F4DB in popluar color models

E7 F4 DB
RGB 231 244 219
HSL 91° 53.19% 90.78%
HSB/HSV 91° 10.25% 95.69%
CMYK 5.33% 0.00% 10.25%
4.31%

Color #E7F4DB in popluar number systems.

HEX E7 F4 DB
Decimal 231 244 219
Binary 11100111 11110100 11011011
Octal 347 364 333

Shades and tints

Shades of #E7F4DB

#E7F4DB
(231,244,219)
#D2DEC8
(210,222,200)
#BDC8B5
(189,200,181)
#A8B2A2
(168,178,162)
#939C8F
(147,156,143)
#7E867C
(126,134,124)
#697069
(105,112,105)
#545A56
(84,90,86)
#3F4443
(63,68,67)
#2A2E30
(42,46,48)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #E7F4DB

#E7F4DB
(231,244,219)
#E9F5DE
(233,245,222)
#EBF6E1
(235,246,225)
#EDF7E4
(237,247,228)
#EFF8E7
(239,248,231)
#F1F9EA
(241,249,234)
#F3FAED
(243,250,237)
#F5FBF0
(245,251,240)
#F7FCF3
(247,252,243)
#F9FDF6
(249,253,246)
#FBFEF9
(251,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F4DB; }

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

This text font color is #E7F4DB.

Background Color

.myBgColor { background-color: #E7F4DB; }

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

This div background color is #E7F4DB.

Border color

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

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

This div border color is #E7F4DB.

Opacity

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

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

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

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

This text has shadow with #E7F4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7F4DB.

Preview

Color preview on black background

This text has color #E7F4DB on black background.


Color preview on white background

This text has color #E7F4DB on white background.


Black color preview on #E7F4DB background

This text has black color on #E7F4DB background.


White color preview on #E7F4DB background

This text has white color on #E7F4DB background.


Related colors

Complementary color

Complementary color for #hex is #180B24.


I love getcolorcode.com

Triadic colors

1 #DBE7F4 and #F4DBE7 with #E7F4DB are triadic colors.

2 #DBF4E7 and #F4E7DB with #E7F4DB are triadic colors.