COLOR #E2ECB9

HEX: #E2ECB9 RGB: (226,236,185)

Color info

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

RGB color model

#E2ECB9 color RGB value is (226,236,185).

RGB: (226,236,185) (89%, 93%, 73%)

RGB channels and saturation

R 226 of 255 = 89%
G 236 of 255 = 93%
B 185 of 255 = 73%

226
236
185

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

Portions of RGB colors in percentages

R + G + B = 226 + 236 + 185 = 647 (100%)
R 226 of 647 ~ 34.93%
G 236 of 647 ~ 36.48%
B 185 of 647 ~ 28.59'%

%34.93
%36.48
%28.59

CMYK color model

#E2ECB9 color CMYK value is (4,0,22,7).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 21.61%
  • key color value is 7.45%

CMYK: (4,0,22,7)
C4M0Y22K7 (4%, 0%, 22%, 7%)
(0.04 / 0.00 / 0.22 / 0.07)

CMYK percentages

%4.24
%0
%21.61
%7.45

Codes

Color #E2ECB9 in popluar color models

E2 EC B9
RGB 226 236 185
HSL 72° 57.30% 82.55%
HSB/HSV 72° 21.61% 92.55%
CMYK 4.24% 0.00% 21.61%
7.45%

Color #E2ECB9 in popluar number systems.

HEX E2 EC B9
Decimal 226 236 185
Binary 11100010 11101100 10111001
Octal 342 354 271

Shades and tints

Shades of #E2ECB9

#E2ECB9
(226,236,185)
#CED7A9
(206,215,169)
#BAC299
(186,194,153)
#A6AD89
(166,173,137)
#929879
(146,152,121)
#7E8369
(126,131,105)
#6A6E59
(106,110,89)
#565949
(86,89,73)
#424439
(66,68,57)
#2E2F29
(46,47,41)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #E2ECB9

#E2ECB9
(226,236,185)
#E4EDBF
(228,237,191)
#E6EEC5
(230,238,197)
#E8EFCB
(232,239,203)
#EAF0D1
(234,240,209)
#ECF1D7
(236,241,215)
#EEF2DD
(238,242,221)
#F0F3E3
(240,243,227)
#F2F4E9
(242,244,233)
#F4F5EF
(244,245,239)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2ECB9 color. Also use rgb(226,236,185) instead hex code.

Text Font Color

.myTextColor { color: #E2ECB9; }

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

This text font color is #E2ECB9.

Background Color

.myBgColor { background-color: #E2ECB9; }

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

This div background color is #E2ECB9.

Border color

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

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

This div border color is #E2ECB9.

Opacity

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

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

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

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

This text has shadow with #E2ECB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2ECB9.

Preview

Color preview on black background

This text has color #E2ECB9 on black background.


Color preview on white background

This text has color #E2ECB9 on white background.


Black color preview on #E2ECB9 background

This text has black color on #E2ECB9 background.


White color preview on #E2ECB9 background

This text has white color on #E2ECB9 background.


Related colors

Complementary color

Complementary color for #hex is #1D1346.


I love getcolorcode.com

Triadic colors

1 #B9E2EC and #ECB9E2 with #E2ECB9 are triadic colors.

2 #B9ECE2 and #ECE2B9 with #E2ECB9 are triadic colors.