COLOR #E7E7BC

HEX: #E7E7BC
RGB: (231,231,188)

Color info

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

RGB color model

#E7E7BC color RGB value is (231,231,188).

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

RGB channels and saturation

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

231
231
188

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

Portions of RGB colors in percentages

R + G + B =
231 + 231 + 188 = 650 (100%)
R 231 of 650 ~ 35.54%
G 231 of 650 ~ 35.54%
B 188 of 650 ~ 28.92%

%35.54
%35.54
%28.92

CMYK color model

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

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

CMYK percentages

%0
%0
%18.61
%9.41

Codes

Color #E7E7BC in popluar color models

E7E7BC
RGB231231188
HSL60°47.25%82.16%
HSB/HSV60°18.61%90.59%
CMYK0.00%0.00%18.61%
9.41%

Color #E7E7BC in popluar number systems.

HEXE7E7BC
Decimal231231188
Binary111001111110011110111100
Octal347347274

Shades and tints

Shades of #E7E7BC

#E7E7BC
(231,231,188)
#D2D2AB
(210,210,171)
#BDBD9A
(189,189,154)
#A8A889
(168,168,137)
#939378
(147,147,120)
#7E7E67
(126,126,103)
#696956
(105,105,86)
#545445
(84,84,69)
#3F3F34
(63,63,52)
#2A2A23
(42,42,35)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #E7E7BC

#E7E7BC
(231,231,188)
#E9E9C2
(233,233,194)
#EBEBC8
(235,235,200)
#EDEDCE
(237,237,206)
#EFEFD4
(239,239,212)
#F1F1DA
(241,241,218)
#F3F3E0
(243,243,224)
#F5F5E6
(245,245,230)
#F7F7EC
(247,247,236)
#F9F9F2
(249,249,242)
#FBFBF8
(251,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E7BC; }

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

This text font color is #E7E7BC.


Background Color

.myBgColor { background-color: #E7E7BC; }

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

This div background color is #E7E7BC.


Border color

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

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

This div border color is #E7E7BC.


Opacity

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

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

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

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

This text has shadow with #E7E7BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E7BC on black background.


Color preview on white background

This text has color #E7E7BC on white background.



Black color preview on #E7E7BC background

This text has black color on #E7E7BC background.


White color preview on #E7E7BC background

This text has white color on #E7E7BC background.