COLOR #E6F0DC

HEX: #E6F0DC
RGB: (230,240,220)

Color info

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

RGB color model

#E6F0DC color RGB value is (230,240,220).

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

RGB channels and saturation

R 230 of 255 = 90%
G 240 of 255 = 94%
B 220 of 255 = 86%

230
240
220

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

Portions of RGB colors in percentages

R + G + B =
230 + 240 + 220 = 690 (100%)
R 230 of 690 ~ 33.33%
G 240 of 690 ~ 34.78%
B 220 of 690 ~ 31.88%

%33.33
%34.78
%31.88

CMYK color model

#E6F0DC color CMYK value is (4,0,8,6).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 5.88%
CMYK:
(4,0,8,6)
C4M0Y8K6 
(4%,0%,8%,6%)
(0.04/0.00/0.08/0.06)	

CMYK percentages

%4.17
%0
%8.33
%5.88

Codes

Color #E6F0DC in popluar color models

E6F0DC
RGB230240220
HSL90°40.00%90.20%
HSB/HSV90°8.33%94.12%
CMYK4.17%0.00%8.33%
5.88%

Color #E6F0DC in popluar number systems.

HEXE6F0DC
Decimal230240220
Binary111001101111000011011100
Octal346360334

Shades and tints

Shades of #E6F0DC

#E6F0DC
(230,240,220)
#D2DBC8
(210,219,200)
#BEC6B4
(190,198,180)
#AAB1A0
(170,177,160)
#969C8C
(150,156,140)
#828778
(130,135,120)
#6E7264
(110,114,100)
#5A5D50
(90,93,80)
#46483C
(70,72,60)
#323328
(50,51,40)
#1E1E14
(30,30,20)
#000000
(0,0,0)

Tints of #E6F0DC

#E6F0DC
(230,240,220)
#E8F1DF
(232,241,223)
#EAF2E2
(234,242,226)
#ECF3E5
(236,243,229)
#EEF4E8
(238,244,232)
#F0F5EB
(240,245,235)
#F2F6EE
(242,246,238)
#F4F7F1
(244,247,241)
#F6F8F4
(246,248,244)
#F8F9F7
(248,249,247)
#FAFAFA
(250,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F0DC; }

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

This text font color is #E6F0DC.


Background Color

.myBgColor { background-color: #E6F0DC; }

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

This div background color is #E6F0DC.


Border color

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

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

This div border color is #E6F0DC.


Opacity

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

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

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

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

This text has shadow with #E6F0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F0DC on black background.


Color preview on white background

This text has color #E6F0DC on white background.



Black color preview on #E6F0DC background

This text has black color on #E6F0DC background.


White color preview on #E6F0DC background

This text has white color on #E6F0DC background.