COLOR #E5ECB5

HEX: #E5ECB5 RGB: (229,236,181)

Color info

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

RGB color model

#E5ECB5 color RGB value is (229,236,181).

RGB: (229,236,181) (90%, 93%, 71%)

RGB channels and saturation

R 229 of 255 = 90%
G 236 of 255 = 93%
B 181 of 255 = 71%

229
236
181

R + G + B ~ 85%. #E5ECB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 236 + 181 = 646 (100%)
R 229 of 646 ~ 35.45%
G 236 of 646 ~ 36.53%
B 181 of 646 ~ 28.02'%

%35.45
%36.53
%28.02

CMYK color model

#E5ECB5 color CMYK value is (3,0,23,7).

  • cyan value is 2.97%
  • magenta value is 0.00%
  • yellow value is 23.31%
  • key color value is 7.45%
CMYK: (3,0,23,7) C3M0Y23K7 (3%,0%,23%,7%) (0.03/0.00/0.23/0.07) 

CMYK percentages

%2.97
%0
%23.31
%7.45

Codes

Color #E5ECB5 in popluar color models

E5 EC B5
RGB 229 236 181
HSL 68° 59.14% 81.76%
HSB/HSV 68° 23.31% 92.55%
CMYK 2.97% 0.00% 23.31%
7.45%

Color #E5ECB5 in popluar number systems.

HEX E5 EC B5
Decimal 229 236 181
Binary 11100101 11101100 10110101
Octal 345 354 265

Shades and tints

Shades of #E5ECB5

#E5ECB5
(229,236,181)
#D1D7A5
(209,215,165)
#BDC295
(189,194,149)
#A9AD85
(169,173,133)
#959875
(149,152,117)
#818365
(129,131,101)
#6D6E55
(109,110,85)
#595945
(89,89,69)
#454435
(69,68,53)
#312F25
(49,47,37)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #E5ECB5

#E5ECB5
(229,236,181)
#E7EDBB
(231,237,187)
#E9EEC1
(233,238,193)
#EBEFC7
(235,239,199)
#EDF0CD
(237,240,205)
#EFF1D3
(239,241,211)
#F1F2D9
(241,242,217)
#F3F3DF
(243,243,223)
#F5F4E5
(245,244,229)
#F7F5EB
(247,245,235)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5ECB5; }

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

This text font color is #E5ECB5.

Background Color

.myBgColor { background-color: #E5ECB5; }

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

This div background color is #E5ECB5.

Border color

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

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

This div border color is #E5ECB5.

Opacity

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

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

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

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

This text has shadow with #E5ECB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5ECB5.

Preview

Color preview on black background

This text has color #E5ECB5 on black background.


Color preview on white background

This text has color #E5ECB5 on white background.


Black color preview on #E5ECB5 background

This text has black color on #E5ECB5 background.


White color preview on #E5ECB5 background

This text has white color on #E5ECB5 background.


Related colors

Complementary color

Complementary color for #hex is #1A134A.


I love getcolorcode.com

Triadic colors

1 #B5E5EC and #ECB5E5 with #E5ECB5 are triadic colors.

2 #B5ECE5 and #ECE5B5 with #E5ECB5 are triadic colors.