COLOR #E1F7DB

HEX: #E1F7DB
RGB: (225,247,219)

Color info

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

RGB color model

#E1F7DB color RGB value is (225,247,219).

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

RGB channels and saturation

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

225
247
219

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

Portions of RGB colors in percentages

R + G + B =
225 + 247 + 219 = 691 (100%)
R 225 of 691 ~ 32.56%
G 247 of 691 ~ 35.75%
B 219 of 691 ~ 31.69%

%32.56
%35.75
%31.69

CMYK color model

#E1F7DB color CMYK value is (9,0,11,3).

  • cyan value is 8.91%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 3.14%
CMYK:
(9,0,11,3)
C9M0Y11K3 
(9%,0%,11%,3%)
(0.09/0.00/0.11/0.03)	

CMYK percentages

%8.91
%0
%11.34
%3.14

Codes

Color #E1F7DB in popluar color models

E1F7DB
RGB225247219
HSL107°63.64%91.37%
HSB/HSV107°11.34%96.86%
CMYK8.91%0.00%11.34%
3.14%

Color #E1F7DB in popluar number systems.

HEXE1F7DB
Decimal225247219
Binary111000011111011111011011
Octal341367333

Shades and tints

Shades of #E1F7DB

#E1F7DB
(225,247,219)
#CDE1C8
(205,225,200)
#B9CBB5
(185,203,181)
#A5B5A2
(165,181,162)
#919F8F
(145,159,143)
#7D897C
(125,137,124)
#697369
(105,115,105)
#555D56
(85,93,86)
#414743
(65,71,67)
#2D3130
(45,49,48)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #E1F7DB

#E1F7DB
(225,247,219)
#E3F7DE
(227,247,222)
#E5F7E1
(229,247,225)
#E7F7E4
(231,247,228)
#E9F7E7
(233,247,231)
#EBF7EA
(235,247,234)
#EDF7ED
(237,247,237)
#EFF7F0
(239,247,240)
#F1F7F3
(241,247,243)
#F3F7F6
(243,247,246)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F7DB; }

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

This text font color is #E1F7DB.


Background Color

.myBgColor { background-color: #E1F7DB; }

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

This div background color is #E1F7DB.


Border color

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

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

This div border color is #E1F7DB.


Opacity

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

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

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

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

This text has shadow with #E1F7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F7DB on black background.


Color preview on white background

This text has color #E1F7DB on white background.



Black color preview on #E1F7DB background

This text has black color on #E1F7DB background.


White color preview on #E1F7DB background

This text has white color on #E1F7DB background.