COLOR #E1EF90

HEX: #E1EF90
RGB: (225,239,144)

Color info

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

RGB color model

#E1EF90 color RGB value is (225,239,144).

  • red value is 225;
  • green value is 239;
  • blue value is 144.
RGB:
(225,239,144)
(88%,94%,56%)

RGB channels and saturation

R 225 of 255 = 88%
G 239 of 255 = 94%
B 144 of 255 = 56%

225
239
144

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

Portions of RGB colors in percentages

R + G + B =
225 + 239 + 144 = 608 (100%)
R 225 of 608 ~ 37.01%
G 239 of 608 ~ 39.31%
B 144 of 608 ~ 23.68%

%37.01
%39.31
%23.68

CMYK color model

#E1EF90 color CMYK value is (6,0,40,6).

  • cyan value is 5.86%
  • magenta value is 0.00%
  • yellow value is 39.75%
  • key color value is 6.27%
CMYK:
(6,0,40,6)
C6M0Y40K6 
(6%,0%,40%,6%)
(0.06/0.00/0.40/0.06)	

CMYK percentages

%5.86
%0
%39.75
%6.27

Codes

Color #E1EF90 in popluar color models

E1EF90
RGB225239144
HSL69°74.80%75.10%
HSB/HSV69°39.75%93.73%
CMYK5.86%0.00%39.75%
6.27%

Color #E1EF90 in popluar number systems.

HEXE1EF90
Decimal225239144
Binary111000011110111110010000
Octal341357220

Shades and tints

Shades of #E1EF90

#E1EF90
(225,239,144)
#CDDA83
(205,218,131)
#B9C576
(185,197,118)
#A5B069
(165,176,105)
#919B5C
(145,155,92)
#7D864F
(125,134,79)
#697142
(105,113,66)
#555C35
(85,92,53)
#414728
(65,71,40)
#2D321B
(45,50,27)
#191D0E
(25,29,14)
#000000
(0,0,0)

Tints of #E1EF90

#E1EF90
(225,239,144)
#E3F09A
(227,240,154)
#E5F1A4
(229,241,164)
#E7F2AE
(231,242,174)
#E9F3B8
(233,243,184)
#EBF4C2
(235,244,194)
#EDF5CC
(237,245,204)
#EFF6D6
(239,246,214)
#F1F7E0
(241,247,224)
#F3F8EA
(243,248,234)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1EF90 color. Also use rgb(225,239,144) instead hex code.

Text Font Color

.myTextColor { color: #E1EF90; }

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

This text font color is #E1EF90.


Background Color

.myBgColor { background-color: #E1EF90; }

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

This div background color is #E1EF90.


Border color

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

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

This div border color is #E1EF90.


Opacity

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

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

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

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

This text has shadow with #E1EF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EF90 on black background.


Color preview on white background

This text has color #E1EF90 on white background.



Black color preview on #E1EF90 background

This text has black color on #E1EF90 background.


White color preview on #E1EF90 background

This text has white color on #E1EF90 background.