COLOR #E6F4D8

HEX: #E6F4D8
RGB: (230,244,216)

Color info

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

RGB color model

#E6F4D8 color RGB value is (230,244,216).

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

RGB channels and saturation

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

230
244
216

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

Portions of RGB colors in percentages

R + G + B =
230 + 244 + 216 = 690 (100%)
R 230 of 690 ~ 33.33%
G 244 of 690 ~ 35.36%
B 216 of 690 ~ 31.3%

%33.33
%35.36
%31.3

CMYK color model

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

  • cyan value is 5.74%
  • magenta value is 0.00%
  • yellow value is 11.48%
  • 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
%11.48
%4.31

Codes

Color #E6F4D8 in popluar color models

E6F4D8
RGB230244216
HSL90°56.00%90.20%
HSB/HSV90°11.48%95.69%
CMYK5.74%0.00%11.48%
4.31%

Color #E6F4D8 in popluar number systems.

HEXE6F4D8
Decimal230244216
Binary111001101111010011011000
Octal346364330

Shades and tints

Shades of #E6F4D8

#E6F4D8
(230,244,216)
#D2DEC5
(210,222,197)
#BEC8B2
(190,200,178)
#AAB29F
(170,178,159)
#969C8C
(150,156,140)
#828679
(130,134,121)
#6E7066
(110,112,102)
#5A5A53
(90,90,83)
#464440
(70,68,64)
#322E2D
(50,46,45)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #E6F4D8

#E6F4D8
(230,244,216)
#E8F5DB
(232,245,219)
#EAF6DE
(234,246,222)
#ECF7E1
(236,247,225)
#EEF8E4
(238,248,228)
#F0F9E7
(240,249,231)
#F2FAEA
(242,250,234)
#F4FBED
(244,251,237)
#F6FCF0
(246,252,240)
#F8FDF3
(248,253,243)
#FAFEF6
(250,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F4D8; }

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

This text font color is #E6F4D8.


Background Color

.myBgColor { background-color: #E6F4D8; }

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

This div background color is #E6F4D8.


Border color

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

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

This div border color is #E6F4D8.


Opacity

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

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

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

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

This text has shadow with #E6F4D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F4D8 on black background.


Color preview on white background

This text has color #E6F4D8 on white background.



Black color preview on #E6F4D8 background

This text has black color on #E6F4D8 background.


White color preview on #E6F4D8 background

This text has white color on #E6F4D8 background.