COLOR #E7E4BE

HEX: #E7E4BE
RGB: (231,228,190)

Color info

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

RGB color model

#E7E4BE color RGB value is (231,228,190).

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

RGB channels and saturation

R 231 of 255 = 91%
G 228 of 255 = 89%
B 190 of 255 = 75%

231
228
190

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

Portions of RGB colors in percentages

R + G + B =
231 + 228 + 190 = 649 (100%)
R 231 of 649 ~ 35.59%
G 228 of 649 ~ 35.13%
B 190 of 649 ~ 29.28%

%35.59
%35.13
%29.28

CMYK color model

#E7E4BE color CMYK value is (0,1,18,9).

  • cyan value is 0.00%
  • magenta value is 1.30%
  • yellow value is 17.75%
  • key color value is 9.41%
CMYK:
(0,1,18,9)
C0M1Y18K9 
(0%,1%,18%,9%)
(0.00/0.01/0.18/0.09)	

CMYK percentages

%0
%1.3
%17.75
%9.41

Codes

Color #E7E4BE in popluar color models

E7E4BE
RGB231228190
HSL56°46.07%82.55%
HSB/HSV56°17.75%90.59%
CMYK0.00%1.30%17.75%
9.41%

Color #E7E4BE in popluar number systems.

HEXE7E4BE
Decimal231228190
Binary111001111110010010111110
Octal347344276

Shades and tints

Shades of #E7E4BE

#E7E4BE
(231,228,190)
#D2D0AD
(210,208,173)
#BDBC9C
(189,188,156)
#A8A88B
(168,168,139)
#93947A
(147,148,122)
#7E8069
(126,128,105)
#696C58
(105,108,88)
#545847
(84,88,71)
#3F4436
(63,68,54)
#2A3025
(42,48,37)
#151C14
(21,28,20)
#000000
(0,0,0)

Tints of #E7E4BE

#E7E4BE
(231,228,190)
#E9E6C3
(233,230,195)
#EBE8C8
(235,232,200)
#EDEACD
(237,234,205)
#EFECD2
(239,236,210)
#F1EED7
(241,238,215)
#F3F0DC
(243,240,220)
#F5F2E1
(245,242,225)
#F7F4E6
(247,244,230)
#F9F6EB
(249,246,235)
#FBF8F0
(251,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E4BE; }

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

This text font color is #E7E4BE.


Background Color

.myBgColor { background-color: #E7E4BE; }

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

This div background color is #E7E4BE.


Border color

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

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

This div border color is #E7E4BE.


Opacity

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

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

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

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

This text has shadow with #E7E4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E4BE on black background.


Color preview on white background

This text has color #E7E4BE on white background.



Black color preview on #E7E4BE background

This text has black color on #E7E4BE background.


White color preview on #E7E4BE background

This text has white color on #E7E4BE background.