COLOR #E6FEC8

HEX: #E6FEC8
RGB: (230,254,200)

Color info

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

RGB color model

#E6FEC8 color RGB value is (230,254,200).

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

RGB channels and saturation

R 230 of 255 = 90%
G 254 of 255 = 100%
B 200 of 255 = 78%

230
254
200

R + G + B ~ 89%. #E6FEC8 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 254 + 200 = 684 (100%)
R 230 of 684 ~ 33.63%
G 254 of 684 ~ 37.13%
B 200 of 684 ~ 29.24%

%33.63
%37.13
%29.24

CMYK color model

#E6FEC8 color CMYK value is (9,0,21,0).

  • cyan value is 9.45%
  • magenta value is 0.00%
  • yellow value is 21.26%
  • key color value is 0.39%
CMYK:
(9,0,21,0)
C9M0Y21K0 
(9%,0%,21%,0%)
(0.09/0.00/0.21/0.00)	

CMYK percentages

%9.45
%0
%21.26
%0.39

Codes

Color #E6FEC8 in popluar color models

E6FEC8
RGB230254200
HSL87°96.43%89.02%
HSB/HSV87°21.26%99.61%
CMYK9.45%0.00%21.26%
0.39%

Color #E6FEC8 in popluar number systems.

HEXE6FEC8
Decimal230254200
Binary111001101111111011001000
Octal346376310

Shades and tints

Shades of #E6FEC8

#E6FEC8
(230,254,200)
#D2E7B6
(210,231,182)
#BED0A4
(190,208,164)
#AAB992
(170,185,146)
#96A280
(150,162,128)
#828B6E
(130,139,110)
#6E745C
(110,116,92)
#5A5D4A
(90,93,74)
#464638
(70,70,56)
#322F26
(50,47,38)
#1E1814
(30,24,20)
#000000
(0,0,0)

Tints of #E6FEC8

#E6FEC8
(230,254,200)
#E8FECD
(232,254,205)
#EAFED2
(234,254,210)
#ECFED7
(236,254,215)
#EEFEDC
(238,254,220)
#F0FEE1
(240,254,225)
#F2FEE6
(242,254,230)
#F4FEEB
(244,254,235)
#F6FEF0
(246,254,240)
#F8FEF5
(248,254,245)
#FAFEFA
(250,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FEC8; }

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

This text font color is #E6FEC8.


Background Color

.myBgColor { background-color: #E6FEC8; }

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

This div background color is #E6FEC8.


Border color

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

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

This div border color is #E6FEC8.


Opacity

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

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

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

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

This text has shadow with #E6FEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FEC8 on black background.


Color preview on white background

This text has color #E6FEC8 on white background.



Black color preview on #E6FEC8 background

This text has black color on #E6FEC8 background.


White color preview on #E6FEC8 background

This text has white color on #E6FEC8 background.