COLOR #E1F0AF

HEX: #E1F0AF
RGB: (225,240,175)

Color info

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

RGB color model

#E1F0AF color RGB value is (225,240,175).

  • red value is 225;
  • green value is 240;
  • blue value is 175.
RGB:
(225,240,175)
(88%,94%,69%)

RGB channels and saturation

R 225 of 255 = 88%
G 240 of 255 = 94%
B 175 of 255 = 69%

225
240
175

R + G + B ~ 84%. #E1F0AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 240 + 175 = 640 (100%)
R 225 of 640 ~ 35.16%
G 240 of 640 ~ 37.5%
B 175 of 640 ~ 27.34%

%35.16
%37.5
%27.34

CMYK color model

#E1F0AF color CMYK value is (6,0,27,6).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 27.08%
  • key color value is 5.88%
CMYK:
(6,0,27,6)
C6M0Y27K6 
(6%,0%,27%,6%)
(0.06/0.00/0.27/0.06)	

CMYK percentages

%6.25
%0
%27.08
%5.88

Codes

Color #E1F0AF in popluar color models

E1F0AF
RGB225240175
HSL74°68.42%81.37%
HSB/HSV74°27.08%94.12%
CMYK6.25%0.00%27.08%
5.88%

Color #E1F0AF in popluar number systems.

HEXE1F0AF
Decimal225240175
Binary111000011111000010101111
Octal341360257

Shades and tints

Shades of #E1F0AF

#E1F0AF
(225,240,175)
#CDDBA0
(205,219,160)
#B9C691
(185,198,145)
#A5B182
(165,177,130)
#919C73
(145,156,115)
#7D8764
(125,135,100)
#697255
(105,114,85)
#555D46
(85,93,70)
#414837
(65,72,55)
#2D3328
(45,51,40)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #E1F0AF

#E1F0AF
(225,240,175)
#E3F1B6
(227,241,182)
#E5F2BD
(229,242,189)
#E7F3C4
(231,243,196)
#E9F4CB
(233,244,203)
#EBF5D2
(235,245,210)
#EDF6D9
(237,246,217)
#EFF7E0
(239,247,224)
#F1F8E7
(241,248,231)
#F3F9EE
(243,249,238)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F0AF color. Also use rgb(225,240,175) instead hex code.

Text Font Color

.myTextColor { color: #E1F0AF; }

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

This text font color is #E1F0AF.


Background Color

.myBgColor { background-color: #E1F0AF; }

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

This div background color is #E1F0AF.


Border color

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

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

This div border color is #E1F0AF.


Opacity

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

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

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

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

This text has shadow with #E1F0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F0AF on black background.


Color preview on white background

This text has color #E1F0AF on white background.



Black color preview on #E1F0AF background

This text has black color on #E1F0AF background.


White color preview on #E1F0AF background

This text has white color on #E1F0AF background.