COLOR #E6FDE5

HEX: #E6FDE5 RGB: (230,253,229)

Color info

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

RGB color model

#E6FDE5 color RGB value is (230,253,229).

RGB: (230,253,229) (90%, 99%, 90%)

RGB channels and saturation

R 230 of 255 = 90%
G 253 of 255 = 99%
B 229 of 255 = 90%

230
253
229

R + G + B ~ 93%. #E6FDE5 is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 253 + 229 = 712 (100%)
R 230 of 712 ~ 32.3%
G 253 of 712 ~ 35.53%
B 229 of 712 ~ 32.16'%

%32.3
%35.53
%32.16

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 9.49%
  • key color value is 0.78%

CMYK: (9,0,9,1)
C9M0Y9K1 (9%, 0%, 9%, 1%)
(0.09 / 0.00 / 0.09 / 0.01)

CMYK percentages

%9.09
%0
%9.49
%0.78

Codes

Color #E6FDE5 in popluar color models

E6 FD E5
RGB 230 253 229
HSL 118° 85.71% 94.51%
HSB/HSV 118° 9.49% 99.22%
CMYK 9.09% 0.00% 9.49%
0.78%

Color #E6FDE5 in popluar number systems.

HEX E6 FD E5
Decimal 230 253 229
Binary 11100110 11111101 11100101
Octal 346 375 345

Shades and tints

Shades of #E6FDE5

#E6FDE5
(230,253,229)
#D2E6D1
(210,230,209)
#BECFBD
(190,207,189)
#AAB8A9
(170,184,169)
#96A195
(150,161,149)
#828A81
(130,138,129)
#6E736D
(110,115,109)
#5A5C59
(90,92,89)
#464545
(70,69,69)
#322E31
(50,46,49)
#1E171D
(30,23,29)
#000000
(0,0,0)

Tints of #E6FDE5

#E6FDE5
(230,253,229)
#E8FDE7
(232,253,231)
#EAFDE9
(234,253,233)
#ECFDEB
(236,253,235)
#EEFDED
(238,253,237)
#F0FDEF
(240,253,239)
#F2FDF1
(242,253,241)
#F4FDF3
(244,253,243)
#F6FDF5
(246,253,245)
#F8FDF7
(248,253,247)
#FAFDF9
(250,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FDE5; }

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

This text font color is #E6FDE5.

Background Color

.myBgColor { background-color: #E6FDE5; }

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

This div background color is #E6FDE5.

Border color

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

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

This div border color is #E6FDE5.

Opacity

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

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

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

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

This text has shadow with #E6FDE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6FDE5.

Preview

Color preview on black background

This text has color #E6FDE5 on black background.


Color preview on white background

This text has color #E6FDE5 on white background.


Black color preview on #E6FDE5 background

This text has black color on #E6FDE5 background.


White color preview on #E6FDE5 background

This text has white color on #E6FDE5 background.


Related colors

Complementary color

Complementary color for #hex is #19021A.


I love getcolorcode.com

Triadic colors

1 #E5E6FD and #FDE5E6 with #E6FDE5 are triadic colors.

2 #E5FDE6 and #FDE6E5 with #E6FDE5 are triadic colors.