COLOR #E2EFD1

HEX: #E2EFD1 RGB: (226,239,209)

Color info

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

RGB color model

#E2EFD1 color RGB value is (226,239,209).

RGB: (226,239,209) (89%, 94%, 82%)

RGB channels and saturation

R 226 of 255 = 89%
G 239 of 255 = 94%
B 209 of 255 = 82%

226
239
209

R + G + B ~ 88%. #E2EFD1 is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 239 + 209 = 674 (100%)
R 226 of 674 ~ 33.53%
G 239 of 674 ~ 35.46%
B 209 of 674 ~ 31.01'%

%33.53
%35.46
%31.01

CMYK color model

#E2EFD1 color CMYK value is (5,0,13,6).

  • cyan value is 5.44%
  • magenta value is 0.00%
  • yellow value is 12.55%
  • key color value is 6.27%
CMYK: (5,0,13,6) C5M0Y13K6 (5%,0%,13%,6%) (0.05/0.00/0.13/0.06) 

CMYK percentages

%5.44
%0
%12.55
%6.27

Codes

Color #E2EFD1 in popluar color models

E2 EF D1
RGB 226 239 209
HSL 86° 48.39% 87.84%
HSB/HSV 86° 12.55% 93.73%
CMYK 5.44% 0.00% 12.55%
6.27%

Color #E2EFD1 in popluar number systems.

HEX E2 EF D1
Decimal 226 239 209
Binary 11100010 11101111 11010001
Octal 342 357 321

Shades and tints

Shades of #E2EFD1

#E2EFD1
(226,239,209)
#CEDABE
(206,218,190)
#BAC5AB
(186,197,171)
#A6B098
(166,176,152)
#929B85
(146,155,133)
#7E8672
(126,134,114)
#6A715F
(106,113,95)
#565C4C
(86,92,76)
#424739
(66,71,57)
#2E3226
(46,50,38)
#1A1D13
(26,29,19)
#000000
(0,0,0)

Tints of #E2EFD1

#E2EFD1
(226,239,209)
#E4F0D5
(228,240,213)
#E6F1D9
(230,241,217)
#E8F2DD
(232,242,221)
#EAF3E1
(234,243,225)
#ECF4E5
(236,244,229)
#EEF5E9
(238,245,233)
#F0F6ED
(240,246,237)
#F2F7F1
(242,247,241)
#F4F8F5
(244,248,245)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EFD1 color. Also use rgb(226,239,209) instead hex code.

Text Font Color

.myTextColor { color: #E2EFD1; }

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

This text font color is #E2EFD1.

Background Color

.myBgColor { background-color: #E2EFD1; }

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

This div background color is #E2EFD1.

Border color

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

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

This div border color is #E2EFD1.

Opacity

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

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

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

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

This text has shadow with #E2EFD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2EFD1.

Preview

Color preview on black background

This text has color #E2EFD1 on black background.


Color preview on white background

This text has color #E2EFD1 on white background.


Black color preview on #E2EFD1 background

This text has black color on #E2EFD1 background.


White color preview on #E2EFD1 background

This text has white color on #E2EFD1 background.


Related colors

Complementary color

Complementary color for #hex is #1D102E.


I love getcolorcode.com

Triadic colors

1 #D1E2EF and #EFD1E2 with #E2EFD1 are triadic colors.

2 #D1EFE2 and #EFE2D1 with #E2EFD1 are triadic colors.