COLOR #E2FFC7

HEX: #E2FFC7 RGB: (226,255,199)

Color info

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

RGB color model

#E2FFC7 color RGB value is (226,255,199).

RGB: (226,255,199) (89%, 100%, 78%)

RGB channels and saturation

R 226 of 255 = 89%
G 255 of 255 = 100%
B 199 of 255 = 78%

226
255
199

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

Portions of RGB colors in percentages

R + G + B = 226 + 255 + 199 = 680 (100%)
R 226 of 680 ~ 33.24%
G 255 of 680 ~ 37.5%
B 199 of 680 ~ 29.26'%

%33.24
%37.5
%29.26

CMYK color model

#E2FFC7 color CMYK value is (11,0,22,0).

  • cyan value is 11.37%
  • magenta value is 0.00%
  • yellow value is 21.96%
  • key color value is 0.00%

CMYK: (11,0,22,0)
C11M0Y22K0 (11%, 0%, 22%, 0%)
(0.11 / 0.00 / 0.22 / 0.00)

CMYK percentages

%11.37
%0
%21.96
%0

Codes

Color #E2FFC7 in popluar color models

E2 FF C7
RGB 226 255 199
HSL 91° 100.00% 89.02%
HSB/HSV 91° 21.96% 100.00%
CMYK 11.37% 0.00% 21.96%
0.00%

Color #E2FFC7 in popluar number systems.

HEX E2 FF C7
Decimal 226 255 199
Binary 11100010 11111111 11000111
Octal 342 377 307

Shades and tints

Shades of #E2FFC7

#E2FFC7
(226,255,199)
#CEE8B5
(206,232,181)
#BAD1A3
(186,209,163)
#A6BA91
(166,186,145)
#92A37F
(146,163,127)
#7E8C6D
(126,140,109)
#6A755B
(106,117,91)
#565E49
(86,94,73)
#424737
(66,71,55)
#2E3025
(46,48,37)
#1A1913
(26,25,19)
#000000
(0,0,0)

Tints of #E2FFC7

#E2FFC7
(226,255,199)
#E4FFCC
(228,255,204)
#E6FFD1
(230,255,209)
#E8FFD6
(232,255,214)
#EAFFDB
(234,255,219)
#ECFFE0
(236,255,224)
#EEFFE5
(238,255,229)
#F0FFEA
(240,255,234)
#F2FFEF
(242,255,239)
#F4FFF4
(244,255,244)
#F6FFF9
(246,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FFC7; }

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

This text font color is #E2FFC7.

Background Color

.myBgColor { background-color: #E2FFC7; }

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

This div background color is #E2FFC7.

Border color

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

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

This div border color is #E2FFC7.

Opacity

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

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

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

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

This text has shadow with #E2FFC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2FFC7.

Preview

Color preview on black background

This text has color #E2FFC7 on black background.


Color preview on white background

This text has color #E2FFC7 on white background.


Black color preview on #E2FFC7 background

This text has black color on #E2FFC7 background.


White color preview on #E2FFC7 background

This text has white color on #E2FFC7 background.


Related colors

Complementary color

Complementary color for #hex is #1D0038.


I love getcolorcode.com

Triadic colors

1 #C7E2FF and #FFC7E2 with #E2FFC7 are triadic colors.

2 #C7FFE2 and #FFE2C7 with #E2FFC7 are triadic colors.