COLOR #E7EBCE

HEX: #E7EBCE
RGB: (231,235,206)

Color info

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

RGB color model

#E7EBCE color RGB value is (231,235,206).

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

RGB channels and saturation

R 231 of 255 = 91%
G 235 of 255 = 92%
B 206 of 255 = 81%

231
235
206

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

Portions of RGB colors in percentages

R + G + B =
231 + 235 + 206 = 672 (100%)
R 231 of 672 ~ 34.38%
G 235 of 672 ~ 34.97%
B 206 of 672 ~ 30.65%

%34.38
%34.97
%30.65

CMYK color model

#E7EBCE color CMYK value is (2,0,12,8).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 12.34%
  • key color value is 7.84%
CMYK:
(2,0,12,8)
C2M0Y12K8 
(2%,0%,12%,8%)
(0.02/0.00/0.12/0.08)	

CMYK percentages

%1.7
%0
%12.34
%7.84

Codes

Color #E7EBCE in popluar color models

E7EBCE
RGB231235206
HSL68°42.03%86.47%
HSB/HSV68°12.34%92.16%
CMYK1.70%0.00%12.34%
7.84%

Color #E7EBCE in popluar number systems.

HEXE7EBCE
Decimal231235206
Binary111001111110101111001110
Octal347353316

Shades and tints

Shades of #E7EBCE

#E7EBCE
(231,235,206)
#D2D6BC
(210,214,188)
#BDC1AA
(189,193,170)
#A8AC98
(168,172,152)
#939786
(147,151,134)
#7E8274
(126,130,116)
#696D62
(105,109,98)
#545850
(84,88,80)
#3F433E
(63,67,62)
#2A2E2C
(42,46,44)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #E7EBCE

#E7EBCE
(231,235,206)
#E9ECD2
(233,236,210)
#EBEDD6
(235,237,214)
#EDEEDA
(237,238,218)
#EFEFDE
(239,239,222)
#F1F0E2
(241,240,226)
#F3F1E6
(243,241,230)
#F5F2EA
(245,242,234)
#F7F3EE
(247,243,238)
#F9F4F2
(249,244,242)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EBCE; }

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

This text font color is #E7EBCE.


Background Color

.myBgColor { background-color: #E7EBCE; }

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

This div background color is #E7EBCE.


Border color

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

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

This div border color is #E7EBCE.


Opacity

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

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

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

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

This text has shadow with #E7EBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EBCE on black background.


Color preview on white background

This text has color #E7EBCE on white background.



Black color preview on #E7EBCE background

This text has black color on #E7EBCE background.


White color preview on #E7EBCE background

This text has white color on #E7EBCE background.