COLOR #E4F3DE

HEX: #E4F3DE RGB: (228,243,222)

Color info

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

RGB color model

#E4F3DE color RGB value is (228,243,222).

RGB: (228,243,222) (89%, 95%, 87%)

RGB channels and saturation

R 228 of 255 = 89%
G 243 of 255 = 95%
B 222 of 255 = 87%

228
243
222

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

Portions of RGB colors in percentages

R + G + B = 228 + 243 + 222 = 693 (100%)
R 228 of 693 ~ 32.9%
G 243 of 693 ~ 35.06%
B 222 of 693 ~ 32.03'%

%32.9
%35.06
%32.03

CMYK color model

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

  • cyan value is 6.17%
  • magenta value is 0.00%
  • yellow value is 8.64%
  • key color value is 4.71%

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

CMYK percentages

%6.17
%0
%8.64
%4.71

Codes

Color #E4F3DE in popluar color models

E4 F3 DE
RGB 228 243 222
HSL 103° 46.67% 91.18%
HSB/HSV 103° 8.64% 95.29%
CMYK 6.17% 0.00% 8.64%
4.71%

Color #E4F3DE in popluar number systems.

HEX E4 F3 DE
Decimal 228 243 222
Binary 11100100 11110011 11011110
Octal 344 363 336

Shades and tints

Shades of #E4F3DE

#E4F3DE
(228,243,222)
#D0DDCA
(208,221,202)
#BCC7B6
(188,199,182)
#A8B1A2
(168,177,162)
#949B8E
(148,155,142)
#80857A
(128,133,122)
#6C6F66
(108,111,102)
#585952
(88,89,82)
#44433E
(68,67,62)
#302D2A
(48,45,42)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #E4F3DE

#E4F3DE
(228,243,222)
#E6F4E1
(230,244,225)
#E8F5E4
(232,245,228)
#EAF6E7
(234,246,231)
#ECF7EA
(236,247,234)
#EEF8ED
(238,248,237)
#F0F9F0
(240,249,240)
#F2FAF3
(242,250,243)
#F4FBF6
(244,251,246)
#F6FCF9
(246,252,249)
#F8FDFC
(248,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F3DE color. Also use rgb(228,243,222) instead hex code.

Text Font Color

.myTextColor { color: #E4F3DE; }

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

This text font color is #E4F3DE.

Background Color

.myBgColor { background-color: #E4F3DE; }

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

This div background color is #E4F3DE.

Border color

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

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

This div border color is #E4F3DE.

Opacity

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

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

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

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

This text has shadow with #E4F3DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4F3DE.

Preview

Color preview on black background

This text has color #E4F3DE on black background.


Color preview on white background

This text has color #E4F3DE on white background.


Black color preview on #E4F3DE background

This text has black color on #E4F3DE background.


White color preview on #E4F3DE background

This text has white color on #E4F3DE background.


Related colors

Complementary color

Complementary color for #hex is #1B0C21.


I love getcolorcode.com

Triadic colors

1 #DEE4F3 and #F3DEE4 with #E4F3DE are triadic colors.

2 #DEF3E4 and #F3E4DE with #E4F3DE are triadic colors.