COLOR #E7E8BA

HEX: #E7E8BA
RGB: (231,232,186)

Color info

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

RGB color model

#E7E8BA color RGB value is (231,232,186).

  • red value is 231;
  • green value is 232;
  • blue value is 186.
RGB:
(231,232,186)
(91%,91%,73%)

RGB channels and saturation

R 231 of 255 = 91%
G 232 of 255 = 91%
B 186 of 255 = 73%

231
232
186

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

Portions of RGB colors in percentages

R + G + B =
231 + 232 + 186 = 649 (100%)
R 231 of 649 ~ 35.59%
G 232 of 649 ~ 35.75%
B 186 of 649 ~ 28.66%

%35.59
%35.75
%28.66

CMYK color model

#E7E8BA color CMYK value is (0,0,20,9).

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 9.02%
CMYK:
(0,0,20,9)
C0M0Y20K9 
(0%,0%,20%,9%)
(0.00/0.00/0.20/0.09)	

CMYK percentages

%0.43
%0
%19.83
%9.02

Codes

Color #E7E8BA in popluar color models

E7E8BA
RGB231232186
HSL61°50.00%81.96%
HSB/HSV61°19.83%90.98%
CMYK0.43%0.00%19.83%
9.02%

Color #E7E8BA in popluar number systems.

HEXE7E8BA
Decimal231232186
Binary111001111110100010111010
Octal347350272

Shades and tints

Shades of #E7E8BA

#E7E8BA
(231,232,186)
#D2D3AA
(210,211,170)
#BDBE9A
(189,190,154)
#A8A98A
(168,169,138)
#93947A
(147,148,122)
#7E7F6A
(126,127,106)
#696A5A
(105,106,90)
#54554A
(84,85,74)
#3F403A
(63,64,58)
#2A2B2A
(42,43,42)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #E7E8BA

#E7E8BA
(231,232,186)
#E9EAC0
(233,234,192)
#EBECC6
(235,236,198)
#EDEECC
(237,238,204)
#EFF0D2
(239,240,210)
#F1F2D8
(241,242,216)
#F3F4DE
(243,244,222)
#F5F6E4
(245,246,228)
#F7F8EA
(247,248,234)
#F9FAF0
(249,250,240)
#FBFCF6
(251,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E8BA; }

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

This text font color is #E7E8BA.


Background Color

.myBgColor { background-color: #E7E8BA; }

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

This div background color is #E7E8BA.


Border color

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

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

This div border color is #E7E8BA.


Opacity

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

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

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

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

This text has shadow with #E7E8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E8BA on black background.


Color preview on white background

This text has color #E7E8BA on white background.



Black color preview on #E7E8BA background

This text has black color on #E7E8BA background.


White color preview on #E7E8BA background

This text has white color on #E7E8BA background.