COLOR #E1F99D

HEX: #E1F99D
RGB: (225,249,157)

Color info

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

RGB color model

#E1F99D color RGB value is (225,249,157).

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

RGB channels and saturation

R 225 of 255 = 88%
G 249 of 255 = 98%
B 157 of 255 = 62%

225
249
157

R + G + B ~ 83%. #E1F99D is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 249 + 157 = 631 (100%)
R 225 of 631 ~ 35.66%
G 249 of 631 ~ 39.46%
B 157 of 631 ~ 24.88%

%35.66
%39.46
%24.88

CMYK color model

#E1F99D color CMYK value is (10,0,37,2).

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 36.95%
  • key color value is 2.35%
CMYK:
(10,0,37,2)
C10M0Y37K2 
(10%,0%,37%,2%)
(0.10/0.00/0.37/0.02)	

CMYK percentages

%9.64
%0
%36.95
%2.35

Codes

Color #E1F99D in popluar color models

E1F99D
RGB225249157
HSL76°88.46%79.61%
HSB/HSV76°36.95%97.65%
CMYK9.64%0.00%36.95%
2.35%

Color #E1F99D in popluar number systems.

HEXE1F99D
Decimal225249157
Binary111000011111100110011101
Octal341371235

Shades and tints

Shades of #E1F99D

#E1F99D
(225,249,157)
#CDE38F
(205,227,143)
#B9CD81
(185,205,129)
#A5B773
(165,183,115)
#91A165
(145,161,101)
#7D8B57
(125,139,87)
#697549
(105,117,73)
#555F3B
(85,95,59)
#41492D
(65,73,45)
#2D331F
(45,51,31)
#191D11
(25,29,17)
#000000
(0,0,0)

Tints of #E1F99D

#E1F99D
(225,249,157)
#E3F9A5
(227,249,165)
#E5F9AD
(229,249,173)
#E7F9B5
(231,249,181)
#E9F9BD
(233,249,189)
#EBF9C5
(235,249,197)
#EDF9CD
(237,249,205)
#EFF9D5
(239,249,213)
#F1F9DD
(241,249,221)
#F3F9E5
(243,249,229)
#F5F9ED
(245,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F99D; }

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

This text font color is #E1F99D.


Background Color

.myBgColor { background-color: #E1F99D; }

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

This div background color is #E1F99D.


Border color

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

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

This div border color is #E1F99D.


Opacity

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

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

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

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

This text has shadow with #E1F99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F99D on black background.


Color preview on white background

This text has color #E1F99D on white background.



Black color preview on #E1F99D background

This text has black color on #E1F99D background.


White color preview on #E1F99D background

This text has white color on #E1F99D background.