COLOR #E1F1C4

HEX: #E1F1C4 RGB: (225,241,196)

Color info

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

RGB color model

#E1F1C4 color RGB value is (225,241,196).

RGB: (225,241,196) (88%, 95%, 77%)

RGB channels and saturation

R 225 of 255 = 88%
G 241 of 255 = 95%
B 196 of 255 = 77%

225
241
196

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

Portions of RGB colors in percentages

R + G + B = 225 + 241 + 196 = 662 (100%)
R 225 of 662 ~ 33.99%
G 241 of 662 ~ 36.4%
B 196 of 662 ~ 29.61'%

%33.99
%36.4
%29.61

CMYK color model

#E1F1C4 color CMYK value is (7,0,19,5).

  • cyan value is 6.64%
  • magenta value is 0.00%
  • yellow value is 18.67%
  • key color value is 5.49%

CMYK: (7,0,19,5)
C7M0Y19K5 (7%, 0%, 19%, 5%)
(0.07 / 0.00 / 0.19 / 0.05)

CMYK percentages

%6.64
%0
%18.67
%5.49

Codes

Color #E1F1C4 in popluar color models

E1 F1 C4
RGB 225 241 196
HSL 81° 61.64% 85.69%
HSB/HSV 81° 18.67% 94.51%
CMYK 6.64% 0.00% 18.67%
5.49%

Color #E1F1C4 in popluar number systems.

HEX E1 F1 C4
Decimal 225 241 196
Binary 11100001 11110001 11000100
Octal 341 361 304

Shades and tints

Shades of #E1F1C4

#E1F1C4
(225,241,196)
#CDDCB3
(205,220,179)
#B9C7A2
(185,199,162)
#A5B291
(165,178,145)
#919D80
(145,157,128)
#7D886F
(125,136,111)
#69735E
(105,115,94)
#555E4D
(85,94,77)
#41493C
(65,73,60)
#2D342B
(45,52,43)
#191F1A
(25,31,26)
#000000
(0,0,0)

Tints of #E1F1C4

#E1F1C4
(225,241,196)
#E3F2C9
(227,242,201)
#E5F3CE
(229,243,206)
#E7F4D3
(231,244,211)
#E9F5D8
(233,245,216)
#EBF6DD
(235,246,221)
#EDF7E2
(237,247,226)
#EFF8E7
(239,248,231)
#F1F9EC
(241,249,236)
#F3FAF1
(243,250,241)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F1C4 color. Also use rgb(225,241,196) instead hex code.

Text Font Color

.myTextColor { color: #E1F1C4; }

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

This text font color is #E1F1C4.

Background Color

.myBgColor { background-color: #E1F1C4; }

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

This div background color is #E1F1C4.

Border color

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

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

This div border color is #E1F1C4.

Opacity

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

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

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

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

This text has shadow with #E1F1C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1F1C4.

Preview

Color preview on black background

This text has color #E1F1C4 on black background.


Color preview on white background

This text has color #E1F1C4 on white background.


Black color preview on #E1F1C4 background

This text has black color on #E1F1C4 background.


White color preview on #E1F1C4 background

This text has white color on #E1F1C4 background.


Related colors

Complementary color

Complementary color for #hex is #1E0E3B.


I love getcolorcode.com

Triadic colors

1 #C4E1F1 and #F1C4E1 with #E1F1C4 are triadic colors.

2 #C4F1E1 and #F1E1C4 with #E1F1C4 are triadic colors.