COLOR #E7FAD4

HEX: #E7FAD4
RGB: (231,250,212)

Color info

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

RGB color model

#E7FAD4 color RGB value is (231,250,212).

  • red value is 231;
  • green value is 250;
  • blue value is 212.
RGB:
(231,250,212)
(91%,98%,83%)

RGB channels and saturation

R 231 of 255 = 91%
G 250 of 255 = 98%
B 212 of 255 = 83%

231
250
212

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

Portions of RGB colors in percentages

R + G + B =
231 + 250 + 212 = 693 (100%)
R 231 of 693 ~ 33.33%
G 250 of 693 ~ 36.08%
B 212 of 693 ~ 30.59%

%33.33
%36.08
%30.59

CMYK color model

#E7FAD4 color CMYK value is (8,0,15,2).

  • cyan value is 7.60%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 1.96%
CMYK:
(8,0,15,2)
C8M0Y15K2 
(8%,0%,15%,2%)
(0.08/0.00/0.15/0.02)	

CMYK percentages

%7.6
%0
%15.2
%1.96

Codes

Color #E7FAD4 in popluar color models

E7FAD4
RGB231250212
HSL90°79.17%90.59%
HSB/HSV90°15.20%98.04%
CMYK7.60%0.00%15.20%
1.96%

Color #E7FAD4 in popluar number systems.

HEXE7FAD4
Decimal231250212
Binary111001111111101011010100
Octal347372324

Shades and tints

Shades of #E7FAD4

#E7FAD4
(231,250,212)
#D2E4C1
(210,228,193)
#BDCEAE
(189,206,174)
#A8B89B
(168,184,155)
#93A288
(147,162,136)
#7E8C75
(126,140,117)
#697662
(105,118,98)
#54604F
(84,96,79)
#3F4A3C
(63,74,60)
#2A3429
(42,52,41)
#151E16
(21,30,22)
#000000
(0,0,0)

Tints of #E7FAD4

#E7FAD4
(231,250,212)
#E9FAD7
(233,250,215)
#EBFADA
(235,250,218)
#EDFADD
(237,250,221)
#EFFAE0
(239,250,224)
#F1FAE3
(241,250,227)
#F3FAE6
(243,250,230)
#F5FAE9
(245,250,233)
#F7FAEC
(247,250,236)
#F9FAEF
(249,250,239)
#FBFAF2
(251,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FAD4; }

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

This text font color is #E7FAD4.


Background Color

.myBgColor { background-color: #E7FAD4; }

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

This div background color is #E7FAD4.


Border color

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

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

This div border color is #E7FAD4.


Opacity

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

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

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

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

This text has shadow with #E7FAD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FAD4 on black background.


Color preview on white background

This text has color #E7FAD4 on white background.



Black color preview on #E7FAD4 background

This text has black color on #E7FAD4 background.


White color preview on #E7FAD4 background

This text has white color on #E7FAD4 background.