COLOR #E1F9AE

HEX: #E1F9AE
RGB: (225,249,174)

Color info

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

RGB color model

#E1F9AE color RGB value is (225,249,174).

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

RGB channels and saturation

R 225 of 255 = 88%
G 249 of 255 = 98%
B 174 of 255 = 68%

225
249
174

R + G + B ~ 85%. #E1F9AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 249 + 174 = 648 (100%)
R 225 of 648 ~ 34.72%
G 249 of 648 ~ 38.43%
B 174 of 648 ~ 26.85%

%34.72
%38.43
%26.85

CMYK color model

#E1F9AE color CMYK value is (10,0,30,2).

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 30.12%
  • key color value is 2.35%
CMYK:
(10,0,30,2)
C10M0Y30K2 
(10%,0%,30%,2%)
(0.10/0.00/0.30/0.02)	

CMYK percentages

%9.64
%0
%30.12
%2.35

Codes

Color #E1F9AE in popluar color models

E1F9AE
RGB225249174
HSL79°86.21%82.94%
HSB/HSV79°30.12%97.65%
CMYK9.64%0.00%30.12%
2.35%

Color #E1F9AE in popluar number systems.

HEXE1F9AE
Decimal225249174
Binary111000011111100110101110
Octal341371256

Shades and tints

Shades of #E1F9AE

#E1F9AE
(225,249,174)
#CDE39F
(205,227,159)
#B9CD90
(185,205,144)
#A5B781
(165,183,129)
#91A172
(145,161,114)
#7D8B63
(125,139,99)
#697554
(105,117,84)
#555F45
(85,95,69)
#414936
(65,73,54)
#2D3327
(45,51,39)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #E1F9AE

#E1F9AE
(225,249,174)
#E3F9B5
(227,249,181)
#E5F9BC
(229,249,188)
#E7F9C3
(231,249,195)
#E9F9CA
(233,249,202)
#EBF9D1
(235,249,209)
#EDF9D8
(237,249,216)
#EFF9DF
(239,249,223)
#F1F9E6
(241,249,230)
#F3F9ED
(243,249,237)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F9AE; }

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

This text font color is #E1F9AE.


Background Color

.myBgColor { background-color: #E1F9AE; }

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

This div background color is #E1F9AE.


Border color

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

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

This div border color is #E1F9AE.


Opacity

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

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

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

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

This text has shadow with #E1F9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F9AE on black background.


Color preview on white background

This text has color #E1F9AE on white background.



Black color preview on #E1F9AE background

This text has black color on #E1F9AE background.


White color preview on #E1F9AE background

This text has white color on #E1F9AE background.