COLOR #E7EBD0

HEX: #E7EBD0
RGB: (231,235,208)

Color info

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

RGB color model

#E7EBD0 color RGB value is (231,235,208).

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

RGB channels and saturation

R 231 of 255 = 91%
G 235 of 255 = 92%
B 208 of 255 = 82%

231
235
208

R + G + B ~ 88%. #E7EBD0 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 235 + 208 = 674 (100%)
R 231 of 674 ~ 34.27%
G 235 of 674 ~ 34.87%
B 208 of 674 ~ 30.86%

%34.27
%34.87
%30.86

CMYK color model

#E7EBD0 color CMYK value is (2,0,11,8).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 11.49%
  • key color value is 7.84%
CMYK:
(2,0,11,8)
C2M0Y11K8 
(2%,0%,11%,8%)
(0.02/0.00/0.11/0.08)	

CMYK percentages

%1.7
%0
%11.49
%7.84

Codes

Color #E7EBD0 in popluar color models

E7EBD0
RGB231235208
HSL69°40.30%86.86%
HSB/HSV69°11.49%92.16%
CMYK1.70%0.00%11.49%
7.84%

Color #E7EBD0 in popluar number systems.

HEXE7EBD0
Decimal231235208
Binary111001111110101111010000
Octal347353320

Shades and tints

Shades of #E7EBD0

#E7EBD0
(231,235,208)
#D2D6BE
(210,214,190)
#BDC1AC
(189,193,172)
#A8AC9A
(168,172,154)
#939788
(147,151,136)
#7E8276
(126,130,118)
#696D64
(105,109,100)
#545852
(84,88,82)
#3F4340
(63,67,64)
#2A2E2E
(42,46,46)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #E7EBD0

#E7EBD0
(231,235,208)
#E9ECD4
(233,236,212)
#EBEDD8
(235,237,216)
#EDEEDC
(237,238,220)
#EFEFE0
(239,239,224)
#F1F0E4
(241,240,228)
#F3F1E8
(243,241,232)
#F5F2EC
(245,242,236)
#F7F3F0
(247,243,240)
#F9F4F4
(249,244,244)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EBD0; }

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

This text font color is #E7EBD0.


Background Color

.myBgColor { background-color: #E7EBD0; }

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

This div background color is #E7EBD0.


Border color

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

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

This div border color is #E7EBD0.


Opacity

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

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

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

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

This text has shadow with #E7EBD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EBD0 on black background.


Color preview on white background

This text has color #E7EBD0 on white background.



Black color preview on #E7EBD0 background

This text has black color on #E7EBD0 background.


White color preview on #E7EBD0 background

This text has white color on #E7EBD0 background.