COLOR #E7FAD6

HEX: #E7FAD6 RGB: (231,250,214)

Color info

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

RGB color model

#E7FAD6 color RGB value is (231,250,214).

RGB: (231,250,214) (91%, 98%, 84%)

RGB channels and saturation

R 231 of 255 = 91%
G 250 of 255 = 98%
B 214 of 255 = 84%

231
250
214

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

Portions of RGB colors in percentages

R + G + B = 231 + 250 + 214 = 695 (100%)
R 231 of 695 ~ 33.24%
G 250 of 695 ~ 35.97%
B 214 of 695 ~ 30.79'%

%33.24
%35.97
%30.79

CMYK color model

#E7FAD6 color CMYK value is (8,0,14,2).

  • cyan value is 7.60%
  • magenta value is 0.00%
  • yellow value is 14.40%
  • key color value is 1.96%

CMYK: (8,0,14,2)
C8M0Y14K2 (8%, 0%, 14%, 2%)
(0.08 / 0.00 / 0.14 / 0.02)

CMYK percentages

%7.6
%0
%14.4
%1.96

Codes

Color #E7FAD6 in popluar color models

E7 FA D6
RGB 231 250 214
HSL 92° 78.26% 90.98%
HSB/HSV 92° 14.40% 98.04%
CMYK 7.60% 0.00% 14.40%
1.96%

Color #E7FAD6 in popluar number systems.

HEX E7 FA D6
Decimal 231 250 214
Binary 11100111 11111010 11010110
Octal 347 372 326

Shades and tints

Shades of #E7FAD6

#E7FAD6
(231,250,214)
#D2E4C3
(210,228,195)
#BDCEB0
(189,206,176)
#A8B89D
(168,184,157)
#93A28A
(147,162,138)
#7E8C77
(126,140,119)
#697664
(105,118,100)
#546051
(84,96,81)
#3F4A3E
(63,74,62)
#2A342B
(42,52,43)
#151E18
(21,30,24)
#000000
(0,0,0)

Tints of #E7FAD6

#E7FAD6
(231,250,214)
#E9FAD9
(233,250,217)
#EBFADC
(235,250,220)
#EDFADF
(237,250,223)
#EFFAE2
(239,250,226)
#F1FAE5
(241,250,229)
#F3FAE8
(243,250,232)
#F5FAEB
(245,250,235)
#F7FAEE
(247,250,238)
#F9FAF1
(249,250,241)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FAD6; }

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

This text font color is #E7FAD6.

Background Color

.myBgColor { background-color: #E7FAD6; }

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

This div background color is #E7FAD6.

Border color

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

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

This div border color is #E7FAD6.

Opacity

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

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

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

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

This text has shadow with #E7FAD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7FAD6.

Preview

Color preview on black background

This text has color #E7FAD6 on black background.


Color preview on white background

This text has color #E7FAD6 on white background.


Black color preview on #E7FAD6 background

This text has black color on #E7FAD6 background.


White color preview on #E7FAD6 background

This text has white color on #E7FAD6 background.


Related colors

Complementary color

Complementary color for #hex is #180529.


I love getcolorcode.com

Triadic colors

1 #D6E7FA and #FAD6E7 with #E7FAD6 are triadic colors.

2 #D6FAE7 and #FAE7D6 with #E7FAD6 are triadic colors.