COLOR #E1F4CC

HEX: #E1F4CC RGB: (225,244,204)

Color info

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

RGB color model

#E1F4CC color RGB value is (225,244,204).

RGB: (225,244,204) (88%, 96%, 80%)

RGB channels and saturation

R 225 of 255 = 88%
G 244 of 255 = 96%
B 204 of 255 = 80%

225
244
204

R + G + B ~ 88%. #E1F4CC is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 244 + 204 = 673 (100%)
R 225 of 673 ~ 33.43%
G 244 of 673 ~ 36.26%
B 204 of 673 ~ 30.31'%

%33.43
%36.26
%30.31

CMYK color model

#E1F4CC color CMYK value is (8,0,16,4).

  • cyan value is 7.79%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 4.31%

CMYK: (8,0,16,4)
C8M0Y16K4 (8%, 0%, 16%, 4%)
(0.08 / 0.00 / 0.16 / 0.04)

CMYK percentages

%7.79
%0
%16.39
%4.31

Codes

Color #E1F4CC in popluar color models

E1 F4 CC
RGB 225 244 204
HSL 89° 64.52% 87.84%
HSB/HSV 89° 16.39% 95.69%
CMYK 7.79% 0.00% 16.39%
4.31%

Color #E1F4CC in popluar number systems.

HEX E1 F4 CC
Decimal 225 244 204
Binary 11100001 11110100 11001100
Octal 341 364 314

Shades and tints

Shades of #E1F4CC

#E1F4CC
(225,244,204)
#CDDEBA
(205,222,186)
#B9C8A8
(185,200,168)
#A5B296
(165,178,150)
#919C84
(145,156,132)
#7D8672
(125,134,114)
#697060
(105,112,96)
#555A4E
(85,90,78)
#41443C
(65,68,60)
#2D2E2A
(45,46,42)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #E1F4CC

#E1F4CC
(225,244,204)
#E3F5D0
(227,245,208)
#E5F6D4
(229,246,212)
#E7F7D8
(231,247,216)
#E9F8DC
(233,248,220)
#EBF9E0
(235,249,224)
#EDFAE4
(237,250,228)
#EFFBE8
(239,251,232)
#F1FCEC
(241,252,236)
#F3FDF0
(243,253,240)
#F5FEF4
(245,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F4CC color. Also use rgb(225,244,204) instead hex code.

Text Font Color

.myTextColor { color: #E1F4CC; }

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

This text font color is #E1F4CC.

Background Color

.myBgColor { background-color: #E1F4CC; }

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

This div background color is #E1F4CC.

Border color

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

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

This div border color is #E1F4CC.

Opacity

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

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

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

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

This text has shadow with #E1F4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1F4CC.

Preview

Color preview on black background

This text has color #E1F4CC on black background.


Color preview on white background

This text has color #E1F4CC on white background.


Black color preview on #E1F4CC background

This text has black color on #E1F4CC background.


White color preview on #E1F4CC background

This text has white color on #E1F4CC background.


Related colors

Complementary color

Complementary color for #hex is #1E0B33.


I love getcolorcode.com

Triadic colors

1 #CCE1F4 and #F4CCE1 with #E1F4CC are triadic colors.

2 #CCF4E1 and #F4E1CC with #E1F4CC are triadic colors.