COLOR #E6F5DE

HEX: #E6F5DE
RGB: (230,245,222)

Color info

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

RGB color model

#E6F5DE color RGB value is (230,245,222).

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

RGB channels and saturation

R 230 of 255 = 90%
G 245 of 255 = 96%
B 222 of 255 = 87%

230
245
222

R + G + B ~ 91%. #E6F5DE is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 245 + 222 = 697 (100%)
R 230 of 697 ~ 33%
G 245 of 697 ~ 35.15%
B 222 of 697 ~ 31.85%

%33
%35.15
%31.85

CMYK color model

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

  • cyan value is 6.12%
  • magenta value is 0.00%
  • yellow value is 9.39%
  • key color value is 3.92%
CMYK:
(6,0,9,4)
C6M0Y9K4 
(6%,0%,9%,4%)
(0.06/0.00/0.09/0.04)	

CMYK percentages

%6.12
%0
%9.39
%3.92

Codes

Color #E6F5DE in popluar color models

E6F5DE
RGB230245222
HSL99°53.49%91.57%
HSB/HSV99°9.39%96.08%
CMYK6.12%0.00%9.39%
3.92%

Color #E6F5DE in popluar number systems.

HEXE6F5DE
Decimal230245222
Binary111001101111010111011110
Octal346365336

Shades and tints

Shades of #E6F5DE

#E6F5DE
(230,245,222)
#D2DFCA
(210,223,202)
#BEC9B6
(190,201,182)
#AAB3A2
(170,179,162)
#969D8E
(150,157,142)
#82877A
(130,135,122)
#6E7166
(110,113,102)
#5A5B52
(90,91,82)
#46453E
(70,69,62)
#322F2A
(50,47,42)
#1E1916
(30,25,22)
#000000
(0,0,0)

Tints of #E6F5DE

#E6F5DE
(230,245,222)
#E8F5E1
(232,245,225)
#EAF5E4
(234,245,228)
#ECF5E7
(236,245,231)
#EEF5EA
(238,245,234)
#F0F5ED
(240,245,237)
#F2F5F0
(242,245,240)
#F4F5F3
(244,245,243)
#F6F5F6
(246,245,246)
#F8F5F9
(248,245,249)
#FAF5FC
(250,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F5DE; }

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

This text font color is #E6F5DE.


Background Color

.myBgColor { background-color: #E6F5DE; }

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

This div background color is #E6F5DE.


Border color

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

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

This div border color is #E6F5DE.


Opacity

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

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

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

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

This text has shadow with #E6F5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F5DE on black background.


Color preview on white background

This text has color #E6F5DE on white background.



Black color preview on #E6F5DE background

This text has black color on #E6F5DE background.


White color preview on #E6F5DE background

This text has white color on #E6F5DE background.