COLOR #E6F0D9

HEX: #E6F0D9
RGB: (230,240,217)

Color info

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

RGB color model

#E6F0D9 color RGB value is (230,240,217).

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

RGB channels and saturation

R 230 of 255 = 90%
G 240 of 255 = 94%
B 217 of 255 = 85%

230
240
217

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

Portions of RGB colors in percentages

R + G + B =
230 + 240 + 217 = 687 (100%)
R 230 of 687 ~ 33.48%
G 240 of 687 ~ 34.93%
B 217 of 687 ~ 31.59%

%33.48
%34.93
%31.59

CMYK color model

#E6F0D9 color CMYK value is (4,0,10,6).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 9.58%
  • key color value is 5.88%
CMYK:
(4,0,10,6)
C4M0Y10K6 
(4%,0%,10%,6%)
(0.04/0.00/0.10/0.06)	

CMYK percentages

%4.17
%0
%9.58
%5.88

Codes

Color #E6F0D9 in popluar color models

E6F0D9
RGB230240217
HSL86°43.40%89.61%
HSB/HSV86°9.58%94.12%
CMYK4.17%0.00%9.58%
5.88%

Color #E6F0D9 in popluar number systems.

HEXE6F0D9
Decimal230240217
Binary111001101111000011011001
Octal346360331

Shades and tints

Shades of #E6F0D9

#E6F0D9
(230,240,217)
#D2DBC6
(210,219,198)
#BEC6B3
(190,198,179)
#AAB1A0
(170,177,160)
#969C8D
(150,156,141)
#82877A
(130,135,122)
#6E7267
(110,114,103)
#5A5D54
(90,93,84)
#464841
(70,72,65)
#32332E
(50,51,46)
#1E1E1B
(30,30,27)
#000000
(0,0,0)

Tints of #E6F0D9

#E6F0D9
(230,240,217)
#E8F1DC
(232,241,220)
#EAF2DF
(234,242,223)
#ECF3E2
(236,243,226)
#EEF4E5
(238,244,229)
#F0F5E8
(240,245,232)
#F2F6EB
(242,246,235)
#F4F7EE
(244,247,238)
#F6F8F1
(246,248,241)
#F8F9F4
(248,249,244)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F0D9 color. Also use rgb(230,240,217) instead hex code.

Text Font Color

.myTextColor { color: #E6F0D9; }

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

This text font color is #E6F0D9.


Background Color

.myBgColor { background-color: #E6F0D9; }

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

This div background color is #E6F0D9.


Border color

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

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

This div border color is #E6F0D9.


Opacity

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

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

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

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

This text has shadow with #E6F0D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F0D9 on black background.


Color preview on white background

This text has color #E6F0D9 on white background.



Black color preview on #E6F0D9 background

This text has black color on #E6F0D9 background.


White color preview on #E6F0D9 background

This text has white color on #E6F0D9 background.