COLOR #E6FEE1

HEX: #E6FEE1
RGB: (230,254,225)

Color info

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

RGB color model

#E6FEE1 color RGB value is (230,254,225).

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

RGB channels and saturation

R 230 of 255 = 90%
G 254 of 255 = 100%
B 225 of 255 = 88%

230
254
225

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

Portions of RGB colors in percentages

R + G + B =
230 + 254 + 225 = 709 (100%)
R 230 of 709 ~ 32.44%
G 254 of 709 ~ 35.83%
B 225 of 709 ~ 31.73%

%32.44
%35.83
%31.73

CMYK color model

#E6FEE1 color CMYK value is (9,0,11,0).

  • cyan value is 9.45%
  • magenta value is 0.00%
  • yellow value is 11.42%
  • key color value is 0.39%
CMYK:
(9,0,11,0)
C9M0Y11K0 
(9%,0%,11%,0%)
(0.09/0.00/0.11/0.00)	

CMYK percentages

%9.45
%0
%11.42
%0.39

Codes

Color #E6FEE1 in popluar color models

E6FEE1
RGB230254225
HSL110°93.55%93.92%
HSB/HSV110°11.42%99.61%
CMYK9.45%0.00%11.42%
0.39%

Color #E6FEE1 in popluar number systems.

HEXE6FEE1
Decimal230254225
Binary111001101111111011100001
Octal346376341

Shades and tints

Shades of #E6FEE1

#E6FEE1
(230,254,225)
#D2E7CD
(210,231,205)
#BED0B9
(190,208,185)
#AAB9A5
(170,185,165)
#96A291
(150,162,145)
#828B7D
(130,139,125)
#6E7469
(110,116,105)
#5A5D55
(90,93,85)
#464641
(70,70,65)
#322F2D
(50,47,45)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #E6FEE1

#E6FEE1
(230,254,225)
#E8FEE3
(232,254,227)
#EAFEE5
(234,254,229)
#ECFEE7
(236,254,231)
#EEFEE9
(238,254,233)
#F0FEEB
(240,254,235)
#F2FEED
(242,254,237)
#F4FEEF
(244,254,239)
#F6FEF1
(246,254,241)
#F8FEF3
(248,254,243)
#FAFEF5
(250,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FEE1; }

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

This text font color is #E6FEE1.


Background Color

.myBgColor { background-color: #E6FEE1; }

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

This div background color is #E6FEE1.


Border color

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

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

This div border color is #E6FEE1.


Opacity

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

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

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

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

This text has shadow with #E6FEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FEE1 on black background.


Color preview on white background

This text has color #E6FEE1 on white background.



Black color preview on #E6FEE1 background

This text has black color on #E6FEE1 background.


White color preview on #E6FEE1 background

This text has white color on #E6FEE1 background.