COLOR #E7E3BE

HEX: #E7E3BE
RGB: (231,227,190)

Color info

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

RGB color model

#E7E3BE color RGB value is (231,227,190).

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

RGB channels and saturation

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

231
227
190

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

Portions of RGB colors in percentages

R + G + B =
231 + 227 + 190 = 648 (100%)
R 231 of 648 ~ 35.65%
G 227 of 648 ~ 35.03%
B 190 of 648 ~ 29.32%

%35.65
%35.03
%29.32

CMYK color model

#E7E3BE color CMYK value is (0,2,18,9).

  • cyan value is 0.00%
  • magenta value is 1.73%
  • yellow value is 17.75%
  • key color value is 9.41%
CMYK:
(0,2,18,9)
C0M2Y18K9 
(0%,2%,18%,9%)
(0.00/0.02/0.18/0.09)	

CMYK percentages

%0
%1.73
%17.75
%9.41

Codes

Color #E7E3BE in popluar color models

E7E3BE
RGB231227190
HSL54°46.07%82.55%
HSB/HSV54°17.75%90.59%
CMYK0.00%1.73%17.75%
9.41%

Color #E7E3BE in popluar number systems.

HEXE7E3BE
Decimal231227190
Binary111001111110001110111110
Octal347343276

Shades and tints

Shades of #E7E3BE

#E7E3BE
(231,227,190)
#D2CFAD
(210,207,173)
#BDBB9C
(189,187,156)
#A8A78B
(168,167,139)
#93937A
(147,147,122)
#7E7F69
(126,127,105)
#696B58
(105,107,88)
#545747
(84,87,71)
#3F4336
(63,67,54)
#2A2F25
(42,47,37)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #E7E3BE

#E7E3BE
(231,227,190)
#E9E5C3
(233,229,195)
#EBE7C8
(235,231,200)
#EDE9CD
(237,233,205)
#EFEBD2
(239,235,210)
#F1EDD7
(241,237,215)
#F3EFDC
(243,239,220)
#F5F1E1
(245,241,225)
#F7F3E6
(247,243,230)
#F9F5EB
(249,245,235)
#FBF7F0
(251,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E3BE; }

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

This text font color is #E7E3BE.


Background Color

.myBgColor { background-color: #E7E3BE; }

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

This div background color is #E7E3BE.


Border color

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

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

This div border color is #E7E3BE.


Opacity

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

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

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

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

This text has shadow with #E7E3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E3BE on black background.


Color preview on white background

This text has color #E7E3BE on white background.



Black color preview on #E7E3BE background

This text has black color on #E7E3BE background.


White color preview on #E7E3BE background

This text has white color on #E7E3BE background.