COLOR #E6FED8

HEX: #E6FED8
RGB: (230,254,216)

Color info

#E6FED8 contains red, green and blue colors in about the same proportion. Web safe color of #E6FED8 is #CCFFCC (or #CFC).

RGB color model

#E6FED8 color RGB value is (230,254,216).

  • red value is 230;
  • green value is 254;
  • blue value is 216.
RGB:
(230,254,216)
(90%,100%,85%)

RGB channels and saturation

R 230 of 255 = 90%
G 254 of 255 = 100%
B 216 of 255 = 85%

230
254
216

R + G + B ~ 92%. #E6FED8 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 254 + 216 = 700 (100%)
R 230 of 700 ~ 32.86%
G 254 of 700 ~ 36.29%
B 216 of 700 ~ 30.86%

%32.86
%36.29
%30.86

CMYK color model

#E6FED8 color CMYK value is (9,0,15,0).

  • cyan value is 9.45%
  • magenta value is 0.00%
  • yellow value is 14.96%
  • key color value is 0.39%
CMYK:
(9,0,15,0)
C9M0Y15K0 
(9%,0%,15%,0%)
(0.09/0.00/0.15/0.00)	

CMYK percentages

%9.45
%0
%14.96
%0.39

Codes

Color #E6FED8 in popluar color models

E6FED8
RGB230254216
HSL98°95.00%92.16%
HSB/HSV98°14.96%99.61%
CMYK9.45%0.00%14.96%
0.39%

Color #E6FED8 in popluar number systems.

HEXE6FED8
Decimal230254216
Binary111001101111111011011000
Octal346376330

Shades and tints

Shades of #E6FED8

#E6FED8
(230,254,216)
#D2E7C5
(210,231,197)
#BED0B2
(190,208,178)
#AAB99F
(170,185,159)
#96A28C
(150,162,140)
#828B79
(130,139,121)
#6E7466
(110,116,102)
#5A5D53
(90,93,83)
#464640
(70,70,64)
#322F2D
(50,47,45)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #E6FED8

#E6FED8
(230,254,216)
#E8FEDB
(232,254,219)
#EAFEDE
(234,254,222)
#ECFEE1
(236,254,225)
#EEFEE4
(238,254,228)
#F0FEE7
(240,254,231)
#F2FEEA
(242,254,234)
#F4FEED
(244,254,237)
#F6FEF0
(246,254,240)
#F8FEF3
(248,254,243)
#FAFEF6
(250,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FED8 color. Also use rgb(230,254,216) instead hex code.

Text Font Color

.myTextColor { color: #E6FED8; }

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

This text font color is #E6FED8.


Background Color

.myBgColor { background-color: #E6FED8; }

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

This div background color is #E6FED8.


Border color

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

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

This div border color is #E6FED8.


Opacity

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

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

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

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

This text has shadow with #E6FED8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FED8 on black background.


Color preview on white background

This text has color #E6FED8 on white background.



Black color preview on #E6FED8 background

This text has black color on #E6FED8 background.


White color preview on #E6FED8 background

This text has white color on #E6FED8 background.