COLOR #E0FFDB

HEX: #E0FFDB
RGB: (224,255,219)

Color info

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

RGB color model

#E0FFDB color RGB value is (224,255,219).

  • red value is 224;
  • green value is 255;
  • blue value is 219.
RGB:
(224,255,219)
(88%,100%,86%)

RGB channels and saturation

R 224 of 255 = 88%
G 255 of 255 = 100%
B 219 of 255 = 86%

224
255
219

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

Portions of RGB colors in percentages

R + G + B =
224 + 255 + 219 = 698 (100%)
R 224 of 698 ~ 32.09%
G 255 of 698 ~ 36.53%
B 219 of 698 ~ 31.38%

%32.09
%36.53
%31.38

CMYK color model

#E0FFDB color CMYK value is (12,0,14,0).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 0.00%
CMYK:
(12,0,14,0)
C12M0Y14K0 
(12%,0%,14%,0%)
(0.12/0.00/0.14/0.00)	

CMYK percentages

%12.16
%0
%14.12
%0

Codes

Color #E0FFDB in popluar color models

E0FFDB
RGB224255219
HSL112°100.00%92.94%
HSB/HSV112°14.12%100.00%
CMYK12.16%0.00%14.12%
0.00%

Color #E0FFDB in popluar number systems.

HEXE0FFDB
Decimal224255219
Binary111000001111111111011011
Octal340377333

Shades and tints

Shades of #E0FFDB

#E0FFDB
(224,255,219)
#CCE8C8
(204,232,200)
#B8D1B5
(184,209,181)
#A4BAA2
(164,186,162)
#90A38F
(144,163,143)
#7C8C7C
(124,140,124)
#687569
(104,117,105)
#545E56
(84,94,86)
#404743
(64,71,67)
#2C3030
(44,48,48)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #E0FFDB

#E0FFDB
(224,255,219)
#E2FFDE
(226,255,222)
#E4FFE1
(228,255,225)
#E6FFE4
(230,255,228)
#E8FFE7
(232,255,231)
#EAFFEA
(234,255,234)
#ECFFED
(236,255,237)
#EEFFF0
(238,255,240)
#F0FFF3
(240,255,243)
#F2FFF6
(242,255,246)
#F4FFF9
(244,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0FFDB color. Also use rgb(224,255,219) instead hex code.

Text Font Color

.myTextColor { color: #E0FFDB; }

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

This text font color is #E0FFDB.


Background Color

.myBgColor { background-color: #E0FFDB; }

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

This div background color is #E0FFDB.


Border color

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

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

This div border color is #E0FFDB.


Opacity

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

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

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

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

This text has shadow with #E0FFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FFDB on black background.


Color preview on white background

This text has color #E0FFDB on white background.



Black color preview on #E0FFDB background

This text has black color on #E0FFDB background.


White color preview on #E0FFDB background

This text has white color on #E0FFDB background.