COLOR #E6FADC

HEX: #E6FADC
RGB: (230,250,220)

Color info

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

RGB color model

#E6FADC color RGB value is (230,250,220).

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

RGB channels and saturation

R 230 of 255 = 90%
G 250 of 255 = 98%
B 220 of 255 = 86%

230
250
220

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

Portions of RGB colors in percentages

R + G + B =
230 + 250 + 220 = 700 (100%)
R 230 of 700 ~ 32.86%
G 250 of 700 ~ 35.71%
B 220 of 700 ~ 31.43%

%32.86
%35.71
%31.43

CMYK color model

#E6FADC color CMYK value is (8,0,12,2).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 1.96%
CMYK:
(8,0,12,2)
C8M0Y12K2 
(8%,0%,12%,2%)
(0.08/0.00/0.12/0.02)	

CMYK percentages

%8
%0
%12
%1.96

Codes

Color #E6FADC in popluar color models

E6FADC
RGB230250220
HSL100°75.00%92.16%
HSB/HSV100°12.00%98.04%
CMYK8.00%0.00%12.00%
1.96%

Color #E6FADC in popluar number systems.

HEXE6FADC
Decimal230250220
Binary111001101111101011011100
Octal346372334

Shades and tints

Shades of #E6FADC

#E6FADC
(230,250,220)
#D2E4C8
(210,228,200)
#BECEB4
(190,206,180)
#AAB8A0
(170,184,160)
#96A28C
(150,162,140)
#828C78
(130,140,120)
#6E7664
(110,118,100)
#5A6050
(90,96,80)
#464A3C
(70,74,60)
#323428
(50,52,40)
#1E1E14
(30,30,20)
#000000
(0,0,0)

Tints of #E6FADC

#E6FADC
(230,250,220)
#E8FADF
(232,250,223)
#EAFAE2
(234,250,226)
#ECFAE5
(236,250,229)
#EEFAE8
(238,250,232)
#F0FAEB
(240,250,235)
#F2FAEE
(242,250,238)
#F4FAF1
(244,250,241)
#F6FAF4
(246,250,244)
#F8FAF7
(248,250,247)
#FAFAFA
(250,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FADC; }

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

This text font color is #E6FADC.


Background Color

.myBgColor { background-color: #E6FADC; }

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

This div background color is #E6FADC.


Border color

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

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

This div border color is #E6FADC.


Opacity

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

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

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

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

This text has shadow with #E6FADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FADC on black background.


Color preview on white background

This text has color #E6FADC on white background.



Black color preview on #E6FADC background

This text has black color on #E6FADC background.


White color preview on #E6FADC background

This text has white color on #E6FADC background.