COLOR #E6F5DD

HEX: #E6F5DD
RGB: (230,245,221)

Color info

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

RGB color model

#E6F5DD color RGB value is (230,245,221).

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

RGB channels and saturation

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

230
245
221

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

Portions of RGB colors in percentages

R + G + B =
230 + 245 + 221 = 696 (100%)
R 230 of 696 ~ 33.05%
G 245 of 696 ~ 35.2%
B 221 of 696 ~ 31.75%

%33.05
%35.2
%31.75

CMYK color model

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

  • cyan value is 6.12%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 3.92%
CMYK:
(6,0,10,4)
C6M0Y10K4 
(6%,0%,10%,4%)
(0.06/0.00/0.10/0.04)	

CMYK percentages

%6.12
%0
%9.8
%3.92

Codes

Color #E6F5DD in popluar color models

E6F5DD
RGB230245221
HSL98°54.55%91.37%
HSB/HSV98°9.80%96.08%
CMYK6.12%0.00%9.80%
3.92%

Color #E6F5DD in popluar number systems.

HEXE6F5DD
Decimal230245221
Binary111001101111010111011101
Octal346365335

Shades and tints

Shades of #E6F5DD

#E6F5DD
(230,245,221)
#D2DFC9
(210,223,201)
#BEC9B5
(190,201,181)
#AAB3A1
(170,179,161)
#969D8D
(150,157,141)
#828779
(130,135,121)
#6E7165
(110,113,101)
#5A5B51
(90,91,81)
#46453D
(70,69,61)
#322F29
(50,47,41)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #E6F5DD

#E6F5DD
(230,245,221)
#E8F5E0
(232,245,224)
#EAF5E3
(234,245,227)
#ECF5E6
(236,245,230)
#EEF5E9
(238,245,233)
#F0F5EC
(240,245,236)
#F2F5EF
(242,245,239)
#F4F5F2
(244,245,242)
#F6F5F5
(246,245,245)
#F8F5F8
(248,245,248)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F5DD; }

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

This text font color is #E6F5DD.


Background Color

.myBgColor { background-color: #E6F5DD; }

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

This div background color is #E6F5DD.


Border color

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

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

This div border color is #E6F5DD.


Opacity

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

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

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

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

This text has shadow with #E6F5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F5DD on black background.


Color preview on white background

This text has color #E6F5DD on white background.



Black color preview on #E6F5DD background

This text has black color on #E6F5DD background.


White color preview on #E6F5DD background

This text has white color on #E6F5DD background.