COLOR #E1F1DB

HEX: #E1F1DB RGB: (225,241,219)

Color info

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

RGB color model

#E1F1DB color RGB value is (225,241,219).

RGB: (225,241,219) (88%, 95%, 86%)

RGB channels and saturation

R 225 of 255 = 88%
G 241 of 255 = 95%
B 219 of 255 = 86%

225
241
219

R + G + B ~ 90%. #E1F1DB is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 241 + 219 = 685 (100%)
R 225 of 685 ~ 32.85%
G 241 of 685 ~ 35.18%
B 219 of 685 ~ 31.97'%

%32.85
%35.18
%31.97

CMYK color model

#E1F1DB color CMYK value is (7,0,9,5).

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

CMYK: (7,0,9,5)
C7M0Y9K5 (7%, 0%, 9%, 5%)
(0.07 / 0.00 / 0.09 / 0.05)

CMYK percentages

%6.64
%0
%9.13
%5.49

Codes

Color #E1F1DB in popluar color models

E1 F1 DB
RGB 225 241 219
HSL 104° 44.00% 90.20%
HSB/HSV 104° 9.13% 94.51%
CMYK 6.64% 0.00% 9.13%
5.49%

Color #E1F1DB in popluar number systems.

HEX E1 F1 DB
Decimal 225 241 219
Binary 11100001 11110001 11011011
Octal 341 361 333

Shades and tints

Shades of #E1F1DB

#E1F1DB
(225,241,219)
#CDDCC8
(205,220,200)
#B9C7B5
(185,199,181)
#A5B2A2
(165,178,162)
#919D8F
(145,157,143)
#7D887C
(125,136,124)
#697369
(105,115,105)
#555E56
(85,94,86)
#414943
(65,73,67)
#2D3430
(45,52,48)
#191F1D
(25,31,29)
#000000
(0,0,0)

Tints of #E1F1DB

#E1F1DB
(225,241,219)
#E3F2DE
(227,242,222)
#E5F3E1
(229,243,225)
#E7F4E4
(231,244,228)
#E9F5E7
(233,245,231)
#EBF6EA
(235,246,234)
#EDF7ED
(237,247,237)
#EFF8F0
(239,248,240)
#F1F9F3
(241,249,243)
#F3FAF6
(243,250,246)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F1DB; }

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

This text font color is #E1F1DB.

Background Color

.myBgColor { background-color: #E1F1DB; }

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

This div background color is #E1F1DB.

Border color

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

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

This div border color is #E1F1DB.

Opacity

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

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

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

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

This text has shadow with #E1F1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1F1DB.

Preview

Color preview on black background

This text has color #E1F1DB on black background.


Color preview on white background

This text has color #E1F1DB on white background.


Black color preview on #E1F1DB background

This text has black color on #E1F1DB background.


White color preview on #E1F1DB background

This text has white color on #E1F1DB background.


Related colors

Complementary color

Complementary color for #hex is #1E0E24.


I love getcolorcode.com

Triadic colors

1 #DBE1F1 and #F1DBE1 with #E1F1DB are triadic colors.

2 #DBF1E1 and #F1E1DB with #E1F1DB are triadic colors.