COLOR #E5ECCD

HEX: #E5ECCD
RGB: (229,236,205)

Color info

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

RGB color model

#E5ECCD color RGB value is (229,236,205).

  • red value is 229;
  • green value is 236;
  • blue value is 205.
RGB:
(229,236,205)
(90%,93%,80%)

RGB channels and saturation

R 229 of 255 = 90%
G 236 of 255 = 93%
B 205 of 255 = 80%

229
236
205

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

Portions of RGB colors in percentages

R + G + B =
229 + 236 + 205 = 670 (100%)
R 229 of 670 ~ 34.18%
G 236 of 670 ~ 35.22%
B 205 of 670 ~ 30.6%

%34.18
%35.22
%30.6

CMYK color model

#E5ECCD color CMYK value is (3,0,13,7).

  • cyan value is 2.97%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 7.45%
CMYK:
(3,0,13,7)
C3M0Y13K7 
(3%,0%,13%,7%)
(0.03/0.00/0.13/0.07)	

CMYK percentages

%2.97
%0
%13.14
%7.45

Codes

Color #E5ECCD in popluar color models

E5ECCD
RGB229236205
HSL74°44.93%86.47%
HSB/HSV74°13.14%92.55%
CMYK2.97%0.00%13.14%
7.45%

Color #E5ECCD in popluar number systems.

HEXE5ECCD
Decimal229236205
Binary111001011110110011001101
Octal345354315

Shades and tints

Shades of #E5ECCD

#E5ECCD
(229,236,205)
#D1D7BB
(209,215,187)
#BDC2A9
(189,194,169)
#A9AD97
(169,173,151)
#959885
(149,152,133)
#818373
(129,131,115)
#6D6E61
(109,110,97)
#59594F
(89,89,79)
#45443D
(69,68,61)
#312F2B
(49,47,43)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #E5ECCD

#E5ECCD
(229,236,205)
#E7EDD1
(231,237,209)
#E9EED5
(233,238,213)
#EBEFD9
(235,239,217)
#EDF0DD
(237,240,221)
#EFF1E1
(239,241,225)
#F1F2E5
(241,242,229)
#F3F3E9
(243,243,233)
#F5F4ED
(245,244,237)
#F7F5F1
(247,245,241)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5ECCD color. Also use rgb(229,236,205) instead hex code.

Text Font Color

.myTextColor { color: #E5ECCD; }

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

This text font color is #E5ECCD.


Background Color

.myBgColor { background-color: #E5ECCD; }

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

This div background color is #E5ECCD.


Border color

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

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

This div border color is #E5ECCD.


Opacity

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

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

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

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

This text has shadow with #E5ECCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5ECCD on black background.


Color preview on white background

This text has color #E5ECCD on white background.



Black color preview on #E5ECCD background

This text has black color on #E5ECCD background.


White color preview on #E5ECCD background

This text has white color on #E5ECCD background.