COLOR #E1F8A3

HEX: #E1F8A3
RGB: (225,248,163)

Color info

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

RGB color model

#E1F8A3 color RGB value is (225,248,163).

  • red value is 225;
  • green value is 248;
  • blue value is 163.
RGB:
(225,248,163)
(88%,97%,64%)

RGB channels and saturation

R 225 of 255 = 88%
G 248 of 255 = 97%
B 163 of 255 = 64%

225
248
163

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

Portions of RGB colors in percentages

R + G + B =
225 + 248 + 163 = 636 (100%)
R 225 of 636 ~ 35.38%
G 248 of 636 ~ 38.99%
B 163 of 636 ~ 25.63%

%35.38
%38.99
%25.63

CMYK color model

#E1F8A3 color CMYK value is (9,0,34,3).

  • cyan value is 9.27%
  • magenta value is 0.00%
  • yellow value is 34.27%
  • key color value is 2.75%
CMYK:
(9,0,34,3)
C9M0Y34K3 
(9%,0%,34%,3%)
(0.09/0.00/0.34/0.03)	

CMYK percentages

%9.27
%0
%34.27
%2.75

Codes

Color #E1F8A3 in popluar color models

E1F8A3
RGB225248163
HSL76°85.86%80.59%
HSB/HSV76°34.27%97.25%
CMYK9.27%0.00%34.27%
2.75%

Color #E1F8A3 in popluar number systems.

HEXE1F8A3
Decimal225248163
Binary111000011111100010100011
Octal341370243

Shades and tints

Shades of #E1F8A3

#E1F8A3
(225,248,163)
#CDE295
(205,226,149)
#B9CC87
(185,204,135)
#A5B679
(165,182,121)
#91A06B
(145,160,107)
#7D8A5D
(125,138,93)
#69744F
(105,116,79)
#555E41
(85,94,65)
#414833
(65,72,51)
#2D3225
(45,50,37)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #E1F8A3

#E1F8A3
(225,248,163)
#E3F8AB
(227,248,171)
#E5F8B3
(229,248,179)
#E7F8BB
(231,248,187)
#E9F8C3
(233,248,195)
#EBF8CB
(235,248,203)
#EDF8D3
(237,248,211)
#EFF8DB
(239,248,219)
#F1F8E3
(241,248,227)
#F3F8EB
(243,248,235)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F8A3; }

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

This text font color is #E1F8A3.


Background Color

.myBgColor { background-color: #E1F8A3; }

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

This div background color is #E1F8A3.


Border color

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

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

This div border color is #E1F8A3.


Opacity

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

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

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

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

This text has shadow with #E1F8A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F8A3 on black background.


Color preview on white background

This text has color #E1F8A3 on white background.



Black color preview on #E1F8A3 background

This text has black color on #E1F8A3 background.


White color preview on #E1F8A3 background

This text has white color on #E1F8A3 background.