COLOR #E7FADC

HEX: #E7FADC RGB: (231,250,220)

Color info

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

RGB color model

#E7FADC color RGB value is (231,250,220).

RGB: (231,250,220) (91%, 98%, 86%)

RGB channels and saturation

R 231 of 255 = 91%
G 250 of 255 = 98%
B 220 of 255 = 86%

231
250
220

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

Portions of RGB colors in percentages

R + G + B = 231 + 250 + 220 = 701 (100%)
R 231 of 701 ~ 32.95%
G 250 of 701 ~ 35.66%
B 220 of 701 ~ 31.38'%

%32.95
%35.66
%31.38

CMYK color model

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

  • cyan value is 7.60%
  • 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

%7.6
%0
%12
%1.96

Codes

Color #E7FADC in popluar color models

E7 FA DC
RGB 231 250 220
HSL 98° 75.00% 92.16%
HSB/HSV 98° 12.00% 98.04%
CMYK 7.60% 0.00% 12.00%
1.96%

Color #E7FADC in popluar number systems.

HEX E7 FA DC
Decimal 231 250 220
Binary 11100111 11111010 11011100
Octal 347 372 334

Shades and tints

Shades of #E7FADC

#E7FADC
(231,250,220)
#D2E4C8
(210,228,200)
#BDCEB4
(189,206,180)
#A8B8A0
(168,184,160)
#93A28C
(147,162,140)
#7E8C78
(126,140,120)
#697664
(105,118,100)
#546050
(84,96,80)
#3F4A3C
(63,74,60)
#2A3428
(42,52,40)
#151E14
(21,30,20)
#000000
(0,0,0)

Tints of #E7FADC

#E7FADC
(231,250,220)
#E9FADF
(233,250,223)
#EBFAE2
(235,250,226)
#EDFAE5
(237,250,229)
#EFFAE8
(239,250,232)
#F1FAEB
(241,250,235)
#F3FAEE
(243,250,238)
#F5FAF1
(245,250,241)
#F7FAF4
(247,250,244)
#F9FAF7
(249,250,247)
#FBFAFA
(251,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FADC; }

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

This text font color is #E7FADC.

Background Color

.myBgColor { background-color: #E7FADC; }

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

This div background color is #E7FADC.

Border color

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

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

This div border color is #E7FADC.

Opacity

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

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

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

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

This text has shadow with #E7FADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7FADC.

Preview

Color preview on black background

This text has color #E7FADC on black background.


Color preview on white background

This text has color #E7FADC on white background.


Black color preview on #E7FADC background

This text has black color on #E7FADC background.


White color preview on #E7FADC background

This text has white color on #E7FADC background.


Related colors

Complementary color

Complementary color for #hex is #180523.


I love getcolorcode.com

Triadic colors

1 #DCE7FA and #FADCE7 with #E7FADC are triadic colors.

2 #DCFAE7 and #FAE7DC with #E7FADC are triadic colors.