COLOR #E6FCBF

HEX: #E6FCBF
RGB: (230,252,191)

Color info

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

RGB color model

#E6FCBF color RGB value is (230,252,191).

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

RGB channels and saturation

R 230 of 255 = 90%
G 252 of 255 = 99%
B 191 of 255 = 75%

230
252
191

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

Portions of RGB colors in percentages

R + G + B =
230 + 252 + 191 = 673 (100%)
R 230 of 673 ~ 34.18%
G 252 of 673 ~ 37.44%
B 191 of 673 ~ 28.38%

%34.18
%37.44
%28.38

CMYK color model

#E6FCBF color CMYK value is (9,0,24,1).

  • cyan value is 8.73%
  • magenta value is 0.00%
  • yellow value is 24.21%
  • key color value is 1.18%
CMYK:
(9,0,24,1)
C9M0Y24K1 
(9%,0%,24%,1%)
(0.09/0.00/0.24/0.01)	

CMYK percentages

%8.73
%0
%24.21
%1.18

Codes

Color #E6FCBF in popluar color models

E6FCBF
RGB230252191
HSL82°91.04%86.86%
HSB/HSV82°24.21%98.82%
CMYK8.73%0.00%24.21%
1.18%

Color #E6FCBF in popluar number systems.

HEXE6FCBF
Decimal230252191
Binary111001101111110010111111
Octal346374277

Shades and tints

Shades of #E6FCBF

#E6FCBF
(230,252,191)
#D2E6AE
(210,230,174)
#BED09D
(190,208,157)
#AABA8C
(170,186,140)
#96A47B
(150,164,123)
#828E6A
(130,142,106)
#6E7859
(110,120,89)
#5A6248
(90,98,72)
#464C37
(70,76,55)
#323626
(50,54,38)
#1E2015
(30,32,21)
#000000
(0,0,0)

Tints of #E6FCBF

#E6FCBF
(230,252,191)
#E8FCC4
(232,252,196)
#EAFCC9
(234,252,201)
#ECFCCE
(236,252,206)
#EEFCD3
(238,252,211)
#F0FCD8
(240,252,216)
#F2FCDD
(242,252,221)
#F4FCE2
(244,252,226)
#F6FCE7
(246,252,231)
#F8FCEC
(248,252,236)
#FAFCF1
(250,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FCBF; }

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

This text font color is #E6FCBF.


Background Color

.myBgColor { background-color: #E6FCBF; }

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

This div background color is #E6FCBF.


Border color

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

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

This div border color is #E6FCBF.


Opacity

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

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

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

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

This text has shadow with #E6FCBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FCBF on black background.


Color preview on white background

This text has color #E6FCBF on white background.



Black color preview on #E6FCBF background

This text has black color on #E6FCBF background.


White color preview on #E6FCBF background

This text has white color on #E6FCBF background.