COLOR #E6FEBF

HEX: #E6FEBF
RGB: (230,254,191)

Color info

#E6FEBF contains mainly red and green colors. Web safe color of #E6FEBF is #CCFFCC (or #CFC).

RGB color model

#E6FEBF color RGB value is (230,254,191).

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

RGB channels and saturation

R 230 of 255 = 90%
G 254 of 255 = 100%
B 191 of 255 = 75%

230
254
191

R + G + B ~ 88%. #E6FEBF is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 254 + 191 = 675 (100%)
R 230 of 675 ~ 34.07%
G 254 of 675 ~ 37.63%
B 191 of 675 ~ 28.3%

%34.07
%37.63
%28.3

CMYK color model

#E6FEBF color CMYK value is (9,0,25,0).

  • cyan value is 9.45%
  • magenta value is 0.00%
  • yellow value is 24.80%
  • key color value is 0.39%
CMYK:
(9,0,25,0)
C9M0Y25K0 
(9%,0%,25%,0%)
(0.09/0.00/0.25/0.00)	

CMYK percentages

%9.45
%0
%24.8
%0.39

Codes

Color #E6FEBF in popluar color models

E6FEBF
RGB230254191
HSL83°96.92%87.25%
HSB/HSV83°24.80%99.61%
CMYK9.45%0.00%24.80%
0.39%

Color #E6FEBF in popluar number systems.

HEXE6FEBF
Decimal230254191
Binary111001101111111010111111
Octal346376277

Shades and tints

Shades of #E6FEBF

#E6FEBF
(230,254,191)
#D2E7AE
(210,231,174)
#BED09D
(190,208,157)
#AAB98C
(170,185,140)
#96A27B
(150,162,123)
#828B6A
(130,139,106)
#6E7459
(110,116,89)
#5A5D48
(90,93,72)
#464637
(70,70,55)
#322F26
(50,47,38)
#1E1815
(30,24,21)
#000000
(0,0,0)

Tints of #E6FEBF

#E6FEBF
(230,254,191)
#E8FEC4
(232,254,196)
#EAFEC9
(234,254,201)
#ECFECE
(236,254,206)
#EEFED3
(238,254,211)
#F0FED8
(240,254,216)
#F2FEDD
(242,254,221)
#F4FEE2
(244,254,226)
#F6FEE7
(246,254,231)
#F8FEEC
(248,254,236)
#FAFEF1
(250,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FEBF; }

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

This text font color is #E6FEBF.


Background Color

.myBgColor { background-color: #E6FEBF; }

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

This div background color is #E6FEBF.


Border color

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

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

This div border color is #E6FEBF.


Opacity

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

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

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

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

This text has shadow with #E6FEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FEBF on black background.


Color preview on white background

This text has color #E6FEBF on white background.



Black color preview on #E6FEBF background

This text has black color on #E6FEBF background.


White color preview on #E6FEBF background

This text has white color on #E6FEBF background.