COLOR #E6F4DA

HEX: #E6F4DA RGB: (230,244,218)

Color info

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

RGB color model

#E6F4DA color RGB value is (230,244,218).

RGB: (230,244,218) (90%, 96%, 85%)

RGB channels and saturation

R 230 of 255 = 90%
G 244 of 255 = 96%
B 218 of 255 = 85%

230
244
218

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

Portions of RGB colors in percentages

R + G + B = 230 + 244 + 218 = 692 (100%)
R 230 of 692 ~ 33.24%
G 244 of 692 ~ 35.26%
B 218 of 692 ~ 31.5'%

%33.24
%35.26
%31.5

CMYK color model

#E6F4DA color CMYK value is (6,0,11,4).

  • cyan value is 5.74%
  • magenta value is 0.00%
  • yellow value is 10.66%
  • key color value is 4.31%

CMYK: (6,0,11,4)
C6M0Y11K4 (6%, 0%, 11%, 4%)
(0.06 / 0.00 / 0.11 / 0.04)

CMYK percentages

%5.74
%0
%10.66
%4.31

Codes

Color #E6F4DA in popluar color models

E6 F4 DA
RGB 230 244 218
HSL 92° 54.17% 90.59%
HSB/HSV 92° 10.66% 95.69%
CMYK 5.74% 0.00% 10.66%
4.31%

Color #E6F4DA in popluar number systems.

HEX E6 F4 DA
Decimal 230 244 218
Binary 11100110 11110100 11011010
Octal 346 364 332

Shades and tints

Shades of #E6F4DA

#E6F4DA
(230,244,218)
#D2DEC7
(210,222,199)
#BEC8B4
(190,200,180)
#AAB2A1
(170,178,161)
#969C8E
(150,156,142)
#82867B
(130,134,123)
#6E7068
(110,112,104)
#5A5A55
(90,90,85)
#464442
(70,68,66)
#322E2F
(50,46,47)
#1E181C
(30,24,28)
#000000
(0,0,0)

Tints of #E6F4DA

#E6F4DA
(230,244,218)
#E8F5DD
(232,245,221)
#EAF6E0
(234,246,224)
#ECF7E3
(236,247,227)
#EEF8E6
(238,248,230)
#F0F9E9
(240,249,233)
#F2FAEC
(242,250,236)
#F4FBEF
(244,251,239)
#F6FCF2
(246,252,242)
#F8FDF5
(248,253,245)
#FAFEF8
(250,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F4DA color. Also use rgb(230,244,218) instead hex code.

Text Font Color

.myTextColor { color: #E6F4DA; }

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

This text font color is #E6F4DA.

Background Color

.myBgColor { background-color: #E6F4DA; }

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

This div background color is #E6F4DA.

Border color

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

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

This div border color is #E6F4DA.

Opacity

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

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

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

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

This text has shadow with #E6F4DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6F4DA.

Preview

Color preview on black background

This text has color #E6F4DA on black background.


Color preview on white background

This text has color #E6F4DA on white background.


Black color preview on #E6F4DA background

This text has black color on #E6F4DA background.


White color preview on #E6F4DA background

This text has white color on #E6F4DA background.


Related colors

Complementary color

Complementary color for #hex is #190B25.


I love getcolorcode.com

Triadic colors

1 #DAE6F4 and #F4DAE6 with #E6F4DA are triadic colors.

2 #DAF4E6 and #F4E6DA with #E6F4DA are triadic colors.