COLOR #E6EFDA

HEX: #E6EFDA
RGB: (230,239,218)

Color info

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

RGB color model

#E6EFDA color RGB value is (230,239,218).

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

RGB channels and saturation

R 230 of 255 = 90%
G 239 of 255 = 94%
B 218 of 255 = 85%

230
239
218

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

Portions of RGB colors in percentages

R + G + B =
230 + 239 + 218 = 687 (100%)
R 230 of 687 ~ 33.48%
G 239 of 687 ~ 34.79%
B 218 of 687 ~ 31.73%

%33.48
%34.79
%31.73

CMYK color model

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

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 8.79%
  • key color value is 6.27%
CMYK:
(4,0,9,6)
C4M0Y9K6 
(4%,0%,9%,6%)
(0.04/0.00/0.09/0.06)	

CMYK percentages

%3.77
%0
%8.79
%6.27

Codes

Color #E6EFDA in popluar color models

E6EFDA
RGB230239218
HSL86°39.62%89.61%
HSB/HSV86°8.79%93.73%
CMYK3.77%0.00%8.79%
6.27%

Color #E6EFDA in popluar number systems.

HEXE6EFDA
Decimal230239218
Binary111001101110111111011010
Octal346357332

Shades and tints

Shades of #E6EFDA

#E6EFDA
(230,239,218)
#D2DAC7
(210,218,199)
#BEC5B4
(190,197,180)
#AAB0A1
(170,176,161)
#969B8E
(150,155,142)
#82867B
(130,134,123)
#6E7168
(110,113,104)
#5A5C55
(90,92,85)
#464742
(70,71,66)
#32322F
(50,50,47)
#1E1D1C
(30,29,28)
#000000
(0,0,0)

Tints of #E6EFDA

#E6EFDA
(230,239,218)
#E8F0DD
(232,240,221)
#EAF1E0
(234,241,224)
#ECF2E3
(236,242,227)
#EEF3E6
(238,243,230)
#F0F4E9
(240,244,233)
#F2F5EC
(242,245,236)
#F4F6EF
(244,246,239)
#F6F7F2
(246,247,242)
#F8F8F5
(248,248,245)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EFDA; }

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

This text font color is #E6EFDA.


Background Color

.myBgColor { background-color: #E6EFDA; }

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

This div background color is #E6EFDA.


Border color

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

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

This div border color is #E6EFDA.


Opacity

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

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

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

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

This text has shadow with #E6EFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EFDA on black background.


Color preview on white background

This text has color #E6EFDA on white background.



Black color preview on #E6EFDA background

This text has black color on #E6EFDA background.


White color preview on #E6EFDA background

This text has white color on #E6EFDA background.