COLOR #E2E99C

HEX: #E2E99C
RGB: (226,233,156)

Color info

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

RGB color model

#E2E99C color RGB value is (226,233,156).

  • red value is 226;
  • green value is 233;
  • blue value is 156.
RGB:
(226,233,156)
(89%,91%,61%)

RGB channels and saturation

R 226 of 255 = 89%
G 233 of 255 = 91%
B 156 of 255 = 61%

226
233
156

R + G + B ~ 80%. #E2E99C is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 233 + 156 = 615 (100%)
R 226 of 615 ~ 36.75%
G 233 of 615 ~ 37.89%
B 156 of 615 ~ 25.37%

%36.75
%37.89
%25.37

CMYK color model

#E2E99C color CMYK value is (3,0,33,9).

  • cyan value is 3.00%
  • magenta value is 0.00%
  • yellow value is 33.05%
  • key color value is 8.63%
CMYK:
(3,0,33,9)
C3M0Y33K9 
(3%,0%,33%,9%)
(0.03/0.00/0.33/0.09)	

CMYK percentages

%3
%0
%33.05
%8.63

Codes

Color #E2E99C in popluar color models

E2E99C
RGB226233156
HSL65°63.64%76.27%
HSB/HSV65°33.05%91.37%
CMYK3.00%0.00%33.05%
8.63%

Color #E2E99C in popluar number systems.

HEXE2E99C
Decimal226233156
Binary111000101110100110011100
Octal342351234

Shades and tints

Shades of #E2E99C

#E2E99C
(226,233,156)
#CED48E
(206,212,142)
#BABF80
(186,191,128)
#A6AA72
(166,170,114)
#929564
(146,149,100)
#7E8056
(126,128,86)
#6A6B48
(106,107,72)
#56563A
(86,86,58)
#42412C
(66,65,44)
#2E2C1E
(46,44,30)
#1A1710
(26,23,16)
#000000
(0,0,0)

Tints of #E2E99C

#E2E99C
(226,233,156)
#E4EBA5
(228,235,165)
#E6EDAE
(230,237,174)
#E8EFB7
(232,239,183)
#EAF1C0
(234,241,192)
#ECF3C9
(236,243,201)
#EEF5D2
(238,245,210)
#F0F7DB
(240,247,219)
#F2F9E4
(242,249,228)
#F4FBED
(244,251,237)
#F6FDF6
(246,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2E99C color. Also use rgb(226,233,156) instead hex code.

Text Font Color

.myTextColor { color: #E2E99C; }

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

This text font color is #E2E99C.


Background Color

.myBgColor { background-color: #E2E99C; }

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

This div background color is #E2E99C.


Border color

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

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

This div border color is #E2E99C.


Opacity

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

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

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

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

This text has shadow with #E2E99C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E99C on black background.


Color preview on white background

This text has color #E2E99C on white background.



Black color preview on #E2E99C background

This text has black color on #E2E99C background.


White color preview on #E2E99C background

This text has white color on #E2E99C background.