COLOR #E7EBDA

HEX: #E7EBDA
RGB: (231,235,218)

Color info

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

RGB color model

#E7EBDA color RGB value is (231,235,218).

  • red value is 231;
  • green value is 235;
  • blue value is 218.
RGB:
(231,235,218)
(91%,92%,85%)

RGB channels and saturation

R 231 of 255 = 91%
G 235 of 255 = 92%
B 218 of 255 = 85%

231
235
218

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

Portions of RGB colors in percentages

R + G + B =
231 + 235 + 218 = 684 (100%)
R 231 of 684 ~ 33.77%
G 235 of 684 ~ 34.36%
B 218 of 684 ~ 31.87%

%33.77
%34.36
%31.87

CMYK color model

#E7EBDA color CMYK value is (2,0,7,8).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 7.23%
  • key color value is 7.84%
CMYK:
(2,0,7,8)
C2M0Y7K8 
(2%,0%,7%,8%)
(0.02/0.00/0.07/0.08)	

CMYK percentages

%1.7
%0
%7.23
%7.84

Codes

Color #E7EBDA in popluar color models

E7EBDA
RGB231235218
HSL74°29.82%88.82%
HSB/HSV74°7.23%92.16%
CMYK1.70%0.00%7.23%
7.84%

Color #E7EBDA in popluar number systems.

HEXE7EBDA
Decimal231235218
Binary111001111110101111011010
Octal347353332

Shades and tints

Shades of #E7EBDA

#E7EBDA
(231,235,218)
#D2D6C7
(210,214,199)
#BDC1B4
(189,193,180)
#A8ACA1
(168,172,161)
#93978E
(147,151,142)
#7E827B
(126,130,123)
#696D68
(105,109,104)
#545855
(84,88,85)
#3F4342
(63,67,66)
#2A2E2F
(42,46,47)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #E7EBDA

#E7EBDA
(231,235,218)
#E9ECDD
(233,236,221)
#EBEDE0
(235,237,224)
#EDEEE3
(237,238,227)
#EFEFE6
(239,239,230)
#F1F0E9
(241,240,233)
#F3F1EC
(243,241,236)
#F5F2EF
(245,242,239)
#F7F3F2
(247,243,242)
#F9F4F5
(249,244,245)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7EBDA color. Also use rgb(231,235,218) instead hex code.

Text Font Color

.myTextColor { color: #E7EBDA; }

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

This text font color is #E7EBDA.


Background Color

.myBgColor { background-color: #E7EBDA; }

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

This div background color is #E7EBDA.


Border color

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

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

This div border color is #E7EBDA.


Opacity

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

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

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

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

This text has shadow with #E7EBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EBDA on black background.


Color preview on white background

This text has color #E7EBDA on white background.



Black color preview on #E7EBDA background

This text has black color on #E7EBDA background.


White color preview on #E7EBDA background

This text has white color on #E7EBDA background.