COLOR #E2E79B

HEX: #E2E79B
RGB: (226,231,155)

Color info

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

RGB color model

#E2E79B color RGB value is (226,231,155).

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

RGB channels and saturation

R 226 of 255 = 89%
G 231 of 255 = 91%
B 155 of 255 = 61%

226
231
155

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

Portions of RGB colors in percentages

R + G + B =
226 + 231 + 155 = 612 (100%)
R 226 of 612 ~ 36.93%
G 231 of 612 ~ 37.75%
B 155 of 612 ~ 25.33%

%36.93
%37.75
%25.33

CMYK color model

#E2E79B color CMYK value is (2,0,33,9).

  • cyan value is 2.16%
  • magenta value is 0.00%
  • yellow value is 32.90%
  • key color value is 9.41%
CMYK:
(2,0,33,9)
C2M0Y33K9 
(2%,0%,33%,9%)
(0.02/0.00/0.33/0.09)	

CMYK percentages

%2.16
%0
%32.9
%9.41

Codes

Color #E2E79B in popluar color models

E2E79B
RGB226231155
HSL64°61.29%75.69%
HSB/HSV64°32.90%90.59%
CMYK2.16%0.00%32.90%
9.41%

Color #E2E79B in popluar number systems.

HEXE2E79B
Decimal226231155
Binary111000101110011110011011
Octal342347233

Shades and tints

Shades of #E2E79B

#E2E79B
(226,231,155)
#CED28D
(206,210,141)
#BABD7F
(186,189,127)
#A6A871
(166,168,113)
#929363
(146,147,99)
#7E7E55
(126,126,85)
#6A6947
(106,105,71)
#565439
(86,84,57)
#423F2B
(66,63,43)
#2E2A1D
(46,42,29)
#1A150F
(26,21,15)
#000000
(0,0,0)

Tints of #E2E79B

#E2E79B
(226,231,155)
#E4E9A4
(228,233,164)
#E6EBAD
(230,235,173)
#E8EDB6
(232,237,182)
#EAEFBF
(234,239,191)
#ECF1C8
(236,241,200)
#EEF3D1
(238,243,209)
#F0F5DA
(240,245,218)
#F2F7E3
(242,247,227)
#F4F9EC
(244,249,236)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2E79B color. Also use rgb(226,231,155) instead hex code.

Text Font Color

.myTextColor { color: #E2E79B; }

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

This text font color is #E2E79B.


Background Color

.myBgColor { background-color: #E2E79B; }

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

This div background color is #E2E79B.


Border color

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

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

This div border color is #E2E79B.


Opacity

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

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

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

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

This text has shadow with #E2E79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E79B on black background.


Color preview on white background

This text has color #E2E79B on white background.



Black color preview on #E2E79B background

This text has black color on #E2E79B background.


White color preview on #E2E79B background

This text has white color on #E2E79B background.