COLOR #E7E7BF

HEX: #E7E7BF
RGB: (231,231,191)

Color info

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

RGB color model

#E7E7BF color RGB value is (231,231,191).

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

RGB channels and saturation

R 231 of 255 = 91%
G 231 of 255 = 91%
B 191 of 255 = 75%

231
231
191

R + G + B ~ 86%. #E7E7BF is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 231 + 191 = 653 (100%)
R 231 of 653 ~ 35.38%
G 231 of 653 ~ 35.38%
B 191 of 653 ~ 29.25%

%35.38
%35.38
%29.25

CMYK color model

#E7E7BF color CMYK value is (0,0,17,9).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.32%
  • key color value is 9.41%
CMYK:
(0,0,17,9)
C0M0Y17K9 
(0%,0%,17%,9%)
(0.00/0.00/0.17/0.09)	

CMYK percentages

%0
%0
%17.32
%9.41

Codes

Color #E7E7BF in popluar color models

E7E7BF
RGB231231191
HSL60°45.45%82.75%
HSB/HSV60°17.32%90.59%
CMYK0.00%0.00%17.32%
9.41%

Color #E7E7BF in popluar number systems.

HEXE7E7BF
Decimal231231191
Binary111001111110011110111111
Octal347347277

Shades and tints

Shades of #E7E7BF

#E7E7BF
(231,231,191)
#D2D2AE
(210,210,174)
#BDBD9D
(189,189,157)
#A8A88C
(168,168,140)
#93937B
(147,147,123)
#7E7E6A
(126,126,106)
#696959
(105,105,89)
#545448
(84,84,72)
#3F3F37
(63,63,55)
#2A2A26
(42,42,38)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #E7E7BF

#E7E7BF
(231,231,191)
#E9E9C4
(233,233,196)
#EBEBC9
(235,235,201)
#EDEDCE
(237,237,206)
#EFEFD3
(239,239,211)
#F1F1D8
(241,241,216)
#F3F3DD
(243,243,221)
#F5F5E2
(245,245,226)
#F7F7E7
(247,247,231)
#F9F9EC
(249,249,236)
#FBFBF1
(251,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E7BF; }

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

This text font color is #E7E7BF.


Background Color

.myBgColor { background-color: #E7E7BF; }

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

This div background color is #E7E7BF.


Border color

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

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

This div border color is #E7E7BF.


Opacity

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

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

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

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

This text has shadow with #E7E7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E7BF on black background.


Color preview on white background

This text has color #E7E7BF on white background.



Black color preview on #E7E7BF background

This text has black color on #E7E7BF background.


White color preview on #E7E7BF background

This text has white color on #E7E7BF background.