COLOR #E2EFD0

HEX: #E2EFD0
RGB: (226,239,208)

Color info

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

RGB color model

#E2EFD0 color RGB value is (226,239,208).

  • red value is 226;
  • green value is 239;
  • blue value is 208.
RGB:
(226,239,208)
(89%,94%,82%)

RGB channels and saturation

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

226
239
208

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

Portions of RGB colors in percentages

R + G + B =
226 + 239 + 208 = 673 (100%)
R 226 of 673 ~ 33.58%
G 239 of 673 ~ 35.51%
B 208 of 673 ~ 30.91%

%33.58
%35.51
%30.91

CMYK color model

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

  • cyan value is 5.44%
  • magenta value is 0.00%
  • yellow value is 12.97%
  • 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.97
%6.27

Codes

Color #E2EFD0 in popluar color models

E2EFD0
RGB226239208
HSL85°49.21%87.65%
HSB/HSV85°12.97%93.73%
CMYK5.44%0.00%12.97%
6.27%

Color #E2EFD0 in popluar number systems.

HEXE2EFD0
Decimal226239208
Binary111000101110111111010000
Octal342357320

Shades and tints

Shades of #E2EFD0

#E2EFD0
(226,239,208)
#CEDABE
(206,218,190)
#BAC5AC
(186,197,172)
#A6B09A
(166,176,154)
#929B88
(146,155,136)
#7E8676
(126,134,118)
#6A7164
(106,113,100)
#565C52
(86,92,82)
#424740
(66,71,64)
#2E322E
(46,50,46)
#1A1D1C
(26,29,28)
#000000
(0,0,0)

Tints of #E2EFD0

#E2EFD0
(226,239,208)
#E4F0D4
(228,240,212)
#E6F1D8
(230,241,216)
#E8F2DC
(232,242,220)
#EAF3E0
(234,243,224)
#ECF4E4
(236,244,228)
#EEF5E8
(238,245,232)
#F0F6EC
(240,246,236)
#F2F7F0
(242,247,240)
#F4F8F4
(244,248,244)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EFD0; }

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

This text font color is #E2EFD0.


Background Color

.myBgColor { background-color: #E2EFD0; }

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

This div background color is #E2EFD0.


Border color

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

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

This div border color is #E2EFD0.


Opacity

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

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

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

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

This text has shadow with #E2EFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EFD0 on black background.


Color preview on white background

This text has color #E2EFD0 on white background.



Black color preview on #E2EFD0 background

This text has black color on #E2EFD0 background.


White color preview on #E2EFD0 background

This text has white color on #E2EFD0 background.