COLOR #E2EDCA

HEX: #E2EDCA
RGB: (226,237,202)

Color info

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

RGB color model

#E2EDCA color RGB value is (226,237,202).

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

RGB channels and saturation

R 226 of 255 = 89%
G 237 of 255 = 93%
B 202 of 255 = 79%

226
237
202

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

Portions of RGB colors in percentages

R + G + B =
226 + 237 + 202 = 665 (100%)
R 226 of 665 ~ 33.98%
G 237 of 665 ~ 35.64%
B 202 of 665 ~ 30.38%

%33.98
%35.64
%30.38

CMYK color model

#E2EDCA color CMYK value is (5,0,15,7).

  • cyan value is 4.64%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 7.06%
CMYK:
(5,0,15,7)
C5M0Y15K7 
(5%,0%,15%,7%)
(0.05/0.00/0.15/0.07)	

CMYK percentages

%4.64
%0
%14.77
%7.06

Codes

Color #E2EDCA in popluar color models

E2EDCA
RGB226237202
HSL79°49.30%86.08%
HSB/HSV79°14.77%92.94%
CMYK4.64%0.00%14.77%
7.06%

Color #E2EDCA in popluar number systems.

HEXE2EDCA
Decimal226237202
Binary111000101110110111001010
Octal342355312

Shades and tints

Shades of #E2EDCA

#E2EDCA
(226,237,202)
#CED8B8
(206,216,184)
#BAC3A6
(186,195,166)
#A6AE94
(166,174,148)
#929982
(146,153,130)
#7E8470
(126,132,112)
#6A6F5E
(106,111,94)
#565A4C
(86,90,76)
#42453A
(66,69,58)
#2E3028
(46,48,40)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #E2EDCA

#E2EDCA
(226,237,202)
#E4EECE
(228,238,206)
#E6EFD2
(230,239,210)
#E8F0D6
(232,240,214)
#EAF1DA
(234,241,218)
#ECF2DE
(236,242,222)
#EEF3E2
(238,243,226)
#F0F4E6
(240,244,230)
#F2F5EA
(242,245,234)
#F4F6EE
(244,246,238)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EDCA; }

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

This text font color is #E2EDCA.


Background Color

.myBgColor { background-color: #E2EDCA; }

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

This div background color is #E2EDCA.


Border color

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

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

This div border color is #E2EDCA.


Opacity

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

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

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

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

This text has shadow with #E2EDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EDCA on black background.


Color preview on white background

This text has color #E2EDCA on white background.



Black color preview on #E2EDCA background

This text has black color on #E2EDCA background.


White color preview on #E2EDCA background

This text has white color on #E2EDCA background.