COLOR #E1F8AF

HEX: #E1F8AF RGB: (225,248,175)

Color info

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

RGB color model

#E1F8AF color RGB value is (225,248,175).

RGB: (225,248,175) (88%, 97%, 69%)

RGB channels and saturation

R 225 of 255 = 88%
G 248 of 255 = 97%
B 175 of 255 = 69%

225
248
175

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

Portions of RGB colors in percentages

R + G + B = 225 + 248 + 175 = 648 (100%)
R 225 of 648 ~ 34.72%
G 248 of 648 ~ 38.27%
B 175 of 648 ~ 27.01'%

%34.72
%38.27
%27.01

CMYK color model

#E1F8AF color CMYK value is (9,0,29,3).

  • cyan value is 9.27%
  • magenta value is 0.00%
  • yellow value is 29.44%
  • key color value is 2.75%
CMYK: (9,0,29,3) C9M0Y29K3 (9%,0%,29%,3%) (0.09/0.00/0.29/0.03) 

CMYK percentages

%9.27
%0
%29.44
%2.75

Codes

Color #E1F8AF in popluar color models

E1 F8 AF
RGB 225 248 175
HSL 79° 83.91% 82.94%
HSB/HSV 79° 29.44% 97.25%
CMYK 9.27% 0.00% 29.44%
2.75%

Color #E1F8AF in popluar number systems.

HEX E1 F8 AF
Decimal 225 248 175
Binary 11100001 11111000 10101111
Octal 341 370 257

Shades and tints

Shades of #E1F8AF

#E1F8AF
(225,248,175)
#CDE2A0
(205,226,160)
#B9CC91
(185,204,145)
#A5B682
(165,182,130)
#91A073
(145,160,115)
#7D8A64
(125,138,100)
#697455
(105,116,85)
#555E46
(85,94,70)
#414837
(65,72,55)
#2D3228
(45,50,40)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #E1F8AF

#E1F8AF
(225,248,175)
#E3F8B6
(227,248,182)
#E5F8BD
(229,248,189)
#E7F8C4
(231,248,196)
#E9F8CB
(233,248,203)
#EBF8D2
(235,248,210)
#EDF8D9
(237,248,217)
#EFF8E0
(239,248,224)
#F1F8E7
(241,248,231)
#F3F8EE
(243,248,238)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F8AF; }

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

This text font color is #E1F8AF.

Background Color

.myBgColor { background-color: #E1F8AF; }

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

This div background color is #E1F8AF.

Border color

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

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

This div border color is #E1F8AF.

Opacity

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

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

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

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

This text has shadow with #E1F8AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1F8AF.

Preview

Color preview on black background

This text has color #E1F8AF on black background.


Color preview on white background

This text has color #E1F8AF on white background.


Black color preview on #E1F8AF background

This text has black color on #E1F8AF background.


White color preview on #E1F8AF background

This text has white color on #E1F8AF background.


Related colors

Complementary color

Complementary color for #hex is #1E0750.


I love getcolorcode.com

Triadic colors

1 #AFE1F8 and #F8AFE1 with #E1F8AF are triadic colors.

2 #AFF8E1 and #F8E1AF with #E1F8AF are triadic colors.