COLOR #E7F5DB

HEX: #E7F5DB RGB: (231,245,219)

Color info

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

RGB color model

#E7F5DB color RGB value is (231,245,219).

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

RGB channels and saturation

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

231
245
219

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

Portions of RGB colors in percentages

R + G + B = 231 + 245 + 219 = 695 (100%)
R 231 of 695 ~ 33.24%
G 245 of 695 ~ 35.25%
B 219 of 695 ~ 31.51'%

%33.24
%35.25
%31.51

CMYK color model

#E7F5DB color CMYK value is (6,0,11,4).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 3.92%

CMYK: (6,0,11,4)
C6M0Y11K4 (6%, 0%, 11%, 4%)
(0.06 / 0.00 / 0.11 / 0.04)

CMYK percentages

%5.71
%0
%10.61
%3.92

Codes

Color #E7F5DB in popluar color models

E7 F5 DB
RGB 231 245 219
HSL 92° 56.52% 90.98%
HSB/HSV 92° 10.61% 96.08%
CMYK 5.71% 0.00% 10.61%
3.92%

Color #E7F5DB in popluar number systems.

HEX E7 F5 DB
Decimal 231 245 219
Binary 11100111 11110101 11011011
Octal 347 365 333

Shades and tints

Shades of #E7F5DB

#E7F5DB
(231,245,219)
#D2DFC8
(210,223,200)
#BDC9B5
(189,201,181)
#A8B3A2
(168,179,162)
#939D8F
(147,157,143)
#7E877C
(126,135,124)
#697169
(105,113,105)
#545B56
(84,91,86)
#3F4543
(63,69,67)
#2A2F30
(42,47,48)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #E7F5DB

#E7F5DB
(231,245,219)
#E9F5DE
(233,245,222)
#EBF5E1
(235,245,225)
#EDF5E4
(237,245,228)
#EFF5E7
(239,245,231)
#F1F5EA
(241,245,234)
#F3F5ED
(243,245,237)
#F5F5F0
(245,245,240)
#F7F5F3
(247,245,243)
#F9F5F6
(249,245,246)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F5DB; }

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

This text font color is #E7F5DB.

Background Color

.myBgColor { background-color: #E7F5DB; }

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

This div background color is #E7F5DB.

Border color

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

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

This div border color is #E7F5DB.

Opacity

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

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

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

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

This text has shadow with #E7F5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7F5DB.

Preview

Color preview on black background

This text has color #E7F5DB on black background.


Color preview on white background

This text has color #E7F5DB on white background.


Black color preview on #E7F5DB background

This text has black color on #E7F5DB background.


White color preview on #E7F5DB background

This text has white color on #E7F5DB background.


Related colors

Complementary color

Complementary color for #hex is #180A24.


I love getcolorcode.com

Triadic colors

1 #DBE7F5 and #F5DBE7 with #E7F5DB are triadic colors.

2 #DBF5E7 and #F5E7DB with #E7F5DB are triadic colors.