COLOR #E8F8E6

HEX: #E8F8E6
RGB: (232,248,230)

Color info

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

RGB color model

#E8F8E6 color RGB value is (232,248,230).

  • red value is 232;
  • green value is 248;
  • blue value is 230.
RGB:
(232,248,230)
(91%,97%,90%)

RGB channels and saturation

R 232 of 255 = 91%
G 248 of 255 = 97%
B 230 of 255 = 90%

232
248
230

R + G + B ~ 93%. #E8F8E6 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 248 + 230 = 710 (100%)
R 232 of 710 ~ 32.68%
G 248 of 710 ~ 34.93%
B 230 of 710 ~ 32.39%

%32.68
%34.93
%32.39

CMYK color model

#E8F8E6 color CMYK value is (6,0,7,3).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 7.26%
  • key color value is 2.75%
CMYK:
(6,0,7,3)
C6M0Y7K3 
(6%,0%,7%,3%)
(0.06/0.00/0.07/0.03)	

CMYK percentages

%6.45
%0
%7.26
%2.75

Codes

Color #E8F8E6 in popluar color models

E8F8E6
RGB232248230
HSL113°56.25%93.73%
HSB/HSV113°7.26%97.25%
CMYK6.45%0.00%7.26%
2.75%

Color #E8F8E6 in popluar number systems.

HEXE8F8E6
Decimal232248230
Binary111010001111100011100110
Octal350370346

Shades and tints

Shades of #E8F8E6

#E8F8E6
(232,248,230)
#D3E2D2
(211,226,210)
#BECCBE
(190,204,190)
#A9B6AA
(169,182,170)
#94A096
(148,160,150)
#7F8A82
(127,138,130)
#6A746E
(106,116,110)
#555E5A
(85,94,90)
#404846
(64,72,70)
#2B3232
(43,50,50)
#161C1E
(22,28,30)
#000000
(0,0,0)

Tints of #E8F8E6

#E8F8E6
(232,248,230)
#EAF8E8
(234,248,232)
#ECF8EA
(236,248,234)
#EEF8EC
(238,248,236)
#F0F8EE
(240,248,238)
#F2F8F0
(242,248,240)
#F4F8F2
(244,248,242)
#F6F8F4
(246,248,244)
#F8F8F6
(248,248,246)
#FAF8F8
(250,248,248)
#FCF8FA
(252,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8F8E6 color. Also use rgb(232,248,230) instead hex code.

Text Font Color

.myTextColor { color: #E8F8E6; }

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

This text font color is #E8F8E6.


Background Color

.myBgColor { background-color: #E8F8E6; }

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

This div background color is #E8F8E6.


Border color

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

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

This div border color is #E8F8E6.


Opacity

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

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

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

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

This text has shadow with #E8F8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F8E6 on black background.


Color preview on white background

This text has color #E8F8E6 on white background.



Black color preview on #E8F8E6 background

This text has black color on #E8F8E6 background.


White color preview on #E8F8E6 background

This text has white color on #E8F8E6 background.