COLOR #E6EFDE

HEX: #E6EFDE
RGB: (230,239,222)

Color info

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

RGB color model

#E6EFDE color RGB value is (230,239,222).

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

RGB channels and saturation

R 230 of 255 = 90%
G 239 of 255 = 94%
B 222 of 255 = 87%

230
239
222

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

Portions of RGB colors in percentages

R + G + B =
230 + 239 + 222 = 691 (100%)
R 230 of 691 ~ 33.29%
G 239 of 691 ~ 34.59%
B 222 of 691 ~ 32.13%

%33.29
%34.59
%32.13

CMYK color model

#E6EFDE color CMYK value is (4,0,7,6).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 6.27%
CMYK:
(4,0,7,6)
C4M0Y7K6 
(4%,0%,7%,6%)
(0.04/0.00/0.07/0.06)	

CMYK percentages

%3.77
%0
%7.11
%6.27

Codes

Color #E6EFDE in popluar color models

E6EFDE
RGB230239222
HSL92°34.69%90.39%
HSB/HSV92°7.11%93.73%
CMYK3.77%0.00%7.11%
6.27%

Color #E6EFDE in popluar number systems.

HEXE6EFDE
Decimal230239222
Binary111001101110111111011110
Octal346357336

Shades and tints

Shades of #E6EFDE

#E6EFDE
(230,239,222)
#D2DACA
(210,218,202)
#BEC5B6
(190,197,182)
#AAB0A2
(170,176,162)
#969B8E
(150,155,142)
#82867A
(130,134,122)
#6E7166
(110,113,102)
#5A5C52
(90,92,82)
#46473E
(70,71,62)
#32322A
(50,50,42)
#1E1D16
(30,29,22)
#000000
(0,0,0)

Tints of #E6EFDE

#E6EFDE
(230,239,222)
#E8F0E1
(232,240,225)
#EAF1E4
(234,241,228)
#ECF2E7
(236,242,231)
#EEF3EA
(238,243,234)
#F0F4ED
(240,244,237)
#F2F5F0
(242,245,240)
#F4F6F3
(244,246,243)
#F6F7F6
(246,247,246)
#F8F8F9
(248,248,249)
#FAF9FC
(250,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EFDE; }

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

This text font color is #E6EFDE.


Background Color

.myBgColor { background-color: #E6EFDE; }

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

This div background color is #E6EFDE.


Border color

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

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

This div border color is #E6EFDE.


Opacity

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

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

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

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

This text has shadow with #E6EFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EFDE on black background.


Color preview on white background

This text has color #E6EFDE on white background.



Black color preview on #E6EFDE background

This text has black color on #E6EFDE background.


White color preview on #E6EFDE background

This text has white color on #E6EFDE background.