COLOR #E7F1DD

HEX: #E7F1DD RGB: (231,241,221)

Color info

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

RGB color model

#E7F1DD color RGB value is (231,241,221).

RGB: (231,241,221) (91%, 95%, 87%)

RGB channels and saturation

R 231 of 255 = 91%
G 241 of 255 = 95%
B 221 of 255 = 87%

231
241
221

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

Portions of RGB colors in percentages

R + G + B = 231 + 241 + 221 = 693 (100%)
R 231 of 693 ~ 33.33%
G 241 of 693 ~ 34.78%
B 221 of 693 ~ 31.89'%

%33.33
%34.78
%31.89

CMYK color model

#E7F1DD color CMYK value is (4,0,8,5).

  • cyan value is 4.15%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 5.49%

CMYK: (4,0,8,5)
C4M0Y8K5 (4%, 0%, 8%, 5%)
(0.04 / 0.00 / 0.08 / 0.05)

CMYK percentages

%4.15
%0
%8.3
%5.49

Codes

Color #E7F1DD in popluar color models

E7 F1 DD
RGB 231 241 221
HSL 90° 41.67% 90.59%
HSB/HSV 90° 8.30% 94.51%
CMYK 4.15% 0.00% 8.30%
5.49%

Color #E7F1DD in popluar number systems.

HEX E7 F1 DD
Decimal 231 241 221
Binary 11100111 11110001 11011101
Octal 347 361 335

Shades and tints

Shades of #E7F1DD

#E7F1DD
(231,241,221)
#D2DCC9
(210,220,201)
#BDC7B5
(189,199,181)
#A8B2A1
(168,178,161)
#939D8D
(147,157,141)
#7E8879
(126,136,121)
#697365
(105,115,101)
#545E51
(84,94,81)
#3F493D
(63,73,61)
#2A3429
(42,52,41)
#151F15
(21,31,21)
#000000
(0,0,0)

Tints of #E7F1DD

#E7F1DD
(231,241,221)
#E9F2E0
(233,242,224)
#EBF3E3
(235,243,227)
#EDF4E6
(237,244,230)
#EFF5E9
(239,245,233)
#F1F6EC
(241,246,236)
#F3F7EF
(243,247,239)
#F5F8F2
(245,248,242)
#F7F9F5
(247,249,245)
#F9FAF8
(249,250,248)
#FBFBFB
(251,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F1DD; }

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

This text font color is #E7F1DD.

Background Color

.myBgColor { background-color: #E7F1DD; }

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

This div background color is #E7F1DD.

Border color

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

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

This div border color is #E7F1DD.

Opacity

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

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

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

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

This text has shadow with #E7F1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7F1DD.

Preview

Color preview on black background

This text has color #E7F1DD on black background.


Color preview on white background

This text has color #E7F1DD on white background.


Black color preview on #E7F1DD background

This text has black color on #E7F1DD background.


White color preview on #E7F1DD background

This text has white color on #E7F1DD background.


Related colors

Complementary color

Complementary color for #hex is #180E22.


I love getcolorcode.com

Triadic colors

1 #DDE7F1 and #F1DDE7 with #E7F1DD are triadic colors.

2 #DDF1E7 and #F1E7DD with #E7F1DD are triadic colors.