COLOR #E1EF9D

HEX: #E1EF9D
RGB: (225,239,157)

Color info

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

RGB color model

#E1EF9D color RGB value is (225,239,157).

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

RGB channels and saturation

R 225 of 255 = 88%
G 239 of 255 = 94%
B 157 of 255 = 62%

225
239
157

R + G + B ~ 81%. #E1EF9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 239 + 157 = 621 (100%)
R 225 of 621 ~ 36.23%
G 239 of 621 ~ 38.49%
B 157 of 621 ~ 25.28%

%36.23
%38.49
%25.28

CMYK color model

#E1EF9D color CMYK value is (6,0,34,6).

  • cyan value is 5.86%
  • magenta value is 0.00%
  • yellow value is 34.31%
  • key color value is 6.27%
CMYK:
(6,0,34,6)
C6M0Y34K6 
(6%,0%,34%,6%)
(0.06/0.00/0.34/0.06)	

CMYK percentages

%5.86
%0
%34.31
%6.27

Codes

Color #E1EF9D in popluar color models

E1EF9D
RGB225239157
HSL70°71.93%77.65%
HSB/HSV70°34.31%93.73%
CMYK5.86%0.00%34.31%
6.27%

Color #E1EF9D in popluar number systems.

HEXE1EF9D
Decimal225239157
Binary111000011110111110011101
Octal341357235

Shades and tints

Shades of #E1EF9D

#E1EF9D
(225,239,157)
#CDDA8F
(205,218,143)
#B9C581
(185,197,129)
#A5B073
(165,176,115)
#919B65
(145,155,101)
#7D8657
(125,134,87)
#697149
(105,113,73)
#555C3B
(85,92,59)
#41472D
(65,71,45)
#2D321F
(45,50,31)
#191D11
(25,29,17)
#000000
(0,0,0)

Tints of #E1EF9D

#E1EF9D
(225,239,157)
#E3F0A5
(227,240,165)
#E5F1AD
(229,241,173)
#E7F2B5
(231,242,181)
#E9F3BD
(233,243,189)
#EBF4C5
(235,244,197)
#EDF5CD
(237,245,205)
#EFF6D5
(239,246,213)
#F1F7DD
(241,247,221)
#F3F8E5
(243,248,229)
#F5F9ED
(245,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EF9D; }

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

This text font color is #E1EF9D.


Background Color

.myBgColor { background-color: #E1EF9D; }

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

This div background color is #E1EF9D.


Border color

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

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

This div border color is #E1EF9D.


Opacity

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

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

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

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

This text has shadow with #E1EF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EF9D on black background.


Color preview on white background

This text has color #E1EF9D on white background.



Black color preview on #E1EF9D background

This text has black color on #E1EF9D background.


White color preview on #E1EF9D background

This text has white color on #E1EF9D background.