COLOR #E2EC88

HEX: #E2EC88 RGB: (226,236,136)

Color info

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

RGB color model

#E2EC88 color RGB value is (226,236,136).

RGB: (226,236,136) (89%, 93%, 53%)

RGB channels and saturation

R 226 of 255 = 89%
G 236 of 255 = 93%
B 136 of 255 = 53%

226
236
136

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

Portions of RGB colors in percentages

R + G + B = 226 + 236 + 136 = 598 (100%)
R 226 of 598 ~ 37.79%
G 236 of 598 ~ 39.46%
B 136 of 598 ~ 22.74'%

%37.79
%39.46
%22.74

CMYK color model

#E2EC88 color CMYK value is (4,0,42,7).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 42.37%
  • key color value is 7.45%
CMYK: (4,0,42,7) C4M0Y42K7 (4%,0%,42%,7%) (0.04/0.00/0.42/0.07) 

CMYK percentages

%4.24
%0
%42.37
%7.45

Codes

Color #E2EC88 in popluar color models

E2 EC 88
RGB 226 236 136
HSL 66° 72.46% 72.94%
HSB/HSV 66° 42.37% 92.55%
CMYK 4.24% 0.00% 42.37%
7.45%

Color #E2EC88 in popluar number systems.

HEX E2 EC 88
Decimal 226 236 136
Binary 11100010 11101100 10001000
Octal 342 354 210

Shades and tints

Shades of #E2EC88

#E2EC88
(226,236,136)
#CED77C
(206,215,124)
#BAC270
(186,194,112)
#A6AD64
(166,173,100)
#929858
(146,152,88)
#7E834C
(126,131,76)
#6A6E40
(106,110,64)
#565934
(86,89,52)
#424428
(66,68,40)
#2E2F1C
(46,47,28)
#1A1A10
(26,26,16)
#000000
(0,0,0)

Tints of #E2EC88

#E2EC88
(226,236,136)
#E4ED92
(228,237,146)
#E6EE9C
(230,238,156)
#E8EFA6
(232,239,166)
#EAF0B0
(234,240,176)
#ECF1BA
(236,241,186)
#EEF2C4
(238,242,196)
#F0F3CE
(240,243,206)
#F2F4D8
(242,244,216)
#F4F5E2
(244,245,226)
#F6F6EC
(246,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EC88; }

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

This text font color is #E2EC88.

Background Color

.myBgColor { background-color: #E2EC88; }

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

This div background color is #E2EC88.

Border color

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

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

This div border color is #E2EC88.

Opacity

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

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

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

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

This text has shadow with #E2EC88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2EC88.

Preview

Color preview on black background

This text has color #E2EC88 on black background.


Color preview on white background

This text has color #E2EC88 on white background.


Black color preview on #E2EC88 background

This text has black color on #E2EC88 background.


White color preview on #E2EC88 background

This text has white color on #E2EC88 background.


Related colors

Complementary color

Complementary color for #hex is #1D1377.


I love getcolorcode.com

Triadic colors

1 #88E2EC and #EC88E2 with #E2EC88 are triadic colors.

2 #88ECE2 and #ECE288 with #E2EC88 are triadic colors.