COLOR #E5ECA2

HEX: #E5ECA2 RGB: (229,236,162)

Color info

#E5ECA2 contains mainly red and green colors. Web safe color of #E5ECA2 is #CCFF99 (or #CF9).

RGB color model

#E5ECA2 color RGB value is (229,236,162).

RGB: (229,236,162) (90%, 93%, 64%)

RGB channels and saturation

R 229 of 255 = 90%
G 236 of 255 = 93%
B 162 of 255 = 64%

229
236
162

R + G + B ~ 82%. #E5ECA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 236 + 162 = 627 (100%)
R 229 of 627 ~ 36.52%
G 236 of 627 ~ 37.64%
B 162 of 627 ~ 25.84'%

%36.52
%37.64
%25.84

CMYK color model

#E5ECA2 color CMYK value is (3,0,31,7).

  • cyan value is 2.97%
  • magenta value is 0.00%
  • yellow value is 31.36%
  • key color value is 7.45%

CMYK: (3,0,31,7)
C3M0Y31K7 (3%, 0%, 31%, 7%)
(0.03 / 0.00 / 0.31 / 0.07)

CMYK percentages

%2.97
%0
%31.36
%7.45

Codes

Color #E5ECA2 in popluar color models

E5 EC A2
RGB 229 236 162
HSL 66° 66.07% 78.04%
HSB/HSV 66° 31.36% 92.55%
CMYK 2.97% 0.00% 31.36%
7.45%

Color #E5ECA2 in popluar number systems.

HEX E5 EC A2
Decimal 229 236 162
Binary 11100101 11101100 10100010
Octal 345 354 242

Shades and tints

Shades of #E5ECA2

#E5ECA2
(229,236,162)
#D1D794
(209,215,148)
#BDC286
(189,194,134)
#A9AD78
(169,173,120)
#95986A
(149,152,106)
#81835C
(129,131,92)
#6D6E4E
(109,110,78)
#595940
(89,89,64)
#454432
(69,68,50)
#312F24
(49,47,36)
#1D1A16
(29,26,22)
#000000
(0,0,0)

Tints of #E5ECA2

#E5ECA2
(229,236,162)
#E7EDAA
(231,237,170)
#E9EEB2
(233,238,178)
#EBEFBA
(235,239,186)
#EDF0C2
(237,240,194)
#EFF1CA
(239,241,202)
#F1F2D2
(241,242,210)
#F3F3DA
(243,243,218)
#F5F4E2
(245,244,226)
#F7F5EA
(247,245,234)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5ECA2; }

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

This text font color is #E5ECA2.

Background Color

.myBgColor { background-color: #E5ECA2; }

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

This div background color is #E5ECA2.

Border color

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

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

This div border color is #E5ECA2.

Opacity

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

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

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

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

This text has shadow with #E5ECA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5ECA2.

Preview

Color preview on black background

This text has color #E5ECA2 on black background.


Color preview on white background

This text has color #E5ECA2 on white background.


Black color preview on #E5ECA2 background

This text has black color on #E5ECA2 background.


White color preview on #E5ECA2 background

This text has white color on #E5ECA2 background.


Related colors

Complementary color

Complementary color for #hex is #1A135D.


I love getcolorcode.com

Triadic colors

1 #A2E5EC and #ECA2E5 with #E5ECA2 are triadic colors.

2 #A2ECE5 and #ECE5A2 with #E5ECA2 are triadic colors.