COLOR #E1F9DC

HEX: #E1F9DC RGB: (225,249,220)

Color info

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

RGB color model

#E1F9DC color RGB value is (225,249,220).

RGB: (225,249,220) (88%, 98%, 86%)

RGB channels and saturation

R 225 of 255 = 88%
G 249 of 255 = 98%
B 220 of 255 = 86%

225
249
220

R + G + B ~ 91%. #E1F9DC is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 249 + 220 = 694 (100%)
R 225 of 694 ~ 32.42%
G 249 of 694 ~ 35.88%
B 220 of 694 ~ 31.7'%

%32.42
%35.88
%31.7

CMYK color model

#E1F9DC color CMYK value is (10,0,12,2).

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 11.65%
  • key color value is 2.35%

CMYK: (10,0,12,2)
C10M0Y12K2 (10%, 0%, 12%, 2%)
(0.10 / 0.00 / 0.12 / 0.02)

CMYK percentages

%9.64
%0
%11.65
%2.35

Codes

Color #E1F9DC in popluar color models

E1 F9 DC
RGB 225 249 220
HSL 110° 70.73% 91.96%
HSB/HSV 110° 11.65% 97.65%
CMYK 9.64% 0.00% 11.65%
2.35%

Color #E1F9DC in popluar number systems.

HEX E1 F9 DC
Decimal 225 249 220
Binary 11100001 11111001 11011100
Octal 341 371 334

Shades and tints

Shades of #E1F9DC

#E1F9DC
(225,249,220)
#CDE3C8
(205,227,200)
#B9CDB4
(185,205,180)
#A5B7A0
(165,183,160)
#91A18C
(145,161,140)
#7D8B78
(125,139,120)
#697564
(105,117,100)
#555F50
(85,95,80)
#41493C
(65,73,60)
#2D3328
(45,51,40)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #E1F9DC

#E1F9DC
(225,249,220)
#E3F9DF
(227,249,223)
#E5F9E2
(229,249,226)
#E7F9E5
(231,249,229)
#E9F9E8
(233,249,232)
#EBF9EB
(235,249,235)
#EDF9EE
(237,249,238)
#EFF9F1
(239,249,241)
#F1F9F4
(241,249,244)
#F3F9F7
(243,249,247)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F9DC color. Also use rgb(225,249,220) instead hex code.

Text Font Color

.myTextColor { color: #E1F9DC; }

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

This text font color is #E1F9DC.

Background Color

.myBgColor { background-color: #E1F9DC; }

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

This div background color is #E1F9DC.

Border color

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

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

This div border color is #E1F9DC.

Opacity

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

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

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

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

This text has shadow with #E1F9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1F9DC.

Preview

Color preview on black background

This text has color #E1F9DC on black background.


Color preview on white background

This text has color #E1F9DC on white background.


Black color preview on #E1F9DC background

This text has black color on #E1F9DC background.


White color preview on #E1F9DC background

This text has white color on #E1F9DC background.


Related colors

Complementary color

Complementary color for #hex is #1E0623.


I love getcolorcode.com

Triadic colors

1 #DCE1F9 and #F9DCE1 with #E1F9DC are triadic colors.

2 #DCF9E1 and #F9E1DC with #E1F9DC are triadic colors.