COLOR #E7E5BC

HEX: #E7E5BC
RGB: (231,229,188)

Color info

#E7E5BC contains red, green and blue colors in about the same proportion. Web safe color of #E7E5BC is #FFCCCC (or #FCC).

RGB color model

#E7E5BC color RGB value is (231,229,188).

  • red value is 231;
  • green value is 229;
  • blue value is 188.
RGB:
(231,229,188)
(91%,90%,74%)

RGB channels and saturation

R 231 of 255 = 91%
G 229 of 255 = 90%
B 188 of 255 = 74%

231
229
188

R + G + B ~ 85%. #E7E5BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 229 + 188 = 648 (100%)
R 231 of 648 ~ 35.65%
G 229 of 648 ~ 35.34%
B 188 of 648 ~ 29.01%

%35.65
%35.34
%29.01

CMYK color model

#E7E5BC color CMYK value is (0,1,19,9).

  • cyan value is 0.00%
  • magenta value is 0.87%
  • yellow value is 18.61%
  • key color value is 9.41%
CMYK:
(0,1,19,9)
C0M1Y19K9 
(0%,1%,19%,9%)
(0.00/0.01/0.19/0.09)	

CMYK percentages

%0
%0.87
%18.61
%9.41

Codes

Color #E7E5BC in popluar color models

E7E5BC
RGB231229188
HSL57°47.25%82.16%
HSB/HSV57°18.61%90.59%
CMYK0.00%0.87%18.61%
9.41%

Color #E7E5BC in popluar number systems.

HEXE7E5BC
Decimal231229188
Binary111001111110010110111100
Octal347345274

Shades and tints

Shades of #E7E5BC

#E7E5BC
(231,229,188)
#D2D1AB
(210,209,171)
#BDBD9A
(189,189,154)
#A8A989
(168,169,137)
#939578
(147,149,120)
#7E8167
(126,129,103)
#696D56
(105,109,86)
#545945
(84,89,69)
#3F4534
(63,69,52)
#2A3123
(42,49,35)
#151D12
(21,29,18)
#000000
(0,0,0)

Tints of #E7E5BC

#E7E5BC
(231,229,188)
#E9E7C2
(233,231,194)
#EBE9C8
(235,233,200)
#EDEBCE
(237,235,206)
#EFEDD4
(239,237,212)
#F1EFDA
(241,239,218)
#F3F1E0
(243,241,224)
#F5F3E6
(245,243,230)
#F7F5EC
(247,245,236)
#F9F7F2
(249,247,242)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E5BC color. Also use rgb(231,229,188) instead hex code.

Text Font Color

.myTextColor { color: #E7E5BC; }

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

This text font color is #E7E5BC.


Background Color

.myBgColor { background-color: #E7E5BC; }

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

This div background color is #E7E5BC.


Border color

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

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

This div border color is #E7E5BC.


Opacity

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

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

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

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

This text has shadow with #E7E5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E5BC on black background.


Color preview on white background

This text has color #E7E5BC on white background.



Black color preview on #E7E5BC background

This text has black color on #E7E5BC background.


White color preview on #E7E5BC background

This text has white color on #E7E5BC background.