COLOR #E4FFDB

HEX: #E4FFDB RGB: (228,255,219)

Color info

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

RGB color model

#E4FFDB color RGB value is (228,255,219).

RGB: (228,255,219) (89%, 100%, 86%)

RGB channels and saturation

R 228 of 255 = 89%
G 255 of 255 = 100%
B 219 of 255 = 86%

228
255
219

R + G + B ~ 92%. #E4FFDB is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 255 + 219 = 702 (100%)
R 228 of 702 ~ 32.48%
G 255 of 702 ~ 36.32%
B 219 of 702 ~ 31.2'%

%32.48
%36.32
%31.2

CMYK color model

#E4FFDB color CMYK value is (11,0,14,0).

  • cyan value is 10.59%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 0.00%

CMYK: (11,0,14,0)
C11M0Y14K0 (11%, 0%, 14%, 0%)
(0.11 / 0.00 / 0.14 / 0.00)

CMYK percentages

%10.59
%0
%14.12
%0

Codes

Color #E4FFDB in popluar color models

E4 FF DB
RGB 228 255 219
HSL 105° 100.00% 92.94%
HSB/HSV 105° 14.12% 100.00%
CMYK 10.59% 0.00% 14.12%
0.00%

Color #E4FFDB in popluar number systems.

HEX E4 FF DB
Decimal 228 255 219
Binary 11100100 11111111 11011011
Octal 344 377 333

Shades and tints

Shades of #E4FFDB

#E4FFDB
(228,255,219)
#D0E8C8
(208,232,200)
#BCD1B5
(188,209,181)
#A8BAA2
(168,186,162)
#94A38F
(148,163,143)
#808C7C
(128,140,124)
#6C7569
(108,117,105)
#585E56
(88,94,86)
#444743
(68,71,67)
#303030
(48,48,48)
#1C191D
(28,25,29)
#000000
(0,0,0)

Tints of #E4FFDB

#E4FFDB
(228,255,219)
#E6FFDE
(230,255,222)
#E8FFE1
(232,255,225)
#EAFFE4
(234,255,228)
#ECFFE7
(236,255,231)
#EEFFEA
(238,255,234)
#F0FFED
(240,255,237)
#F2FFF0
(242,255,240)
#F4FFF3
(244,255,243)
#F6FFF6
(246,255,246)
#F8FFF9
(248,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FFDB; }

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

This text font color is #E4FFDB.

Background Color

.myBgColor { background-color: #E4FFDB; }

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

This div background color is #E4FFDB.

Border color

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

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

This div border color is #E4FFDB.

Opacity

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

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

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

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

This text has shadow with #E4FFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4FFDB.

Preview

Color preview on black background

This text has color #E4FFDB on black background.


Color preview on white background

This text has color #E4FFDB on white background.


Black color preview on #E4FFDB background

This text has black color on #E4FFDB background.


White color preview on #E4FFDB background

This text has white color on #E4FFDB background.


Related colors

Complementary color

Complementary color for #hex is #1B0024.


I love getcolorcode.com

Triadic colors

1 #DBE4FF and #FFDBE4 with #E4FFDB are triadic colors.

2 #DBFFE4 and #FFE4DB with #E4FFDB are triadic colors.