COLOR #E1EFDE

HEX: #E1EFDE RGB: (225,239,222)

Color info

#E1EFDE contains red, green and blue colors in about the same proportion. Web safe color of #E1EFDE is #CCFFCC (or #CFC).

RGB color model

#E1EFDE color RGB value is (225,239,222).

RGB: (225,239,222) (88%, 94%, 87%)

RGB channels and saturation

R 225 of 255 = 88%
G 239 of 255 = 94%
B 222 of 255 = 87%

225
239
222

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

Portions of RGB colors in percentages

R + G + B = 225 + 239 + 222 = 686 (100%)
R 225 of 686 ~ 32.8%
G 239 of 686 ~ 34.84%
B 222 of 686 ~ 32.36'%

%32.8
%34.84
%32.36

CMYK color model

#E1EFDE color CMYK value is (6,0,7,6).

  • cyan value is 5.86%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 6.27%

CMYK: (6,0,7,6)
C6M0Y7K6 (6%, 0%, 7%, 6%)
(0.06 / 0.00 / 0.07 / 0.06)

CMYK percentages

%5.86
%0
%7.11
%6.27

Codes

Color #E1EFDE in popluar color models

E1 EF DE
RGB 225 239 222
HSL 109° 34.69% 90.39%
HSB/HSV 109° 7.11% 93.73%
CMYK 5.86% 0.00% 7.11%
6.27%

Color #E1EFDE in popluar number systems.

HEX E1 EF DE
Decimal 225 239 222
Binary 11100001 11101111 11011110
Octal 341 357 336

Shades and tints

Shades of #E1EFDE

#E1EFDE
(225,239,222)
#CDDACA
(205,218,202)
#B9C5B6
(185,197,182)
#A5B0A2
(165,176,162)
#919B8E
(145,155,142)
#7D867A
(125,134,122)
#697166
(105,113,102)
#555C52
(85,92,82)
#41473E
(65,71,62)
#2D322A
(45,50,42)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #E1EFDE

#E1EFDE
(225,239,222)
#E3F0E1
(227,240,225)
#E5F1E4
(229,241,228)
#E7F2E7
(231,242,231)
#E9F3EA
(233,243,234)
#EBF4ED
(235,244,237)
#EDF5F0
(237,245,240)
#EFF6F3
(239,246,243)
#F1F7F6
(241,247,246)
#F3F8F9
(243,248,249)
#F5F9FC
(245,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1EFDE color. Also use rgb(225,239,222) instead hex code.

Text Font Color

.myTextColor { color: #E1EFDE; }

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

This text font color is #E1EFDE.

Background Color

.myBgColor { background-color: #E1EFDE; }

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

This div background color is #E1EFDE.

Border color

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

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

This div border color is #E1EFDE.

Opacity

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

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

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

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

This text has shadow with #E1EFDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EFDE.

Preview

Color preview on black background

This text has color #E1EFDE on black background.


Color preview on white background

This text has color #E1EFDE on white background.


Black color preview on #E1EFDE background

This text has black color on #E1EFDE background.


White color preview on #E1EFDE background

This text has white color on #E1EFDE background.


Related colors

Complementary color

Complementary color for #hex is #1E1021.


I love getcolorcode.com

Triadic colors

1 #DEE1EF and #EFDEE1 with #E1EFDE are triadic colors.

2 #DEEFE1 and #EFE1DE with #E1EFDE are triadic colors.