COLOR #E6FCE8

HEX: #E6FCE8
RGB: (230,252,232)

Color info

#E6FCE8 contains red, green and blue colors in about the same proportion. Web safe color of #E6FCE8 is #CCFFFF (or #CFF).

RGB color model

#E6FCE8 color RGB value is (230,252,232).

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

RGB channels and saturation

R 230 of 255 = 90%
G 252 of 255 = 99%
B 232 of 255 = 91%

230
252
232

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

Portions of RGB colors in percentages

R + G + B =
230 + 252 + 232 = 714 (100%)
R 230 of 714 ~ 32.21%
G 252 of 714 ~ 35.29%
B 232 of 714 ~ 32.49%

%32.21
%35.29
%32.49

CMYK color model

#E6FCE8 color CMYK value is (9,0,8,1).

  • cyan value is 8.73%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 1.18%
CMYK:
(9,0,8,1)
C9M0Y8K1 
(9%,0%,8%,1%)
(0.09/0.00/0.08/0.01)	

CMYK percentages

%8.73
%0
%7.94
%1.18

Codes

Color #E6FCE8 in popluar color models

E6FCE8
RGB230252232
HSL125°78.57%94.51%
HSB/HSV125°8.73%98.82%
CMYK8.73%0.00%7.94%
1.18%

Color #E6FCE8 in popluar number systems.

HEXE6FCE8
Decimal230252232
Binary111001101111110011101000
Octal346374350

Shades and tints

Shades of #E6FCE8

#E6FCE8
(230,252,232)
#D2E6D3
(210,230,211)
#BED0BE
(190,208,190)
#AABAA9
(170,186,169)
#96A494
(150,164,148)
#828E7F
(130,142,127)
#6E786A
(110,120,106)
#5A6255
(90,98,85)
#464C40
(70,76,64)
#32362B
(50,54,43)
#1E2016
(30,32,22)
#000000
(0,0,0)

Tints of #E6FCE8

#E6FCE8
(230,252,232)
#E8FCEA
(232,252,234)
#EAFCEC
(234,252,236)
#ECFCEE
(236,252,238)
#EEFCF0
(238,252,240)
#F0FCF2
(240,252,242)
#F2FCF4
(242,252,244)
#F4FCF6
(244,252,246)
#F6FCF8
(246,252,248)
#F8FCFA
(248,252,250)
#FAFCFC
(250,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FCE8; }

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

This text font color is #E6FCE8.


Background Color

.myBgColor { background-color: #E6FCE8; }

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

This div background color is #E6FCE8.


Border color

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

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

This div border color is #E6FCE8.


Opacity

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

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

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

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

This text has shadow with #E6FCE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FCE8 on black background.


Color preview on white background

This text has color #E6FCE8 on white background.



Black color preview on #E6FCE8 background

This text has black color on #E6FCE8 background.


White color preview on #E6FCE8 background

This text has white color on #E6FCE8 background.