COLOR #E6FFDF

HEX: #E6FFDF RGB: (230,255,223)

Color info

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

RGB color model

#E6FFDF color RGB value is (230,255,223).

RGB: (230,255,223) (90%, 100%, 87%)

RGB channels and saturation

R 230 of 255 = 90%
G 255 of 255 = 100%
B 223 of 255 = 87%

230
255
223

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

Portions of RGB colors in percentages

R + G + B = 230 + 255 + 223 = 708 (100%)
R 230 of 708 ~ 32.49%
G 255 of 708 ~ 36.02%
B 223 of 708 ~ 31.5'%

%32.49
%36.02
%31.5

CMYK color model

#E6FFDF color CMYK value is (10,0,13,0).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 12.55%
  • key color value is 0.00%

CMYK: (10,0,13,0)
C10M0Y13K0 (10%, 0%, 13%, 0%)
(0.10 / 0.00 / 0.13 / 0.00)

CMYK percentages

%9.8
%0
%12.55
%0

Codes

Color #E6FFDF in popluar color models

E6 FF DF
RGB 230 255 223
HSL 107° 100.00% 93.73%
HSB/HSV 107° 12.55% 100.00%
CMYK 9.80% 0.00% 12.55%
0.00%

Color #E6FFDF in popluar number systems.

HEX E6 FF DF
Decimal 230 255 223
Binary 11100110 11111111 11011111
Octal 346 377 337

Shades and tints

Shades of #E6FFDF

#E6FFDF
(230,255,223)
#D2E8CB
(210,232,203)
#BED1B7
(190,209,183)
#AABAA3
(170,186,163)
#96A38F
(150,163,143)
#828C7B
(130,140,123)
#6E7567
(110,117,103)
#5A5E53
(90,94,83)
#46473F
(70,71,63)
#32302B
(50,48,43)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #E6FFDF

#E6FFDF
(230,255,223)
#E8FFE1
(232,255,225)
#EAFFE3
(234,255,227)
#ECFFE5
(236,255,229)
#EEFFE7
(238,255,231)
#F0FFE9
(240,255,233)
#F2FFEB
(242,255,235)
#F4FFED
(244,255,237)
#F6FFEF
(246,255,239)
#F8FFF1
(248,255,241)
#FAFFF3
(250,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FFDF; }

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

This text font color is #E6FFDF.

Background Color

.myBgColor { background-color: #E6FFDF; }

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

This div background color is #E6FFDF.

Border color

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

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

This div border color is #E6FFDF.

Opacity

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

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

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

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

This text has shadow with #E6FFDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6FFDF.

Preview

Color preview on black background

This text has color #E6FFDF on black background.


Color preview on white background

This text has color #E6FFDF on white background.


Black color preview on #E6FFDF background

This text has black color on #E6FFDF background.


White color preview on #E6FFDF background

This text has white color on #E6FFDF background.


Related colors

Complementary color

Complementary color for #hex is #190020.


I love getcolorcode.com

Triadic colors

1 #DFE6FF and #FFDFE6 with #E6FFDF are triadic colors.

2 #DFFFE6 and #FFE6DF with #E6FFDF are triadic colors.