COLOR #E6FDE0

HEX: #E6FDE0
RGB: (230,253,224)

Color info

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

RGB color model

#E6FDE0 color RGB value is (230,253,224).

  • red value is 230;
  • green value is 253;
  • blue value is 224.
RGB:
(230,253,224)
(90%,99%,88%)

RGB channels and saturation

R 230 of 255 = 90%
G 253 of 255 = 99%
B 224 of 255 = 88%

230
253
224

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

Portions of RGB colors in percentages

R + G + B =
230 + 253 + 224 = 707 (100%)
R 230 of 707 ~ 32.53%
G 253 of 707 ~ 35.79%
B 224 of 707 ~ 31.68%

%32.53
%35.79
%31.68

CMYK color model

#E6FDE0 color CMYK value is (9,0,11,1).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 11.46%
  • key color value is 0.78%
CMYK:
(9,0,11,1)
C9M0Y11K1 
(9%,0%,11%,1%)
(0.09/0.00/0.11/0.01)	

CMYK percentages

%9.09
%0
%11.46
%0.78

Codes

Color #E6FDE0 in popluar color models

E6FDE0
RGB230253224
HSL108°87.88%93.53%
HSB/HSV108°11.46%99.22%
CMYK9.09%0.00%11.46%
0.78%

Color #E6FDE0 in popluar number systems.

HEXE6FDE0
Decimal230253224
Binary111001101111110111100000
Octal346375340

Shades and tints

Shades of #E6FDE0

#E6FDE0
(230,253,224)
#D2E6CC
(210,230,204)
#BECFB8
(190,207,184)
#AAB8A4
(170,184,164)
#96A190
(150,161,144)
#828A7C
(130,138,124)
#6E7368
(110,115,104)
#5A5C54
(90,92,84)
#464540
(70,69,64)
#322E2C
(50,46,44)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #E6FDE0

#E6FDE0
(230,253,224)
#E8FDE2
(232,253,226)
#EAFDE4
(234,253,228)
#ECFDE6
(236,253,230)
#EEFDE8
(238,253,232)
#F0FDEA
(240,253,234)
#F2FDEC
(242,253,236)
#F4FDEE
(244,253,238)
#F6FDF0
(246,253,240)
#F8FDF2
(248,253,242)
#FAFDF4
(250,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FDE0 color. Also use rgb(230,253,224) instead hex code.

Text Font Color

.myTextColor { color: #E6FDE0; }

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

This text font color is #E6FDE0.


Background Color

.myBgColor { background-color: #E6FDE0; }

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

This div background color is #E6FDE0.


Border color

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

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

This div border color is #E6FDE0.


Opacity

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

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

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

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

This text has shadow with #E6FDE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FDE0 on black background.


Color preview on white background

This text has color #E6FDE0 on white background.



Black color preview on #E6FDE0 background

This text has black color on #E6FDE0 background.


White color preview on #E6FDE0 background

This text has white color on #E6FDE0 background.