COLOR #E8FADB

HEX: #E8FADB RGB: (232,250,219)

Color info

#E8FADB contains red, green and blue colors in about the same proportion. Web safe color of #E8FADB is #FFFFCC (or #FFC).

RGB color model

#E8FADB color RGB value is (232,250,219).

RGB: (232,250,219) (91%, 98%, 86%)

RGB channels and saturation

R 232 of 255 = 91%
G 250 of 255 = 98%
B 219 of 255 = 86%

232
250
219

R + G + B ~ 92%. #E8FADB is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 250 + 219 = 701 (100%)
R 232 of 701 ~ 33.1%
G 250 of 701 ~ 35.66%
B 219 of 701 ~ 31.24'%

%33.1
%35.66
%31.24

CMYK color model

#E8FADB color CMYK value is (7,0,12,2).

  • cyan value is 7.20%
  • magenta value is 0.00%
  • yellow value is 12.40%
  • key color value is 1.96%

CMYK: (7,0,12,2)
C7M0Y12K2 (7%, 0%, 12%, 2%)
(0.07 / 0.00 / 0.12 / 0.02)

CMYK percentages

%7.2
%0
%12.4
%1.96

Codes

Color #E8FADB in popluar color models

E8 FA DB
RGB 232 250 219
HSL 95° 75.61% 91.96%
HSB/HSV 95° 12.40% 98.04%
CMYK 7.20% 0.00% 12.40%
1.96%

Color #E8FADB in popluar number systems.

HEX E8 FA DB
Decimal 232 250 219
Binary 11101000 11111010 11011011
Octal 350 372 333

Shades and tints

Shades of #E8FADB

#E8FADB
(232,250,219)
#D3E4C8
(211,228,200)
#BECEB5
(190,206,181)
#A9B8A2
(169,184,162)
#94A28F
(148,162,143)
#7F8C7C
(127,140,124)
#6A7669
(106,118,105)
#556056
(85,96,86)
#404A43
(64,74,67)
#2B3430
(43,52,48)
#161E1D
(22,30,29)
#000000
(0,0,0)

Tints of #E8FADB

#E8FADB
(232,250,219)
#EAFADE
(234,250,222)
#ECFAE1
(236,250,225)
#EEFAE4
(238,250,228)
#F0FAE7
(240,250,231)
#F2FAEA
(242,250,234)
#F4FAED
(244,250,237)
#F6FAF0
(246,250,240)
#F8FAF3
(248,250,243)
#FAFAF6
(250,250,246)
#FCFAF9
(252,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8FADB; }

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

This text font color is #E8FADB.

Background Color

.myBgColor { background-color: #E8FADB; }

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

This div background color is #E8FADB.

Border color

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

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

This div border color is #E8FADB.

Opacity

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

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

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

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

This text has shadow with #E8FADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8FADB.

Preview

Color preview on black background

This text has color #E8FADB on black background.


Color preview on white background

This text has color #E8FADB on white background.


Black color preview on #E8FADB background

This text has black color on #E8FADB background.


White color preview on #E8FADB background

This text has white color on #E8FADB background.


Related colors

Complementary color

Complementary color for #hex is #170524.


I love getcolorcode.com

Triadic colors

1 #DBE8FA and #FADBE8 with #E8FADB are triadic colors.

2 #DBFAE8 and #FAE8DB with #E8FADB are triadic colors.