COLOR #E6FADA

HEX: #E6FADA
RGB: (230,250,218)

Color info

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

RGB color model

#E6FADA color RGB value is (230,250,218).

  • red value is 230;
  • green value is 250;
  • blue value is 218.
RGB:
(230,250,218)
(90%,98%,85%)

RGB channels and saturation

R 230 of 255 = 90%
G 250 of 255 = 98%
B 218 of 255 = 85%

230
250
218

R + G + B ~ 91%. #E6FADA is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 250 + 218 = 698 (100%)
R 230 of 698 ~ 32.95%
G 250 of 698 ~ 35.82%
B 218 of 698 ~ 31.23%

%32.95
%35.82
%31.23

CMYK color model

#E6FADA color CMYK value is (8,0,13,2).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 12.80%
  • key color value is 1.96%
CMYK:
(8,0,13,2)
C8M0Y13K2 
(8%,0%,13%,2%)
(0.08/0.00/0.13/0.02)	

CMYK percentages

%8
%0
%12.8
%1.96

Codes

Color #E6FADA in popluar color models

E6FADA
RGB230250218
HSL98°76.19%91.76%
HSB/HSV98°12.80%98.04%
CMYK8.00%0.00%12.80%
1.96%

Color #E6FADA in popluar number systems.

HEXE6FADA
Decimal230250218
Binary111001101111101011011010
Octal346372332

Shades and tints

Shades of #E6FADA

#E6FADA
(230,250,218)
#D2E4C7
(210,228,199)
#BECEB4
(190,206,180)
#AAB8A1
(170,184,161)
#96A28E
(150,162,142)
#828C7B
(130,140,123)
#6E7668
(110,118,104)
#5A6055
(90,96,85)
#464A42
(70,74,66)
#32342F
(50,52,47)
#1E1E1C
(30,30,28)
#000000
(0,0,0)

Tints of #E6FADA

#E6FADA
(230,250,218)
#E8FADD
(232,250,221)
#EAFAE0
(234,250,224)
#ECFAE3
(236,250,227)
#EEFAE6
(238,250,230)
#F0FAE9
(240,250,233)
#F2FAEC
(242,250,236)
#F4FAEF
(244,250,239)
#F6FAF2
(246,250,242)
#F8FAF5
(248,250,245)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FADA color. Also use rgb(230,250,218) instead hex code.

Text Font Color

.myTextColor { color: #E6FADA; }

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

This text font color is #E6FADA.


Background Color

.myBgColor { background-color: #E6FADA; }

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

This div background color is #E6FADA.


Border color

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

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

This div border color is #E6FADA.


Opacity

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

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

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

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

This text has shadow with #E6FADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FADA on black background.


Color preview on white background

This text has color #E6FADA on white background.



Black color preview on #E6FADA background

This text has black color on #E6FADA background.


White color preview on #E6FADA background

This text has white color on #E6FADA background.