COLOR #E6F9DF

HEX: #E6F9DF
RGB: (230,249,223)

Color info

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

RGB color model

#E6F9DF color RGB value is (230,249,223).

  • red value is 230;
  • green value is 249;
  • blue value is 223.
RGB:
(230,249,223)
(90%,98%,87%)

RGB channels and saturation

R 230 of 255 = 90%
G 249 of 255 = 98%
B 223 of 255 = 87%

230
249
223

R + G + B ~ 92%. #E6F9DF is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 249 + 223 = 702 (100%)
R 230 of 702 ~ 32.76%
G 249 of 702 ~ 35.47%
B 223 of 702 ~ 31.77%

%32.76
%35.47
%31.77

CMYK color model

#E6F9DF color CMYK value is (8,0,10,2).

  • cyan value is 7.63%
  • magenta value is 0.00%
  • yellow value is 10.44%
  • key color value is 2.35%
CMYK:
(8,0,10,2)
C8M0Y10K2 
(8%,0%,10%,2%)
(0.08/0.00/0.10/0.02)	

CMYK percentages

%7.63
%0
%10.44
%2.35

Codes

Color #E6F9DF in popluar color models

E6F9DF
RGB230249223
HSL104°68.42%92.55%
HSB/HSV104°10.44%97.65%
CMYK7.63%0.00%10.44%
2.35%

Color #E6F9DF in popluar number systems.

HEXE6F9DF
Decimal230249223
Binary111001101111100111011111
Octal346371337

Shades and tints

Shades of #E6F9DF

#E6F9DF
(230,249,223)
#D2E3CB
(210,227,203)
#BECDB7
(190,205,183)
#AAB7A3
(170,183,163)
#96A18F
(150,161,143)
#828B7B
(130,139,123)
#6E7567
(110,117,103)
#5A5F53
(90,95,83)
#46493F
(70,73,63)
#32332B
(50,51,43)
#1E1D17
(30,29,23)
#000000
(0,0,0)

Tints of #E6F9DF

#E6F9DF
(230,249,223)
#E8F9E1
(232,249,225)
#EAF9E3
(234,249,227)
#ECF9E5
(236,249,229)
#EEF9E7
(238,249,231)
#F0F9E9
(240,249,233)
#F2F9EB
(242,249,235)
#F4F9ED
(244,249,237)
#F6F9EF
(246,249,239)
#F8F9F1
(248,249,241)
#FAF9F3
(250,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F9DF color. Also use rgb(230,249,223) instead hex code.

Text Font Color

.myTextColor { color: #E6F9DF; }

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

This text font color is #E6F9DF.


Background Color

.myBgColor { background-color: #E6F9DF; }

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

This div background color is #E6F9DF.


Border color

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

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

This div border color is #E6F9DF.


Opacity

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

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

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

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

This text has shadow with #E6F9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F9DF on black background.


Color preview on white background

This text has color #E6F9DF on white background.



Black color preview on #E6F9DF background

This text has black color on #E6F9DF background.


White color preview on #E6F9DF background

This text has white color on #E6F9DF background.