COLOR #E1FFCE

HEX: #E1FFCE
RGB: (225,255,206)

Color info

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

RGB color model

#E1FFCE color RGB value is (225,255,206).

  • red value is 225;
  • green value is 255;
  • blue value is 206.
RGB:
(225,255,206)
(88%,100%,81%)

RGB channels and saturation

R 225 of 255 = 88%
G 255 of 255 = 100%
B 206 of 255 = 81%

225
255
206

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

Portions of RGB colors in percentages

R + G + B =
225 + 255 + 206 = 686 (100%)
R 225 of 686 ~ 32.8%
G 255 of 686 ~ 37.17%
B 206 of 686 ~ 30.03%

%32.8
%37.17
%30.03

CMYK color model

#E1FFCE color CMYK value is (12,0,19,0).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 19.22%
  • key color value is 0.00%
CMYK:
(12,0,19,0)
C12M0Y19K0 
(12%,0%,19%,0%)
(0.12/0.00/0.19/0.00)	

CMYK percentages

%11.76
%0
%19.22
%0

Codes

Color #E1FFCE in popluar color models

E1FFCE
RGB225255206
HSL97°100.00%90.39%
HSB/HSV97°19.22%100.00%
CMYK11.76%0.00%19.22%
0.00%

Color #E1FFCE in popluar number systems.

HEXE1FFCE
Decimal225255206
Binary111000011111111111001110
Octal341377316

Shades and tints

Shades of #E1FFCE

#E1FFCE
(225,255,206)
#CDE8BC
(205,232,188)
#B9D1AA
(185,209,170)
#A5BA98
(165,186,152)
#91A386
(145,163,134)
#7D8C74
(125,140,116)
#697562
(105,117,98)
#555E50
(85,94,80)
#41473E
(65,71,62)
#2D302C
(45,48,44)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #E1FFCE

#E1FFCE
(225,255,206)
#E3FFD2
(227,255,210)
#E5FFD6
(229,255,214)
#E7FFDA
(231,255,218)
#E9FFDE
(233,255,222)
#EBFFE2
(235,255,226)
#EDFFE6
(237,255,230)
#EFFFEA
(239,255,234)
#F1FFEE
(241,255,238)
#F3FFF2
(243,255,242)
#F5FFF6
(245,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1FFCE color. Also use rgb(225,255,206) instead hex code.

Text Font Color

.myTextColor { color: #E1FFCE; }

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

This text font color is #E1FFCE.


Background Color

.myBgColor { background-color: #E1FFCE; }

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

This div background color is #E1FFCE.


Border color

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

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

This div border color is #E1FFCE.


Opacity

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

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

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

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

This text has shadow with #E1FFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FFCE on black background.


Color preview on white background

This text has color #E1FFCE on white background.



Black color preview on #E1FFCE background

This text has black color on #E1FFCE background.


White color preview on #E1FFCE background

This text has white color on #E1FFCE background.