COLOR #E6FBCE

HEX: #E6FBCE
RGB: (230,251,206)

Color info

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

RGB color model

#E6FBCE color RGB value is (230,251,206).

  • red value is 230;
  • green value is 251;
  • blue value is 206.
RGB:
(230,251,206)
(90%,98%,81%)

RGB channels and saturation

R 230 of 255 = 90%
G 251 of 255 = 98%
B 206 of 255 = 81%

230
251
206

R + G + B ~ 90%. #E6FBCE is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 251 + 206 = 687 (100%)
R 230 of 687 ~ 33.48%
G 251 of 687 ~ 36.54%
B 206 of 687 ~ 29.99%

%33.48
%36.54
%29.99

CMYK color model

#E6FBCE color CMYK value is (8,0,18,2).

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 17.93%
  • key color value is 1.57%
CMYK:
(8,0,18,2)
C8M0Y18K2 
(8%,0%,18%,2%)
(0.08/0.00/0.18/0.02)	

CMYK percentages

%8.37
%0
%17.93
%1.57

Codes

Color #E6FBCE in popluar color models

E6FBCE
RGB230251206
HSL88°84.91%89.61%
HSB/HSV88°17.93%98.43%
CMYK8.37%0.00%17.93%
1.57%

Color #E6FBCE in popluar number systems.

HEXE6FBCE
Decimal230251206
Binary111001101111101111001110
Octal346373316

Shades and tints

Shades of #E6FBCE

#E6FBCE
(230,251,206)
#D2E5BC
(210,229,188)
#BECFAA
(190,207,170)
#AAB998
(170,185,152)
#96A386
(150,163,134)
#828D74
(130,141,116)
#6E7762
(110,119,98)
#5A6150
(90,97,80)
#464B3E
(70,75,62)
#32352C
(50,53,44)
#1E1F1A
(30,31,26)
#000000
(0,0,0)

Tints of #E6FBCE

#E6FBCE
(230,251,206)
#E8FBD2
(232,251,210)
#EAFBD6
(234,251,214)
#ECFBDA
(236,251,218)
#EEFBDE
(238,251,222)
#F0FBE2
(240,251,226)
#F2FBE6
(242,251,230)
#F4FBEA
(244,251,234)
#F6FBEE
(246,251,238)
#F8FBF2
(248,251,242)
#FAFBF6
(250,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FBCE color. Also use rgb(230,251,206) instead hex code.

Text Font Color

.myTextColor { color: #E6FBCE; }

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

This text font color is #E6FBCE.


Background Color

.myBgColor { background-color: #E6FBCE; }

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

This div background color is #E6FBCE.


Border color

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

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

This div border color is #E6FBCE.


Opacity

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

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

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

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

This text has shadow with #E6FBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FBCE on black background.


Color preview on white background

This text has color #E6FBCE on white background.



Black color preview on #E6FBCE background

This text has black color on #E6FBCE background.


White color preview on #E6FBCE background

This text has white color on #E6FBCE background.