COLOR #E8F1DA

HEX: #E8F1DA
RGB: (232,241,218)

Color info

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

RGB color model

#E8F1DA color RGB value is (232,241,218).

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

RGB channels and saturation

R 232 of 255 = 91%
G 241 of 255 = 95%
B 218 of 255 = 85%

232
241
218

R + G + B ~ 90%. #E8F1DA is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 241 + 218 = 691 (100%)
R 232 of 691 ~ 33.57%
G 241 of 691 ~ 34.88%
B 218 of 691 ~ 31.55%

%33.57
%34.88
%31.55

CMYK color model

#E8F1DA color CMYK value is (4,0,10,5).

  • cyan value is 3.73%
  • magenta value is 0.00%
  • yellow value is 9.54%
  • key color value is 5.49%
CMYK:
(4,0,10,5)
C4M0Y10K5 
(4%,0%,10%,5%)
(0.04/0.00/0.10/0.05)	

CMYK percentages

%3.73
%0
%9.54
%5.49

Codes

Color #E8F1DA in popluar color models

E8F1DA
RGB232241218
HSL83°45.10%90.00%
HSB/HSV83°9.54%94.51%
CMYK3.73%0.00%9.54%
5.49%

Color #E8F1DA in popluar number systems.

HEXE8F1DA
Decimal232241218
Binary111010001111000111011010
Octal350361332

Shades and tints

Shades of #E8F1DA

#E8F1DA
(232,241,218)
#D3DCC7
(211,220,199)
#BEC7B4
(190,199,180)
#A9B2A1
(169,178,161)
#949D8E
(148,157,142)
#7F887B
(127,136,123)
#6A7368
(106,115,104)
#555E55
(85,94,85)
#404942
(64,73,66)
#2B342F
(43,52,47)
#161F1C
(22,31,28)
#000000
(0,0,0)

Tints of #E8F1DA

#E8F1DA
(232,241,218)
#EAF2DD
(234,242,221)
#ECF3E0
(236,243,224)
#EEF4E3
(238,244,227)
#F0F5E6
(240,245,230)
#F2F6E9
(242,246,233)
#F4F7EC
(244,247,236)
#F6F8EF
(246,248,239)
#F8F9F2
(248,249,242)
#FAFAF5
(250,250,245)
#FCFBF8
(252,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8F1DA; }

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

This text font color is #E8F1DA.


Background Color

.myBgColor { background-color: #E8F1DA; }

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

This div background color is #E8F1DA.


Border color

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

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

This div border color is #E8F1DA.


Opacity

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

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

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

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

This text has shadow with #E8F1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F1DA on black background.


Color preview on white background

This text has color #E8F1DA on white background.



Black color preview on #E8F1DA background

This text has black color on #E8F1DA background.


White color preview on #E8F1DA background

This text has white color on #E8F1DA background.