COLOR #E8F1E1

HEX: #E8F1E1
RGB: (232,241,225)

Color info

#E8F1E1 contains red, green and blue colors in about the same proportion. Web safe color of #E8F1E1 is #FFFFCC (or #FFC).

RGB color model

#E8F1E1 color RGB value is (232,241,225).

  • red value is 232;
  • green value is 241;
  • blue value is 225.
RGB:
(232,241,225)
(91%,95%,88%)

RGB channels and saturation

R 232 of 255 = 91%
G 241 of 255 = 95%
B 225 of 255 = 88%

232
241
225

R + G + B ~ 91%. #E8F1E1 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 241 + 225 = 698 (100%)
R 232 of 698 ~ 33.24%
G 241 of 698 ~ 34.53%
B 225 of 698 ~ 32.23%

%33.24
%34.53
%32.23

CMYK color model

#E8F1E1 color CMYK value is (4,0,7,5).

  • cyan value is 3.73%
  • magenta value is 0.00%
  • yellow value is 6.64%
  • key color value is 5.49%
CMYK:
(4,0,7,5)
C4M0Y7K5 
(4%,0%,7%,5%)
(0.04/0.00/0.07/0.05)	

CMYK percentages

%3.73
%0
%6.64
%5.49

Codes

Color #E8F1E1 in popluar color models

E8F1E1
RGB232241225
HSL94°36.36%91.37%
HSB/HSV94°6.64%94.51%
CMYK3.73%0.00%6.64%
5.49%

Color #E8F1E1 in popluar number systems.

HEXE8F1E1
Decimal232241225
Binary111010001111000111100001
Octal350361341

Shades and tints

Shades of #E8F1E1

#E8F1E1
(232,241,225)
#D3DCCD
(211,220,205)
#BEC7B9
(190,199,185)
#A9B2A5
(169,178,165)
#949D91
(148,157,145)
#7F887D
(127,136,125)
#6A7369
(106,115,105)
#555E55
(85,94,85)
#404941
(64,73,65)
#2B342D
(43,52,45)
#161F19
(22,31,25)
#000000
(0,0,0)

Tints of #E8F1E1

#E8F1E1
(232,241,225)
#EAF2E3
(234,242,227)
#ECF3E5
(236,243,229)
#EEF4E7
(238,244,231)
#F0F5E9
(240,245,233)
#F2F6EB
(242,246,235)
#F4F7ED
(244,247,237)
#F6F8EF
(246,248,239)
#F8F9F1
(248,249,241)
#FAFAF3
(250,250,243)
#FCFBF5
(252,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8F1E1 color. Also use rgb(232,241,225) instead hex code.

Text Font Color

.myTextColor { color: #E8F1E1; }

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

This text font color is #E8F1E1.


Background Color

.myBgColor { background-color: #E8F1E1; }

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

This div background color is #E8F1E1.


Border color

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

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

This div border color is #E8F1E1.


Opacity

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

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

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

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

This text has shadow with #E8F1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F1E1 on black background.


Color preview on white background

This text has color #E8F1E1 on white background.



Black color preview on #E8F1E1 background

This text has black color on #E8F1E1 background.


White color preview on #E8F1E1 background

This text has white color on #E8F1E1 background.