COLOR #E7FAE1

HEX: #E7FAE1
RGB: (231,250,225)

Color info

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

RGB color model

#E7FAE1 color RGB value is (231,250,225).

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

RGB channels and saturation

R 231 of 255 = 91%
G 250 of 255 = 98%
B 225 of 255 = 88%

231
250
225

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

Portions of RGB colors in percentages

R + G + B =
231 + 250 + 225 = 706 (100%)
R 231 of 706 ~ 32.72%
G 250 of 706 ~ 35.41%
B 225 of 706 ~ 31.87%

%32.72
%35.41
%31.87

CMYK color model

#E7FAE1 color CMYK value is (8,0,10,2).

  • cyan value is 7.60%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 1.96%
CMYK:
(8,0,10,2)
C8M0Y10K2 
(8%,0%,10%,2%)
(0.08/0.00/0.10/0.02)	

CMYK percentages

%7.6
%0
%10
%1.96

Codes

Color #E7FAE1 in popluar color models

E7FAE1
RGB231250225
HSL106°71.43%93.14%
HSB/HSV106°10.00%98.04%
CMYK7.60%0.00%10.00%
1.96%

Color #E7FAE1 in popluar number systems.

HEXE7FAE1
Decimal231250225
Binary111001111111101011100001
Octal347372341

Shades and tints

Shades of #E7FAE1

#E7FAE1
(231,250,225)
#D2E4CD
(210,228,205)
#BDCEB9
(189,206,185)
#A8B8A5
(168,184,165)
#93A291
(147,162,145)
#7E8C7D
(126,140,125)
#697669
(105,118,105)
#546055
(84,96,85)
#3F4A41
(63,74,65)
#2A342D
(42,52,45)
#151E19
(21,30,25)
#000000
(0,0,0)

Tints of #E7FAE1

#E7FAE1
(231,250,225)
#E9FAE3
(233,250,227)
#EBFAE5
(235,250,229)
#EDFAE7
(237,250,231)
#EFFAE9
(239,250,233)
#F1FAEB
(241,250,235)
#F3FAED
(243,250,237)
#F5FAEF
(245,250,239)
#F7FAF1
(247,250,241)
#F9FAF3
(249,250,243)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FAE1; }

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

This text font color is #E7FAE1.


Background Color

.myBgColor { background-color: #E7FAE1; }

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

This div background color is #E7FAE1.


Border color

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

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

This div border color is #E7FAE1.


Opacity

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

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

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

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

This text has shadow with #E7FAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FAE1 on black background.


Color preview on white background

This text has color #E7FAE1 on white background.



Black color preview on #E7FAE1 background

This text has black color on #E7FAE1 background.


White color preview on #E7FAE1 background

This text has white color on #E7FAE1 background.