COLOR #E8F6D7

HEX: #E8F6D7 RGB: (232,246,215)

Color info

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

RGB color model

#E8F6D7 color RGB value is (232,246,215).

RGB: (232,246,215) (91%, 96%, 84%)

RGB channels and saturation

R 232 of 255 = 91%
G 246 of 255 = 96%
B 215 of 255 = 84%

232
246
215

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

Portions of RGB colors in percentages

R + G + B = 232 + 246 + 215 = 693 (100%)
R 232 of 693 ~ 33.48%
G 246 of 693 ~ 35.5%
B 215 of 693 ~ 31.02'%

%33.48
%35.5
%31.02

CMYK color model

#E8F6D7 color CMYK value is (6,0,13,4).

  • cyan value is 5.69%
  • magenta value is 0.00%
  • yellow value is 12.60%
  • key color value is 3.53%
CMYK: (6,0,13,4) C6M0Y13K4 (6%,0%,13%,4%) (0.06/0.00/0.13/0.04) 

CMYK percentages

%5.69
%0
%12.6
%3.53

Codes

Color #E8F6D7 in popluar color models

E8 F6 D7
RGB 232 246 215
HSL 87° 63.27% 90.39%
HSB/HSV 87° 12.60% 96.47%
CMYK 5.69% 0.00% 12.60%
3.53%

Color #E8F6D7 in popluar number systems.

HEX E8 F6 D7
Decimal 232 246 215
Binary 11101000 11110110 11010111
Octal 350 366 327

Shades and tints

Shades of #E8F6D7

#E8F6D7
(232,246,215)
#D3E0C4
(211,224,196)
#BECAB1
(190,202,177)
#A9B49E
(169,180,158)
#949E8B
(148,158,139)
#7F8878
(127,136,120)
#6A7265
(106,114,101)
#555C52
(85,92,82)
#40463F
(64,70,63)
#2B302C
(43,48,44)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #E8F6D7

#E8F6D7
(232,246,215)
#EAF6DA
(234,246,218)
#ECF6DD
(236,246,221)
#EEF6E0
(238,246,224)
#F0F6E3
(240,246,227)
#F2F6E6
(242,246,230)
#F4F6E9
(244,246,233)
#F6F6EC
(246,246,236)
#F8F6EF
(248,246,239)
#FAF6F2
(250,246,242)
#FCF6F5
(252,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8F6D7 color. Also use rgb(232,246,215) instead hex code.

Text Font Color

.myTextColor { color: #E8F6D7; }

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

This text font color is #E8F6D7.

Background Color

.myBgColor { background-color: #E8F6D7; }

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

This div background color is #E8F6D7.

Border color

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

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

This div border color is #E8F6D7.

Opacity

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

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

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

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

This text has shadow with #E8F6D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8F6D7.

Preview

Color preview on black background

This text has color #E8F6D7 on black background.


Color preview on white background

This text has color #E8F6D7 on white background.


Black color preview on #E8F6D7 background

This text has black color on #E8F6D7 background.


White color preview on #E8F6D7 background

This text has white color on #E8F6D7 background.


Related colors

Complementary color

Complementary color for #hex is #170928.


I love getcolorcode.com

Triadic colors

1 #D7E8F6 and #F6D7E8 with #E8F6D7 are triadic colors.

2 #D7F6E8 and #F6E8D7 with #E8F6D7 are triadic colors.