COLOR #E2ECB0

HEX: #E2ECB0
RGB: (226,236,176)

Color info

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

RGB color model

#E2ECB0 color RGB value is (226,236,176).

  • red value is 226;
  • green value is 236;
  • blue value is 176.
RGB:
(226,236,176)
(89%,93%,69%)

RGB channels and saturation

R 226 of 255 = 89%
G 236 of 255 = 93%
B 176 of 255 = 69%

226
236
176

R + G + B ~ 84%. #E2ECB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 236 + 176 = 638 (100%)
R 226 of 638 ~ 35.42%
G 236 of 638 ~ 36.99%
B 176 of 638 ~ 27.59%

%35.42
%36.99
%27.59

CMYK color model

#E2ECB0 color CMYK value is (4,0,25,7).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 25.42%
  • key color value is 7.45%
CMYK:
(4,0,25,7)
C4M0Y25K7 
(4%,0%,25%,7%)
(0.04/0.00/0.25/0.07)	

CMYK percentages

%4.24
%0
%25.42
%7.45

Codes

Color #E2ECB0 in popluar color models

E2ECB0
RGB226236176
HSL70°61.22%80.78%
HSB/HSV70°25.42%92.55%
CMYK4.24%0.00%25.42%
7.45%

Color #E2ECB0 in popluar number systems.

HEXE2ECB0
Decimal226236176
Binary111000101110110010110000
Octal342354260

Shades and tints

Shades of #E2ECB0

#E2ECB0
(226,236,176)
#CED7A0
(206,215,160)
#BAC290
(186,194,144)
#A6AD80
(166,173,128)
#929870
(146,152,112)
#7E8360
(126,131,96)
#6A6E50
(106,110,80)
#565940
(86,89,64)
#424430
(66,68,48)
#2E2F20
(46,47,32)
#1A1A10
(26,26,16)
#000000
(0,0,0)

Tints of #E2ECB0

#E2ECB0
(226,236,176)
#E4EDB7
(228,237,183)
#E6EEBE
(230,238,190)
#E8EFC5
(232,239,197)
#EAF0CC
(234,240,204)
#ECF1D3
(236,241,211)
#EEF2DA
(238,242,218)
#F0F3E1
(240,243,225)
#F2F4E8
(242,244,232)
#F4F5EF
(244,245,239)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2ECB0; }

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

This text font color is #E2ECB0.


Background Color

.myBgColor { background-color: #E2ECB0; }

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

This div background color is #E2ECB0.


Border color

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

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

This div border color is #E2ECB0.


Opacity

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

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

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

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

This text has shadow with #E2ECB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2ECB0 on black background.


Color preview on white background

This text has color #E2ECB0 on white background.



Black color preview on #E2ECB0 background

This text has black color on #E2ECB0 background.


White color preview on #E2ECB0 background

This text has white color on #E2ECB0 background.