COLOR #E4F2DD

HEX: #E4F2DD RGB: (228,242,221)

Color info

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

RGB color model

#E4F2DD color RGB value is (228,242,221).

RGB: (228,242,221) (89%, 95%, 87%)

RGB channels and saturation

R 228 of 255 = 89%
G 242 of 255 = 95%
B 221 of 255 = 87%

228
242
221

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

Portions of RGB colors in percentages

R + G + B = 228 + 242 + 221 = 691 (100%)
R 228 of 691 ~ 33%
G 242 of 691 ~ 35.02%
B 221 of 691 ~ 31.98'%

%33
%35.02
%31.98

CMYK color model

#E4F2DD color CMYK value is (6,0,9,5).

  • cyan value is 5.79%
  • magenta value is 0.00%
  • yellow value is 8.68%
  • key color value is 5.10%

CMYK: (6,0,9,5)
C6M0Y9K5 (6%, 0%, 9%, 5%)
(0.06 / 0.00 / 0.09 / 0.05)

CMYK percentages

%5.79
%0
%8.68
%5.1

Codes

Color #E4F2DD in popluar color models

E4 F2 DD
RGB 228 242 221
HSL 100° 44.68% 90.78%
HSB/HSV 100° 8.68% 94.90%
CMYK 5.79% 0.00% 8.68%
5.10%

Color #E4F2DD in popluar number systems.

HEX E4 F2 DD
Decimal 228 242 221
Binary 11100100 11110010 11011101
Octal 344 362 335

Shades and tints

Shades of #E4F2DD

#E4F2DD
(228,242,221)
#D0DCC9
(208,220,201)
#BCC6B5
(188,198,181)
#A8B0A1
(168,176,161)
#949A8D
(148,154,141)
#808479
(128,132,121)
#6C6E65
(108,110,101)
#585851
(88,88,81)
#44423D
(68,66,61)
#302C29
(48,44,41)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #E4F2DD

#E4F2DD
(228,242,221)
#E6F3E0
(230,243,224)
#E8F4E3
(232,244,227)
#EAF5E6
(234,245,230)
#ECF6E9
(236,246,233)
#EEF7EC
(238,247,236)
#F0F8EF
(240,248,239)
#F2F9F2
(242,249,242)
#F4FAF5
(244,250,245)
#F6FBF8
(246,251,248)
#F8FCFB
(248,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F2DD color. Also use rgb(228,242,221) instead hex code.

Text Font Color

.myTextColor { color: #E4F2DD; }

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

This text font color is #E4F2DD.

Background Color

.myBgColor { background-color: #E4F2DD; }

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

This div background color is #E4F2DD.

Border color

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

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

This div border color is #E4F2DD.

Opacity

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

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

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

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

This text has shadow with #E4F2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4F2DD.

Preview

Color preview on black background

This text has color #E4F2DD on black background.


Color preview on white background

This text has color #E4F2DD on white background.


Black color preview on #E4F2DD background

This text has black color on #E4F2DD background.


White color preview on #E4F2DD background

This text has white color on #E4F2DD background.


Related colors

Complementary color

Complementary color for #hex is #1B0D22.


I love getcolorcode.com

Triadic colors

1 #DDE4F2 and #F2DDE4 with #E4F2DD are triadic colors.

2 #DDF2E4 and #F2E4DD with #E4F2DD are triadic colors.