COLOR #E1EFDA

HEX: #E1EFDA RGB: (225,239,218)

Color info

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

RGB color model

#E1EFDA color RGB value is (225,239,218).

RGB: (225,239,218) (88%, 94%, 85%)

RGB channels and saturation

R 225 of 255 = 88%
G 239 of 255 = 94%
B 218 of 255 = 85%

225
239
218

R + G + B ~ 89%. #E1EFDA is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 239 + 218 = 682 (100%)
R 225 of 682 ~ 32.99%
G 239 of 682 ~ 35.04%
B 218 of 682 ~ 31.96'%

%32.99
%35.04
%31.96

CMYK color model

#E1EFDA color CMYK value is (6,0,9,6).

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

CMYK: (6,0,9,6)
C6M0Y9K6 (6%, 0%, 9%, 6%)
(0.06 / 0.00 / 0.09 / 0.06)

CMYK percentages

%5.86
%0
%8.79
%6.27

Codes

Color #E1EFDA in popluar color models

E1 EF DA
RGB 225 239 218
HSL 100° 39.62% 89.61%
HSB/HSV 100° 8.79% 93.73%
CMYK 5.86% 0.00% 8.79%
6.27%

Color #E1EFDA in popluar number systems.

HEX E1 EF DA
Decimal 225 239 218
Binary 11100001 11101111 11011010
Octal 341 357 332

Shades and tints

Shades of #E1EFDA

#E1EFDA
(225,239,218)
#CDDAC7
(205,218,199)
#B9C5B4
(185,197,180)
#A5B0A1
(165,176,161)
#919B8E
(145,155,142)
#7D867B
(125,134,123)
#697168
(105,113,104)
#555C55
(85,92,85)
#414742
(65,71,66)
#2D322F
(45,50,47)
#191D1C
(25,29,28)
#000000
(0,0,0)

Tints of #E1EFDA

#E1EFDA
(225,239,218)
#E3F0DD
(227,240,221)
#E5F1E0
(229,241,224)
#E7F2E3
(231,242,227)
#E9F3E6
(233,243,230)
#EBF4E9
(235,244,233)
#EDF5EC
(237,245,236)
#EFF6EF
(239,246,239)
#F1F7F2
(241,247,242)
#F3F8F5
(243,248,245)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EFDA; }

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

This text font color is #E1EFDA.

Background Color

.myBgColor { background-color: #E1EFDA; }

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

This div background color is #E1EFDA.

Border color

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

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

This div border color is #E1EFDA.

Opacity

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

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

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

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

This text has shadow with #E1EFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EFDA.

Preview

Color preview on black background

This text has color #E1EFDA on black background.


Color preview on white background

This text has color #E1EFDA on white background.


Black color preview on #E1EFDA background

This text has black color on #E1EFDA background.


White color preview on #E1EFDA background

This text has white color on #E1EFDA background.


Related colors

Complementary color

Complementary color for #hex is #1E1025.


I love getcolorcode.com

Triadic colors

1 #DAE1EF and #EFDAE1 with #E1EFDA are triadic colors.

2 #DAEFE1 and #EFE1DA with #E1EFDA are triadic colors.