COLOR #E2EB88

HEX: #E2EB88
RGB: (226,235,136)

Color info

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

RGB color model

#E2EB88 color RGB value is (226,235,136).

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

RGB channels and saturation

R 226 of 255 = 89%
G 235 of 255 = 92%
B 136 of 255 = 53%

226
235
136

R + G + B ~ 78%. #E2EB88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 235 + 136 = 597 (100%)
R 226 of 597 ~ 37.86%
G 235 of 597 ~ 39.36%
B 136 of 597 ~ 22.78%

%37.86
%39.36
%22.78

CMYK color model

#E2EB88 color CMYK value is (4,0,42,8).

  • cyan value is 3.83%
  • magenta value is 0.00%
  • yellow value is 42.13%
  • key color value is 7.84%
CMYK:
(4,0,42,8)
C4M0Y42K8 
(4%,0%,42%,8%)
(0.04/0.00/0.42/0.08)	

CMYK percentages

%3.83
%0
%42.13
%7.84

Codes

Color #E2EB88 in popluar color models

E2EB88
RGB226235136
HSL65°71.22%72.75%
HSB/HSV65°42.13%92.16%
CMYK3.83%0.00%42.13%
7.84%

Color #E2EB88 in popluar number systems.

HEXE2EB88
Decimal226235136
Binary111000101110101110001000
Octal342353210

Shades and tints

Shades of #E2EB88

#E2EB88
(226,235,136)
#CED67C
(206,214,124)
#BAC170
(186,193,112)
#A6AC64
(166,172,100)
#929758
(146,151,88)
#7E824C
(126,130,76)
#6A6D40
(106,109,64)
#565834
(86,88,52)
#424328
(66,67,40)
#2E2E1C
(46,46,28)
#1A1910
(26,25,16)
#000000
(0,0,0)

Tints of #E2EB88

#E2EB88
(226,235,136)
#E4EC92
(228,236,146)
#E6ED9C
(230,237,156)
#E8EEA6
(232,238,166)
#EAEFB0
(234,239,176)
#ECF0BA
(236,240,186)
#EEF1C4
(238,241,196)
#F0F2CE
(240,242,206)
#F2F3D8
(242,243,216)
#F4F4E2
(244,244,226)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EB88; }

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

This text font color is #E2EB88.


Background Color

.myBgColor { background-color: #E2EB88; }

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

This div background color is #E2EB88.


Border color

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

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

This div border color is #E2EB88.


Opacity

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

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

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

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

This text has shadow with #E2EB88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EB88 on black background.


Color preview on white background

This text has color #E2EB88 on white background.



Black color preview on #E2EB88 background

This text has black color on #E2EB88 background.


White color preview on #E2EB88 background

This text has white color on #E2EB88 background.