COLOR #E2EDCD

HEX: #E2EDCD
RGB: (226,237,205)

Color info

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

RGB color model

#E2EDCD color RGB value is (226,237,205).

  • red value is 226;
  • green value is 237;
  • blue value is 205.
RGB:
(226,237,205)
(89%,93%,80%)

RGB channels and saturation

R 226 of 255 = 89%
G 237 of 255 = 93%
B 205 of 255 = 80%

226
237
205

R + G + B ~ 87%. #E2EDCD is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 237 + 205 = 668 (100%)
R 226 of 668 ~ 33.83%
G 237 of 668 ~ 35.48%
B 205 of 668 ~ 30.69%

%33.83
%35.48
%30.69

CMYK color model

#E2EDCD color CMYK value is (5,0,14,7).

  • cyan value is 4.64%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 7.06%
CMYK:
(5,0,14,7)
C5M0Y14K7 
(5%,0%,14%,7%)
(0.05/0.00/0.14/0.07)	

CMYK percentages

%4.64
%0
%13.5
%7.06

Codes

Color #E2EDCD in popluar color models

E2EDCD
RGB226237205
HSL81°47.06%86.67%
HSB/HSV81°13.50%92.94%
CMYK4.64%0.00%13.50%
7.06%

Color #E2EDCD in popluar number systems.

HEXE2EDCD
Decimal226237205
Binary111000101110110111001101
Octal342355315

Shades and tints

Shades of #E2EDCD

#E2EDCD
(226,237,205)
#CED8BB
(206,216,187)
#BAC3A9
(186,195,169)
#A6AE97
(166,174,151)
#929985
(146,153,133)
#7E8473
(126,132,115)
#6A6F61
(106,111,97)
#565A4F
(86,90,79)
#42453D
(66,69,61)
#2E302B
(46,48,43)
#1A1B19
(26,27,25)
#000000
(0,0,0)

Tints of #E2EDCD

#E2EDCD
(226,237,205)
#E4EED1
(228,238,209)
#E6EFD5
(230,239,213)
#E8F0D9
(232,240,217)
#EAF1DD
(234,241,221)
#ECF2E1
(236,242,225)
#EEF3E5
(238,243,229)
#F0F4E9
(240,244,233)
#F2F5ED
(242,245,237)
#F4F6F1
(244,246,241)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EDCD color. Also use rgb(226,237,205) instead hex code.

Text Font Color

.myTextColor { color: #E2EDCD; }

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

This text font color is #E2EDCD.


Background Color

.myBgColor { background-color: #E2EDCD; }

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

This div background color is #E2EDCD.


Border color

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

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

This div border color is #E2EDCD.


Opacity

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

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

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

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

This text has shadow with #E2EDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EDCD on black background.


Color preview on white background

This text has color #E2EDCD on white background.



Black color preview on #E2EDCD background

This text has black color on #E2EDCD background.


White color preview on #E2EDCD background

This text has white color on #E2EDCD background.