COLOR #E1EDCA

HEX: #E1EDCA
RGB: (225,237,202)

Color info

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

RGB color model

#E1EDCA color RGB value is (225,237,202).

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

RGB channels and saturation

R 225 of 255 = 88%
G 237 of 255 = 93%
B 202 of 255 = 79%

225
237
202

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

Portions of RGB colors in percentages

R + G + B =
225 + 237 + 202 = 664 (100%)
R 225 of 664 ~ 33.89%
G 237 of 664 ~ 35.69%
B 202 of 664 ~ 30.42%

%33.89
%35.69
%30.42

CMYK color model

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

  • cyan value is 5.06%
  • 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

%5.06
%0
%14.77
%7.06

Codes

Color #E1EDCA in popluar color models

E1EDCA
RGB225237202
HSL81°49.30%86.08%
HSB/HSV81°14.77%92.94%
CMYK5.06%0.00%14.77%
7.06%

Color #E1EDCA in popluar number systems.

HEXE1EDCA
Decimal225237202
Binary111000011110110111001010
Octal341355312

Shades and tints

Shades of #E1EDCA

#E1EDCA
(225,237,202)
#CDD8B8
(205,216,184)
#B9C3A6
(185,195,166)
#A5AE94
(165,174,148)
#919982
(145,153,130)
#7D8470
(125,132,112)
#696F5E
(105,111,94)
#555A4C
(85,90,76)
#41453A
(65,69,58)
#2D3028
(45,48,40)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #E1EDCA

#E1EDCA
(225,237,202)
#E3EECE
(227,238,206)
#E5EFD2
(229,239,210)
#E7F0D6
(231,240,214)
#E9F1DA
(233,241,218)
#EBF2DE
(235,242,222)
#EDF3E2
(237,243,226)
#EFF4E6
(239,244,230)
#F1F5EA
(241,245,234)
#F3F6EE
(243,246,238)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EDCA; }

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

This text font color is #E1EDCA.


Background Color

.myBgColor { background-color: #E1EDCA; }

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

This div background color is #E1EDCA.


Border color

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

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

This div border color is #E1EDCA.


Opacity

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

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

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

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

This text has shadow with #E1EDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EDCA on black background.


Color preview on white background

This text has color #E1EDCA on white background.



Black color preview on #E1EDCA background

This text has black color on #E1EDCA background.


White color preview on #E1EDCA background

This text has white color on #E1EDCA background.