COLOR #E6F0D8

HEX: #E6F0D8
RGB: (230,240,216)

Color info

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

RGB color model

#E6F0D8 color RGB value is (230,240,216).

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

RGB channels and saturation

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

230
240
216

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

Portions of RGB colors in percentages

R + G + B =
230 + 240 + 216 = 686 (100%)
R 230 of 686 ~ 33.53%
G 240 of 686 ~ 34.99%
B 216 of 686 ~ 31.49%

%33.53
%34.99
%31.49

CMYK color model

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

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • 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
%10
%5.88

Codes

Color #E6F0D8 in popluar color models

E6F0D8
RGB230240216
HSL85°44.44%89.41%
HSB/HSV85°10.00%94.12%
CMYK4.17%0.00%10.00%
5.88%

Color #E6F0D8 in popluar number systems.

HEXE6F0D8
Decimal230240216
Binary111001101111000011011000
Octal346360330

Shades and tints

Shades of #E6F0D8

#E6F0D8
(230,240,216)
#D2DBC5
(210,219,197)
#BEC6B2
(190,198,178)
#AAB19F
(170,177,159)
#969C8C
(150,156,140)
#828779
(130,135,121)
#6E7266
(110,114,102)
#5A5D53
(90,93,83)
#464840
(70,72,64)
#32332D
(50,51,45)
#1E1E1A
(30,30,26)
#000000
(0,0,0)

Tints of #E6F0D8

#E6F0D8
(230,240,216)
#E8F1DB
(232,241,219)
#EAF2DE
(234,242,222)
#ECF3E1
(236,243,225)
#EEF4E4
(238,244,228)
#F0F5E7
(240,245,231)
#F2F6EA
(242,246,234)
#F4F7ED
(244,247,237)
#F6F8F0
(246,248,240)
#F8F9F3
(248,249,243)
#FAFAF6
(250,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F0D8; }

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

This text font color is #E6F0D8.


Background Color

.myBgColor { background-color: #E6F0D8; }

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

This div background color is #E6F0D8.


Border color

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

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

This div border color is #E6F0D8.


Opacity

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

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

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

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

This text has shadow with #E6F0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F0D8 on black background.


Color preview on white background

This text has color #E6F0D8 on white background.



Black color preview on #E6F0D8 background

This text has black color on #E6F0D8 background.


White color preview on #E6F0D8 background

This text has white color on #E6F0D8 background.