COLOR #E7EFD1

HEX: #E7EFD1
RGB: (231,239,209)

Color info

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

RGB color model

#E7EFD1 color RGB value is (231,239,209).

  • red value is 231;
  • green value is 239;
  • blue value is 209.
RGB:
(231,239,209)
(91%,94%,82%)

RGB channels and saturation

R 231 of 255 = 91%
G 239 of 255 = 94%
B 209 of 255 = 82%

231
239
209

R + G + B ~ 89%. #E7EFD1 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 239 + 209 = 679 (100%)
R 231 of 679 ~ 34.02%
G 239 of 679 ~ 35.2%
B 209 of 679 ~ 30.78%

%34.02
%35.2
%30.78

CMYK color model

#E7EFD1 color CMYK value is (3,0,13,6).

  • cyan value is 3.35%
  • magenta value is 0.00%
  • yellow value is 12.55%
  • key color value is 6.27%
CMYK:
(3,0,13,6)
C3M0Y13K6 
(3%,0%,13%,6%)
(0.03/0.00/0.13/0.06)	

CMYK percentages

%3.35
%0
%12.55
%6.27

Codes

Color #E7EFD1 in popluar color models

E7EFD1
RGB231239209
HSL76°48.39%87.84%
HSB/HSV76°12.55%93.73%
CMYK3.35%0.00%12.55%
6.27%

Color #E7EFD1 in popluar number systems.

HEXE7EFD1
Decimal231239209
Binary111001111110111111010001
Octal347357321

Shades and tints

Shades of #E7EFD1

#E7EFD1
(231,239,209)
#D2DABE
(210,218,190)
#BDC5AB
(189,197,171)
#A8B098
(168,176,152)
#939B85
(147,155,133)
#7E8672
(126,134,114)
#69715F
(105,113,95)
#545C4C
(84,92,76)
#3F4739
(63,71,57)
#2A3226
(42,50,38)
#151D13
(21,29,19)
#000000
(0,0,0)

Tints of #E7EFD1

#E7EFD1
(231,239,209)
#E9F0D5
(233,240,213)
#EBF1D9
(235,241,217)
#EDF2DD
(237,242,221)
#EFF3E1
(239,243,225)
#F1F4E5
(241,244,229)
#F3F5E9
(243,245,233)
#F5F6ED
(245,246,237)
#F7F7F1
(247,247,241)
#F9F8F5
(249,248,245)
#FBF9F9
(251,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7EFD1 color. Also use rgb(231,239,209) instead hex code.

Text Font Color

.myTextColor { color: #E7EFD1; }

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

This text font color is #E7EFD1.


Background Color

.myBgColor { background-color: #E7EFD1; }

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

This div background color is #E7EFD1.


Border color

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

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

This div border color is #E7EFD1.


Opacity

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

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

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

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

This text has shadow with #E7EFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EFD1 on black background.


Color preview on white background

This text has color #E7EFD1 on white background.



Black color preview on #E7EFD1 background

This text has black color on #E7EFD1 background.


White color preview on #E7EFD1 background

This text has white color on #E7EFD1 background.