COLOR #E6F4DD

HEX: #E6F4DD
RGB: (230,244,221)

Color info

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

RGB color model

#E6F4DD color RGB value is (230,244,221).

  • red value is 230;
  • green value is 244;
  • blue value is 221.
RGB:
(230,244,221)
(90%,96%,87%)

RGB channels and saturation

R 230 of 255 = 90%
G 244 of 255 = 96%
B 221 of 255 = 87%

230
244
221

R + G + B ~ 91%. #E6F4DD is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 244 + 221 = 695 (100%)
R 230 of 695 ~ 33.09%
G 244 of 695 ~ 35.11%
B 221 of 695 ~ 31.8%

%33.09
%35.11
%31.8

CMYK color model

#E6F4DD color CMYK value is (6,0,9,4).

  • cyan value is 5.74%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • key color value is 4.31%
CMYK:
(6,0,9,4)
C6M0Y9K4 
(6%,0%,9%,4%)
(0.06/0.00/0.09/0.04)	

CMYK percentages

%5.74
%0
%9.43
%4.31

Codes

Color #E6F4DD in popluar color models

E6F4DD
RGB230244221
HSL97°51.11%91.18%
HSB/HSV97°9.43%95.69%
CMYK5.74%0.00%9.43%
4.31%

Color #E6F4DD in popluar number systems.

HEXE6F4DD
Decimal230244221
Binary111001101111010011011101
Octal346364335

Shades and tints

Shades of #E6F4DD

#E6F4DD
(230,244,221)
#D2DEC9
(210,222,201)
#BEC8B5
(190,200,181)
#AAB2A1
(170,178,161)
#969C8D
(150,156,141)
#828679
(130,134,121)
#6E7065
(110,112,101)
#5A5A51
(90,90,81)
#46443D
(70,68,61)
#322E29
(50,46,41)
#1E1815
(30,24,21)
#000000
(0,0,0)

Tints of #E6F4DD

#E6F4DD
(230,244,221)
#E8F5E0
(232,245,224)
#EAF6E3
(234,246,227)
#ECF7E6
(236,247,230)
#EEF8E9
(238,248,233)
#F0F9EC
(240,249,236)
#F2FAEF
(242,250,239)
#F4FBF2
(244,251,242)
#F6FCF5
(246,252,245)
#F8FDF8
(248,253,248)
#FAFEFB
(250,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F4DD; }

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

This text font color is #E6F4DD.


Background Color

.myBgColor { background-color: #E6F4DD; }

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

This div background color is #E6F4DD.


Border color

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

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

This div border color is #E6F4DD.


Opacity

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

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

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

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

This text has shadow with #E6F4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F4DD on black background.


Color preview on white background

This text has color #E6F4DD on white background.



Black color preview on #E6F4DD background

This text has black color on #E6F4DD background.


White color preview on #E6F4DD background

This text has white color on #E6F4DD background.