COLOR #E6F7DE

HEX: #E6F7DE
RGB: (230,247,222)

Color info

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

RGB color model

#E6F7DE color RGB value is (230,247,222).

  • red value is 230;
  • green value is 247;
  • blue value is 222.
RGB:
(230,247,222)
(90%,97%,87%)

RGB channels and saturation

R 230 of 255 = 90%
G 247 of 255 = 97%
B 222 of 255 = 87%

230
247
222

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

Portions of RGB colors in percentages

R + G + B =
230 + 247 + 222 = 699 (100%)
R 230 of 699 ~ 32.9%
G 247 of 699 ~ 35.34%
B 222 of 699 ~ 31.76%

%32.9
%35.34
%31.76

CMYK color model

#E6F7DE color CMYK value is (7,0,10,3).

  • cyan value is 6.88%
  • magenta value is 0.00%
  • yellow value is 10.12%
  • key color value is 3.14%
CMYK:
(7,0,10,3)
C7M0Y10K3 
(7%,0%,10%,3%)
(0.07/0.00/0.10/0.03)	

CMYK percentages

%6.88
%0
%10.12
%3.14

Codes

Color #E6F7DE in popluar color models

E6F7DE
RGB230247222
HSL101°60.98%91.96%
HSB/HSV101°10.12%96.86%
CMYK6.88%0.00%10.12%
3.14%

Color #E6F7DE in popluar number systems.

HEXE6F7DE
Decimal230247222
Binary111001101111011111011110
Octal346367336

Shades and tints

Shades of #E6F7DE

#E6F7DE
(230,247,222)
#D2E1CA
(210,225,202)
#BECBB6
(190,203,182)
#AAB5A2
(170,181,162)
#969F8E
(150,159,142)
#82897A
(130,137,122)
#6E7366
(110,115,102)
#5A5D52
(90,93,82)
#46473E
(70,71,62)
#32312A
(50,49,42)
#1E1B16
(30,27,22)
#000000
(0,0,0)

Tints of #E6F7DE

#E6F7DE
(230,247,222)
#E8F7E1
(232,247,225)
#EAF7E4
(234,247,228)
#ECF7E7
(236,247,231)
#EEF7EA
(238,247,234)
#F0F7ED
(240,247,237)
#F2F7F0
(242,247,240)
#F4F7F3
(244,247,243)
#F6F7F6
(246,247,246)
#F8F7F9
(248,247,249)
#FAF7FC
(250,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F7DE color. Also use rgb(230,247,222) instead hex code.

Text Font Color

.myTextColor { color: #E6F7DE; }

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

This text font color is #E6F7DE.


Background Color

.myBgColor { background-color: #E6F7DE; }

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

This div background color is #E6F7DE.


Border color

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

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

This div border color is #E6F7DE.


Opacity

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

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

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

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

This text has shadow with #E6F7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F7DE on black background.


Color preview on white background

This text has color #E6F7DE on white background.



Black color preview on #E6F7DE background

This text has black color on #E6F7DE background.


White color preview on #E6F7DE background

This text has white color on #E6F7DE background.