COLOR #E6FEDF

HEX: #E6FEDF
RGB: (230,254,223)

Color info

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

RGB color model

#E6FEDF color RGB value is (230,254,223).

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

RGB channels and saturation

R 230 of 255 = 90%
G 254 of 255 = 100%
B 223 of 255 = 87%

230
254
223

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

Portions of RGB colors in percentages

R + G + B =
230 + 254 + 223 = 707 (100%)
R 230 of 707 ~ 32.53%
G 254 of 707 ~ 35.93%
B 223 of 707 ~ 31.54%

%32.53
%35.93
%31.54

CMYK color model

#E6FEDF color CMYK value is (9,0,12,0).

  • cyan value is 9.45%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 0.39%
CMYK:
(9,0,12,0)
C9M0Y12K0 
(9%,0%,12%,0%)
(0.09/0.00/0.12/0.00)	

CMYK percentages

%9.45
%0
%12.2
%0.39

Codes

Color #E6FEDF in popluar color models

E6FEDF
RGB230254223
HSL106°93.94%93.53%
HSB/HSV106°12.20%99.61%
CMYK9.45%0.00%12.20%
0.39%

Color #E6FEDF in popluar number systems.

HEXE6FEDF
Decimal230254223
Binary111001101111111011011111
Octal346376337

Shades and tints

Shades of #E6FEDF

#E6FEDF
(230,254,223)
#D2E7CB
(210,231,203)
#BED0B7
(190,208,183)
#AAB9A3
(170,185,163)
#96A28F
(150,162,143)
#828B7B
(130,139,123)
#6E7467
(110,116,103)
#5A5D53
(90,93,83)
#46463F
(70,70,63)
#322F2B
(50,47,43)
#1E1817
(30,24,23)
#000000
(0,0,0)

Tints of #E6FEDF

#E6FEDF
(230,254,223)
#E8FEE1
(232,254,225)
#EAFEE3
(234,254,227)
#ECFEE5
(236,254,229)
#EEFEE7
(238,254,231)
#F0FEE9
(240,254,233)
#F2FEEB
(242,254,235)
#F4FEED
(244,254,237)
#F6FEEF
(246,254,239)
#F8FEF1
(248,254,241)
#FAFEF3
(250,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FEDF; }

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

This text font color is #E6FEDF.


Background Color

.myBgColor { background-color: #E6FEDF; }

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

This div background color is #E6FEDF.


Border color

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

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

This div border color is #E6FEDF.


Opacity

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

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

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

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

This text has shadow with #E6FEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FEDF on black background.


Color preview on white background

This text has color #E6FEDF on white background.



Black color preview on #E6FEDF background

This text has black color on #E6FEDF background.


White color preview on #E6FEDF background

This text has white color on #E6FEDF background.