COLOR #E1F8DB

HEX: #E1F8DB
RGB: (225,248,219)

Color info

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

RGB color model

#E1F8DB color RGB value is (225,248,219).

  • red value is 225;
  • green value is 248;
  • blue value is 219.
RGB:
(225,248,219)
(88%,97%,86%)

RGB channels and saturation

R 225 of 255 = 88%
G 248 of 255 = 97%
B 219 of 255 = 86%

225
248
219

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

Portions of RGB colors in percentages

R + G + B =
225 + 248 + 219 = 692 (100%)
R 225 of 692 ~ 32.51%
G 248 of 692 ~ 35.84%
B 219 of 692 ~ 31.65%

%32.51
%35.84
%31.65

CMYK color model

#E1F8DB color CMYK value is (9,0,12,3).

  • cyan value is 9.27%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 2.75%
CMYK:
(9,0,12,3)
C9M0Y12K3 
(9%,0%,12%,3%)
(0.09/0.00/0.12/0.03)	

CMYK percentages

%9.27
%0
%11.69
%2.75

Codes

Color #E1F8DB in popluar color models

E1F8DB
RGB225248219
HSL108°67.44%91.57%
HSB/HSV108°11.69%97.25%
CMYK9.27%0.00%11.69%
2.75%

Color #E1F8DB in popluar number systems.

HEXE1F8DB
Decimal225248219
Binary111000011111100011011011
Octal341370333

Shades and tints

Shades of #E1F8DB

#E1F8DB
(225,248,219)
#CDE2C8
(205,226,200)
#B9CCB5
(185,204,181)
#A5B6A2
(165,182,162)
#91A08F
(145,160,143)
#7D8A7C
(125,138,124)
#697469
(105,116,105)
#555E56
(85,94,86)
#414843
(65,72,67)
#2D3230
(45,50,48)
#191C1D
(25,28,29)
#000000
(0,0,0)

Tints of #E1F8DB

#E1F8DB
(225,248,219)
#E3F8DE
(227,248,222)
#E5F8E1
(229,248,225)
#E7F8E4
(231,248,228)
#E9F8E7
(233,248,231)
#EBF8EA
(235,248,234)
#EDF8ED
(237,248,237)
#EFF8F0
(239,248,240)
#F1F8F3
(241,248,243)
#F3F8F6
(243,248,246)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F8DB; }

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

This text font color is #E1F8DB.


Background Color

.myBgColor { background-color: #E1F8DB; }

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

This div background color is #E1F8DB.


Border color

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

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

This div border color is #E1F8DB.


Opacity

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

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

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

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

This text has shadow with #E1F8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F8DB on black background.


Color preview on white background

This text has color #E1F8DB on white background.



Black color preview on #E1F8DB background

This text has black color on #E1F8DB background.


White color preview on #E1F8DB background

This text has white color on #E1F8DB background.