COLOR #E1F7C0

HEX: #E1F7C0 RGB: (225,247,192)

Color info

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

RGB color model

#E1F7C0 color RGB value is (225,247,192).

RGB: (225,247,192) (88%, 97%, 75%)

RGB channels and saturation

R 225 of 255 = 88%
G 247 of 255 = 97%
B 192 of 255 = 75%

225
247
192

R + G + B ~ 87%. #E1F7C0 is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 247 + 192 = 664 (100%)
R 225 of 664 ~ 33.89%
G 247 of 664 ~ 37.2%
B 192 of 664 ~ 28.92'%

%33.89
%37.2
%28.92

CMYK color model

#E1F7C0 color CMYK value is (9,0,22,3).

  • cyan value is 8.91%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 3.14%

CMYK: (9,0,22,3)
C9M0Y22K3 (9%, 0%, 22%, 3%)
(0.09 / 0.00 / 0.22 / 0.03)

CMYK percentages

%8.91
%0
%22.27
%3.14

Codes

Color #E1F7C0 in popluar color models

E1 F7 C0
RGB 225 247 192
HSL 84° 77.46% 86.08%
HSB/HSV 84° 22.27% 96.86%
CMYK 8.91% 0.00% 22.27%
3.14%

Color #E1F7C0 in popluar number systems.

HEX E1 F7 C0
Decimal 225 247 192
Binary 11100001 11110111 11000000
Octal 341 367 300

Shades and tints

Shades of #E1F7C0

#E1F7C0
(225,247,192)
#CDE1AF
(205,225,175)
#B9CB9E
(185,203,158)
#A5B58D
(165,181,141)
#919F7C
(145,159,124)
#7D896B
(125,137,107)
#69735A
(105,115,90)
#555D49
(85,93,73)
#414738
(65,71,56)
#2D3127
(45,49,39)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #E1F7C0

#E1F7C0
(225,247,192)
#E3F7C5
(227,247,197)
#E5F7CA
(229,247,202)
#E7F7CF
(231,247,207)
#E9F7D4
(233,247,212)
#EBF7D9
(235,247,217)
#EDF7DE
(237,247,222)
#EFF7E3
(239,247,227)
#F1F7E8
(241,247,232)
#F3F7ED
(243,247,237)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F7C0 color. Also use rgb(225,247,192) instead hex code.

Text Font Color

.myTextColor { color: #E1F7C0; }

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

This text font color is #E1F7C0.

Background Color

.myBgColor { background-color: #E1F7C0; }

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

This div background color is #E1F7C0.

Border color

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

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

This div border color is #E1F7C0.

Opacity

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

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

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

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

This text has shadow with #E1F7C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1F7C0.

Preview

Color preview on black background

This text has color #E1F7C0 on black background.


Color preview on white background

This text has color #E1F7C0 on white background.


Black color preview on #E1F7C0 background

This text has black color on #E1F7C0 background.


White color preview on #E1F7C0 background

This text has white color on #E1F7C0 background.


Related colors

Complementary color

Complementary color for #hex is #1E083F.


I love getcolorcode.com

Triadic colors

1 #C0E1F7 and #F7C0E1 with #E1F7C0 are triadic colors.

2 #C0F7E1 and #F7E1C0 with #E1F7C0 are triadic colors.