COLOR #E6FADB

HEX: #E6FADB RGB: (230,250,219)

Color info

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

RGB color model

#E6FADB color RGB value is (230,250,219).

RGB: (230,250,219) (90%, 98%, 86%)

RGB channels and saturation

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

230
250
219

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

Portions of RGB colors in percentages

R + G + B = 230 + 250 + 219 = 699 (100%)
R 230 of 699 ~ 32.9%
G 250 of 699 ~ 35.77%
B 219 of 699 ~ 31.33'%

%32.9
%35.77
%31.33

CMYK color model

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

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 12.40%
  • 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.4
%1.96

Codes

Color #E6FADB in popluar color models

E6 FA DB
RGB 230 250 219
HSL 99° 75.61% 91.96%
HSB/HSV 99° 12.40% 98.04%
CMYK 8.00% 0.00% 12.40%
1.96%

Color #E6FADB in popluar number systems.

HEX E6 FA DB
Decimal 230 250 219
Binary 11100110 11111010 11011011
Octal 346 372 333

Shades and tints

Shades of #E6FADB

#E6FADB
(230,250,219)
#D2E4C8
(210,228,200)
#BECEB5
(190,206,181)
#AAB8A2
(170,184,162)
#96A28F
(150,162,143)
#828C7C
(130,140,124)
#6E7669
(110,118,105)
#5A6056
(90,96,86)
#464A43
(70,74,67)
#323430
(50,52,48)
#1E1E1D
(30,30,29)
#000000
(0,0,0)

Tints of #E6FADB

#E6FADB
(230,250,219)
#E8FADE
(232,250,222)
#EAFAE1
(234,250,225)
#ECFAE4
(236,250,228)
#EEFAE7
(238,250,231)
#F0FAEA
(240,250,234)
#F2FAED
(242,250,237)
#F4FAF0
(244,250,240)
#F6FAF3
(246,250,243)
#F8FAF6
(248,250,246)
#FAFAF9
(250,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FADB; }

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

This text font color is #E6FADB.

Background Color

.myBgColor { background-color: #E6FADB; }

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

This div background color is #E6FADB.

Border color

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

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

This div border color is #E6FADB.

Opacity

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

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

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

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

This text has shadow with #E6FADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6FADB.

Preview

Color preview on black background

This text has color #E6FADB on black background.


Color preview on white background

This text has color #E6FADB on white background.


Black color preview on #E6FADB background

This text has black color on #E6FADB background.


White color preview on #E6FADB background

This text has white color on #E6FADB background.


Related colors

Complementary color

Complementary color for #hex is #190524.


I love getcolorcode.com

Triadic colors

1 #DBE6FA and #FADBE6 with #E6FADB are triadic colors.

2 #DBFAE6 and #FAE6DB with #E6FADB are triadic colors.