COLOR #E7F5DD

HEX: #E7F5DD RGB: (231,245,221)

Color info

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

RGB color model

#E7F5DD color RGB value is (231,245,221).

RGB: (231,245,221) (91%, 96%, 87%)

RGB channels and saturation

R 231 of 255 = 91%
G 245 of 255 = 96%
B 221 of 255 = 87%

231
245
221

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

Portions of RGB colors in percentages

R + G + B = 231 + 245 + 221 = 697 (100%)
R 231 of 697 ~ 33.14%
G 245 of 697 ~ 35.15%
B 221 of 697 ~ 31.71'%

%33.14
%35.15
%31.71

CMYK color model

#E7F5DD color CMYK value is (6,0,10,4).

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

CMYK: (6,0,10,4)
C6M0Y10K4 (6%, 0%, 10%, 4%)
(0.06 / 0.00 / 0.10 / 0.04)

CMYK percentages

%5.71
%0
%9.8
%3.92

Codes

Color #E7F5DD in popluar color models

E7 F5 DD
RGB 231 245 221
HSL 95° 54.55% 91.37%
HSB/HSV 95° 9.80% 96.08%
CMYK 5.71% 0.00% 9.80%
3.92%

Color #E7F5DD in popluar number systems.

HEX E7 F5 DD
Decimal 231 245 221
Binary 11100111 11110101 11011101
Octal 347 365 335

Shades and tints

Shades of #E7F5DD

#E7F5DD
(231,245,221)
#D2DFC9
(210,223,201)
#BDC9B5
(189,201,181)
#A8B3A1
(168,179,161)
#939D8D
(147,157,141)
#7E8779
(126,135,121)
#697165
(105,113,101)
#545B51
(84,91,81)
#3F453D
(63,69,61)
#2A2F29
(42,47,41)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #E7F5DD

#E7F5DD
(231,245,221)
#E9F5E0
(233,245,224)
#EBF5E3
(235,245,227)
#EDF5E6
(237,245,230)
#EFF5E9
(239,245,233)
#F1F5EC
(241,245,236)
#F3F5EF
(243,245,239)
#F5F5F2
(245,245,242)
#F7F5F5
(247,245,245)
#F9F5F8
(249,245,248)
#FBF5FB
(251,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F5DD; }

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

This text font color is #E7F5DD.

Background Color

.myBgColor { background-color: #E7F5DD; }

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

This div background color is #E7F5DD.

Border color

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

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

This div border color is #E7F5DD.

Opacity

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

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

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

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

This text has shadow with #E7F5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7F5DD.

Preview

Color preview on black background

This text has color #E7F5DD on black background.


Color preview on white background

This text has color #E7F5DD on white background.


Black color preview on #E7F5DD background

This text has black color on #E7F5DD background.


White color preview on #E7F5DD background

This text has white color on #E7F5DD background.


Related colors

Complementary color

Complementary color for #hex is #180A22.


I love getcolorcode.com

Triadic colors

1 #DDE7F5 and #F5DDE7 with #E7F5DD are triadic colors.

2 #DDF5E7 and #F5E7DD with #E7F5DD are triadic colors.