COLOR #E1FFC7

HEX: #E1FFC7
RGB: (225,255,199)

Color info

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

RGB color model

#E1FFC7 color RGB value is (225,255,199).

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

RGB channels and saturation

R 225 of 255 = 88%
G 255 of 255 = 100%
B 199 of 255 = 78%

225
255
199

R + G + B ~ 89%. #E1FFC7 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 255 + 199 = 679 (100%)
R 225 of 679 ~ 33.14%
G 255 of 679 ~ 37.56%
B 199 of 679 ~ 29.31%

%33.14
%37.56
%29.31

CMYK color model

#E1FFC7 color CMYK value is (12,0,22,0).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 21.96%
  • key color value is 0.00%
CMYK:
(12,0,22,0)
C12M0Y22K0 
(12%,0%,22%,0%)
(0.12/0.00/0.22/0.00)	

CMYK percentages

%11.76
%0
%21.96
%0

Codes

Color #E1FFC7 in popluar color models

E1FFC7
RGB225255199
HSL92°100.00%89.02%
HSB/HSV92°21.96%100.00%
CMYK11.76%0.00%21.96%
0.00%

Color #E1FFC7 in popluar number systems.

HEXE1FFC7
Decimal225255199
Binary111000011111111111000111
Octal341377307

Shades and tints

Shades of #E1FFC7

#E1FFC7
(225,255,199)
#CDE8B5
(205,232,181)
#B9D1A3
(185,209,163)
#A5BA91
(165,186,145)
#91A37F
(145,163,127)
#7D8C6D
(125,140,109)
#69755B
(105,117,91)
#555E49
(85,94,73)
#414737
(65,71,55)
#2D3025
(45,48,37)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #E1FFC7

#E1FFC7
(225,255,199)
#E3FFCC
(227,255,204)
#E5FFD1
(229,255,209)
#E7FFD6
(231,255,214)
#E9FFDB
(233,255,219)
#EBFFE0
(235,255,224)
#EDFFE5
(237,255,229)
#EFFFEA
(239,255,234)
#F1FFEF
(241,255,239)
#F3FFF4
(243,255,244)
#F5FFF9
(245,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FFC7; }

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

This text font color is #E1FFC7.


Background Color

.myBgColor { background-color: #E1FFC7; }

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

This div background color is #E1FFC7.


Border color

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

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

This div border color is #E1FFC7.


Opacity

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

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

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

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

This text has shadow with #E1FFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FFC7 on black background.


Color preview on white background

This text has color #E1FFC7 on white background.



Black color preview on #E1FFC7 background

This text has black color on #E1FFC7 background.


White color preview on #E1FFC7 background

This text has white color on #E1FFC7 background.