COLOR #E1F9DB

HEX: #E1F9DB
RGB: (225,249,219)

Color info

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

RGB color model

#E1F9DB color RGB value is (225,249,219).

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

RGB channels and saturation

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

225
249
219

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

Portions of RGB colors in percentages

R + G + B =
225 + 249 + 219 = 693 (100%)
R 225 of 693 ~ 32.47%
G 249 of 693 ~ 35.93%
B 219 of 693 ~ 31.6%

%32.47
%35.93
%31.6

CMYK color model

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

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 12.05%
  • 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
%12.05
%2.35

Codes

Color #E1F9DB in popluar color models

E1F9DB
RGB225249219
HSL108°71.43%91.76%
HSB/HSV108°12.05%97.65%
CMYK9.64%0.00%12.05%
2.35%

Color #E1F9DB in popluar number systems.

HEXE1F9DB
Decimal225249219
Binary111000011111100111011011
Octal341371333

Shades and tints

Shades of #E1F9DB

#E1F9DB
(225,249,219)
#CDE3C8
(205,227,200)
#B9CDB5
(185,205,181)
#A5B7A2
(165,183,162)
#91A18F
(145,161,143)
#7D8B7C
(125,139,124)
#697569
(105,117,105)
#555F56
(85,95,86)
#414943
(65,73,67)
#2D3330
(45,51,48)
#191D1D
(25,29,29)
#000000
(0,0,0)

Tints of #E1F9DB

#E1F9DB
(225,249,219)
#E3F9DE
(227,249,222)
#E5F9E1
(229,249,225)
#E7F9E4
(231,249,228)
#E9F9E7
(233,249,231)
#EBF9EA
(235,249,234)
#EDF9ED
(237,249,237)
#EFF9F0
(239,249,240)
#F1F9F3
(241,249,243)
#F3F9F6
(243,249,246)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F9DB; }

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

This text font color is #E1F9DB.


Background Color

.myBgColor { background-color: #E1F9DB; }

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

This div background color is #E1F9DB.


Border color

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

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

This div border color is #E1F9DB.


Opacity

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

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

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

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

This text has shadow with #E1F9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F9DB on black background.


Color preview on white background

This text has color #E1F9DB on white background.



Black color preview on #E1F9DB background

This text has black color on #E1F9DB background.


White color preview on #E1F9DB background

This text has white color on #E1F9DB background.