COLOR #E5ECC2

HEX: #E5ECC2
RGB: (229,236,194)

Color info

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

RGB color model

#E5ECC2 color RGB value is (229,236,194).

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

RGB channels and saturation

R 229 of 255 = 90%
G 236 of 255 = 93%
B 194 of 255 = 76%

229
236
194

R + G + B ~ 86%. #E5ECC2 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 236 + 194 = 659 (100%)
R 229 of 659 ~ 34.75%
G 236 of 659 ~ 35.81%
B 194 of 659 ~ 29.44%

%34.75
%35.81
%29.44

CMYK color model

#E5ECC2 color CMYK value is (3,0,18,7).

  • cyan value is 2.97%
  • magenta value is 0.00%
  • yellow value is 17.80%
  • key color value is 7.45%
CMYK:
(3,0,18,7)
C3M0Y18K7 
(3%,0%,18%,7%)
(0.03/0.00/0.18/0.07)	

CMYK percentages

%2.97
%0
%17.8
%7.45

Codes

Color #E5ECC2 in popluar color models

E5ECC2
RGB229236194
HSL70°52.50%84.31%
HSB/HSV70°17.80%92.55%
CMYK2.97%0.00%17.80%
7.45%

Color #E5ECC2 in popluar number systems.

HEXE5ECC2
Decimal229236194
Binary111001011110110011000010
Octal345354302

Shades and tints

Shades of #E5ECC2

#E5ECC2
(229,236,194)
#D1D7B1
(209,215,177)
#BDC2A0
(189,194,160)
#A9AD8F
(169,173,143)
#95987E
(149,152,126)
#81836D
(129,131,109)
#6D6E5C
(109,110,92)
#59594B
(89,89,75)
#45443A
(69,68,58)
#312F29
(49,47,41)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #E5ECC2

#E5ECC2
(229,236,194)
#E7EDC7
(231,237,199)
#E9EECC
(233,238,204)
#EBEFD1
(235,239,209)
#EDF0D6
(237,240,214)
#EFF1DB
(239,241,219)
#F1F2E0
(241,242,224)
#F3F3E5
(243,243,229)
#F5F4EA
(245,244,234)
#F7F5EF
(247,245,239)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5ECC2; }

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

This text font color is #E5ECC2.


Background Color

.myBgColor { background-color: #E5ECC2; }

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

This div background color is #E5ECC2.


Border color

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

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

This div border color is #E5ECC2.


Opacity

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

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

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

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

This text has shadow with #E5ECC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5ECC2 on black background.


Color preview on white background

This text has color #E5ECC2 on white background.



Black color preview on #E5ECC2 background

This text has black color on #E5ECC2 background.


White color preview on #E5ECC2 background

This text has white color on #E5ECC2 background.