COLOR #E2EEB2

HEX: #E2EEB2
RGB: (226,238,178)

Color info

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

RGB color model

#E2EEB2 color RGB value is (226,238,178).

  • red value is 226;
  • green value is 238;
  • blue value is 178.
RGB:
(226,238,178)
(89%,93%,70%)

RGB channels and saturation

R 226 of 255 = 89%
G 238 of 255 = 93%
B 178 of 255 = 70%

226
238
178

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

Portions of RGB colors in percentages

R + G + B =
226 + 238 + 178 = 642 (100%)
R 226 of 642 ~ 35.2%
G 238 of 642 ~ 37.07%
B 178 of 642 ~ 27.73%

%35.2
%37.07
%27.73

CMYK color model

#E2EEB2 color CMYK value is (5,0,25,7).

  • cyan value is 5.04%
  • magenta value is 0.00%
  • yellow value is 25.21%
  • key color value is 6.67%
CMYK:
(5,0,25,7)
C5M0Y25K7 
(5%,0%,25%,7%)
(0.05/0.00/0.25/0.07)	

CMYK percentages

%5.04
%0
%25.21
%6.67

Codes

Color #E2EEB2 in popluar color models

E2EEB2
RGB226238178
HSL72°63.83%81.57%
HSB/HSV72°25.21%93.33%
CMYK5.04%0.00%25.21%
6.67%

Color #E2EEB2 in popluar number systems.

HEXE2EEB2
Decimal226238178
Binary111000101110111010110010
Octal342356262

Shades and tints

Shades of #E2EEB2

#E2EEB2
(226,238,178)
#CED9A2
(206,217,162)
#BAC492
(186,196,146)
#A6AF82
(166,175,130)
#929A72
(146,154,114)
#7E8562
(126,133,98)
#6A7052
(106,112,82)
#565B42
(86,91,66)
#424632
(66,70,50)
#2E3122
(46,49,34)
#1A1C12
(26,28,18)
#000000
(0,0,0)

Tints of #E2EEB2

#E2EEB2
(226,238,178)
#E4EFB9
(228,239,185)
#E6F0C0
(230,240,192)
#E8F1C7
(232,241,199)
#EAF2CE
(234,242,206)
#ECF3D5
(236,243,213)
#EEF4DC
(238,244,220)
#F0F5E3
(240,245,227)
#F2F6EA
(242,246,234)
#F4F7F1
(244,247,241)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EEB2 color. Also use rgb(226,238,178) instead hex code.

Text Font Color

.myTextColor { color: #E2EEB2; }

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

This text font color is #E2EEB2.


Background Color

.myBgColor { background-color: #E2EEB2; }

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

This div background color is #E2EEB2.


Border color

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

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

This div border color is #E2EEB2.


Opacity

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

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

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

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

This text has shadow with #E2EEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EEB2 on black background.


Color preview on white background

This text has color #E2EEB2 on white background.



Black color preview on #E2EEB2 background

This text has black color on #E2EEB2 background.


White color preview on #E2EEB2 background

This text has white color on #E2EEB2 background.