COLOR #E1F0CC

HEX: #E1F0CC RGB: (225,240,204)

Color info

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

RGB color model

#E1F0CC color RGB value is (225,240,204).

RGB: (225,240,204) (88%, 94%, 80%)

RGB channels and saturation

R 225 of 255 = 88%
G 240 of 255 = 94%
B 204 of 255 = 80%

225
240
204

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

Portions of RGB colors in percentages

R + G + B = 225 + 240 + 204 = 669 (100%)
R 225 of 669 ~ 33.63%
G 240 of 669 ~ 35.87%
B 204 of 669 ~ 30.49'%

%33.63
%35.87
%30.49

CMYK color model

#E1F0CC color CMYK value is (6,0,15,6).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 5.88%

CMYK: (6,0,15,6)
C6M0Y15K6 (6%, 0%, 15%, 6%)
(0.06 / 0.00 / 0.15 / 0.06)

CMYK percentages

%6.25
%0
%15
%5.88

Codes

Color #E1F0CC in popluar color models

E1 F0 CC
RGB 225 240 204
HSL 85° 54.55% 87.06%
HSB/HSV 85° 15.00% 94.12%
CMYK 6.25% 0.00% 15.00%
5.88%

Color #E1F0CC in popluar number systems.

HEX E1 F0 CC
Decimal 225 240 204
Binary 11100001 11110000 11001100
Octal 341 360 314

Shades and tints

Shades of #E1F0CC

#E1F0CC
(225,240,204)
#CDDBBA
(205,219,186)
#B9C6A8
(185,198,168)
#A5B196
(165,177,150)
#919C84
(145,156,132)
#7D8772
(125,135,114)
#697260
(105,114,96)
#555D4E
(85,93,78)
#41483C
(65,72,60)
#2D332A
(45,51,42)
#191E18
(25,30,24)
#000000
(0,0,0)

Tints of #E1F0CC

#E1F0CC
(225,240,204)
#E3F1D0
(227,241,208)
#E5F2D4
(229,242,212)
#E7F3D8
(231,243,216)
#E9F4DC
(233,244,220)
#EBF5E0
(235,245,224)
#EDF6E4
(237,246,228)
#EFF7E8
(239,247,232)
#F1F8EC
(241,248,236)
#F3F9F0
(243,249,240)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F0CC; }

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

This text font color is #E1F0CC.

Background Color

.myBgColor { background-color: #E1F0CC; }

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

This div background color is #E1F0CC.

Border color

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

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

This div border color is #E1F0CC.

Opacity

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

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

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

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

This text has shadow with #E1F0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1F0CC.

Preview

Color preview on black background

This text has color #E1F0CC on black background.


Color preview on white background

This text has color #E1F0CC on white background.


Black color preview on #E1F0CC background

This text has black color on #E1F0CC background.


White color preview on #E1F0CC background

This text has white color on #E1F0CC background.


Related colors

Complementary color

Complementary color for #hex is #1E0F33.


I love getcolorcode.com

Triadic colors

1 #CCE1F0 and #F0CCE1 with #E1F0CC are triadic colors.

2 #CCF0E1 and #F0E1CC with #E1F0CC are triadic colors.