COLOR #E2EB8C

HEX: #E2EB8C
RGB: (226,235,140)

Color info

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

RGB color model

#E2EB8C color RGB value is (226,235,140).

  • red value is 226;
  • green value is 235;
  • blue value is 140.
RGB:
(226,235,140)
(89%,92%,55%)

RGB channels and saturation

R 226 of 255 = 89%
G 235 of 255 = 92%
B 140 of 255 = 55%

226
235
140

R + G + B ~ 79%. #E2EB8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 235 + 140 = 601 (100%)
R 226 of 601 ~ 37.6%
G 235 of 601 ~ 39.1%
B 140 of 601 ~ 23.29%

%37.6
%39.1
%23.29

CMYK color model

#E2EB8C color CMYK value is (4,0,40,8).

  • cyan value is 3.83%
  • magenta value is 0.00%
  • yellow value is 40.43%
  • key color value is 7.84%
CMYK:
(4,0,40,8)
C4M0Y40K8 
(4%,0%,40%,8%)
(0.04/0.00/0.40/0.08)	

CMYK percentages

%3.83
%0
%40.43
%7.84

Codes

Color #E2EB8C in popluar color models

E2EB8C
RGB226235140
HSL66°70.37%73.53%
HSB/HSV66°40.43%92.16%
CMYK3.83%0.00%40.43%
7.84%

Color #E2EB8C in popluar number systems.

HEXE2EB8C
Decimal226235140
Binary111000101110101110001100
Octal342353214

Shades and tints

Shades of #E2EB8C

#E2EB8C
(226,235,140)
#CED680
(206,214,128)
#BAC174
(186,193,116)
#A6AC68
(166,172,104)
#92975C
(146,151,92)
#7E8250
(126,130,80)
#6A6D44
(106,109,68)
#565838
(86,88,56)
#42432C
(66,67,44)
#2E2E20
(46,46,32)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #E2EB8C

#E2EB8C
(226,235,140)
#E4EC96
(228,236,150)
#E6EDA0
(230,237,160)
#E8EEAA
(232,238,170)
#EAEFB4
(234,239,180)
#ECF0BE
(236,240,190)
#EEF1C8
(238,241,200)
#F0F2D2
(240,242,210)
#F2F3DC
(242,243,220)
#F4F4E6
(244,244,230)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EB8C color. Also use rgb(226,235,140) instead hex code.

Text Font Color

.myTextColor { color: #E2EB8C; }

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

This text font color is #E2EB8C.


Background Color

.myBgColor { background-color: #E2EB8C; }

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

This div background color is #E2EB8C.


Border color

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

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

This div border color is #E2EB8C.


Opacity

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

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

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

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

This text has shadow with #E2EB8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EB8C on black background.


Color preview on white background

This text has color #E2EB8C on white background.



Black color preview on #E2EB8C background

This text has black color on #E2EB8C background.


White color preview on #E2EB8C background

This text has white color on #E2EB8C background.