COLOR #E3F4DC

HEX: #E3F4DC RGB: (227,244,220)

Color info

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

RGB color model

#E3F4DC color RGB value is (227,244,220).

RGB: (227,244,220) (89%, 96%, 86%)

RGB channels and saturation

R 227 of 255 = 89%
G 244 of 255 = 96%
B 220 of 255 = 86%

227
244
220

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

Portions of RGB colors in percentages

R + G + B = 227 + 244 + 220 = 691 (100%)
R 227 of 691 ~ 32.85%
G 244 of 691 ~ 35.31%
B 220 of 691 ~ 31.84'%

%32.85
%35.31
%31.84

CMYK color model

#E3F4DC color CMYK value is (7,0,10,4).

  • cyan value is 6.97%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 4.31%

CMYK: (7,0,10,4)
C7M0Y10K4 (7%, 0%, 10%, 4%)
(0.07 / 0.00 / 0.10 / 0.04)

CMYK percentages

%6.97
%0
%9.84
%4.31

Codes

Color #E3F4DC in popluar color models

E3 F4 DC
RGB 227 244 220
HSL 103° 52.17% 90.98%
HSB/HSV 103° 9.84% 95.69%
CMYK 6.97% 0.00% 9.84%
4.31%

Color #E3F4DC in popluar number systems.

HEX E3 F4 DC
Decimal 227 244 220
Binary 11100011 11110100 11011100
Octal 343 364 334

Shades and tints

Shades of #E3F4DC

#E3F4DC
(227,244,220)
#CFDEC8
(207,222,200)
#BBC8B4
(187,200,180)
#A7B2A0
(167,178,160)
#939C8C
(147,156,140)
#7F8678
(127,134,120)
#6B7064
(107,112,100)
#575A50
(87,90,80)
#43443C
(67,68,60)
#2F2E28
(47,46,40)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #E3F4DC

#E3F4DC
(227,244,220)
#E5F5DF
(229,245,223)
#E7F6E2
(231,246,226)
#E9F7E5
(233,247,229)
#EBF8E8
(235,248,232)
#EDF9EB
(237,249,235)
#EFFAEE
(239,250,238)
#F1FBF1
(241,251,241)
#F3FCF4
(243,252,244)
#F5FDF7
(245,253,247)
#F7FEFA
(247,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F4DC color. Also use rgb(227,244,220) instead hex code.

Text Font Color

.myTextColor { color: #E3F4DC; }

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

This text font color is #E3F4DC.

Background Color

.myBgColor { background-color: #E3F4DC; }

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

This div background color is #E3F4DC.

Border color

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

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

This div border color is #E3F4DC.

Opacity

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

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

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

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

This text has shadow with #E3F4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3F4DC.

Preview

Color preview on black background

This text has color #E3F4DC on black background.


Color preview on white background

This text has color #E3F4DC on white background.


Black color preview on #E3F4DC background

This text has black color on #E3F4DC background.


White color preview on #E3F4DC background

This text has white color on #E3F4DC background.


Related colors

Complementary color

Complementary color for #hex is #1C0B23.


I love getcolorcode.com

Triadic colors

1 #DCE3F4 and #F4DCE3 with #E3F4DC are triadic colors.

2 #DCF4E3 and #F4E3DC with #E3F4DC are triadic colors.