COLOR #E6FDEA

HEX: #E6FDEA RGB: (230,253,234)

Color info

#E6FDEA contains red, green and blue colors in about the same proportion. Web safe color of #E6FDEA is #CCFFFF (or #CFF).

RGB color model

#E6FDEA color RGB value is (230,253,234).

RGB: (230,253,234) (90%, 99%, 92%)

RGB channels and saturation

R 230 of 255 = 90%
G 253 of 255 = 99%
B 234 of 255 = 92%

230
253
234

R + G + B ~ 94%. #E6FDEA is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 253 + 234 = 717 (100%)
R 230 of 717 ~ 32.08%
G 253 of 717 ~ 35.29%
B 234 of 717 ~ 32.64'%

%32.08
%35.29
%32.64

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 7.51%
  • key color value is 0.78%
CMYK: (9,0,8,1) C9M0Y8K1 (9%,0%,8%,1%) (0.09/0.00/0.08/0.01) 

CMYK percentages

%9.09
%0
%7.51
%0.78

Codes

Color #E6FDEA in popluar color models

E6 FD EA
RGB 230 253 234
HSL 130° 85.19% 94.71%
HSB/HSV 130° 9.09% 99.22%
CMYK 9.09% 0.00% 7.51%
0.78%

Color #E6FDEA in popluar number systems.

HEX E6 FD EA
Decimal 230 253 234
Binary 11100110 11111101 11101010
Octal 346 375 352

Shades and tints

Shades of #E6FDEA

#E6FDEA
(230,253,234)
#D2E6D5
(210,230,213)
#BECFC0
(190,207,192)
#AAB8AB
(170,184,171)
#96A196
(150,161,150)
#828A81
(130,138,129)
#6E736C
(110,115,108)
#5A5C57
(90,92,87)
#464542
(70,69,66)
#322E2D
(50,46,45)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #E6FDEA

#E6FDEA
(230,253,234)
#E8FDEB
(232,253,235)
#EAFDEC
(234,253,236)
#ECFDED
(236,253,237)
#EEFDEE
(238,253,238)
#F0FDEF
(240,253,239)
#F2FDF0
(242,253,240)
#F4FDF1
(244,253,241)
#F6FDF2
(246,253,242)
#F8FDF3
(248,253,243)
#FAFDF4
(250,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FDEA; }

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

This text font color is #E6FDEA.

Background Color

.myBgColor { background-color: #E6FDEA; }

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

This div background color is #E6FDEA.

Border color

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

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

This div border color is #E6FDEA.

Opacity

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

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

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

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

This text has shadow with #E6FDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6FDEA.

Preview

Color preview on black background

This text has color #E6FDEA on black background.


Color preview on white background

This text has color #E6FDEA on white background.


Black color preview on #E6FDEA background

This text has black color on #E6FDEA background.


White color preview on #E6FDEA background

This text has white color on #E6FDEA background.


Related colors

Complementary color

Complementary color for #hex is #190215.


I love getcolorcode.com

Triadic colors

1 #EAE6FD and #FDEAE6 with #E6FDEA are triadic colors.

2 #EAFDE6 and #FDE6EA with #E6FDEA are triadic colors.