COLOR #E7E6B8

HEX: #E7E6B8
RGB: (231,230,184)

Color info

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

RGB color model

#E7E6B8 color RGB value is (231,230,184).

  • red value is 231;
  • green value is 230;
  • blue value is 184.
RGB:
(231,230,184)
(91%,90%,72%)

RGB channels and saturation

R 231 of 255 = 91%
G 230 of 255 = 90%
B 184 of 255 = 72%

231
230
184

R + G + B ~ 84%. #E7E6B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 230 + 184 = 645 (100%)
R 231 of 645 ~ 35.81%
G 230 of 645 ~ 35.66%
B 184 of 645 ~ 28.53%

%35.81
%35.66
%28.53

CMYK color model

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

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

CMYK percentages

%0
%0.43
%20.35
%9.41

Codes

Color #E7E6B8 in popluar color models

E7E6B8
RGB231230184
HSL59°49.47%81.37%
HSB/HSV59°20.35%90.59%
CMYK0.00%0.43%20.35%
9.41%

Color #E7E6B8 in popluar number systems.

HEXE7E6B8
Decimal231230184
Binary111001111110011010111000
Octal347346270

Shades and tints

Shades of #E7E6B8

#E7E6B8
(231,230,184)
#D2D2A8
(210,210,168)
#BDBE98
(189,190,152)
#A8AA88
(168,170,136)
#939678
(147,150,120)
#7E8268
(126,130,104)
#696E58
(105,110,88)
#545A48
(84,90,72)
#3F4638
(63,70,56)
#2A3228
(42,50,40)
#151E18
(21,30,24)
#000000
(0,0,0)

Tints of #E7E6B8

#E7E6B8
(231,230,184)
#E9E8BE
(233,232,190)
#EBEAC4
(235,234,196)
#EDECCA
(237,236,202)
#EFEED0
(239,238,208)
#F1F0D6
(241,240,214)
#F3F2DC
(243,242,220)
#F5F4E2
(245,244,226)
#F7F6E8
(247,246,232)
#F9F8EE
(249,248,238)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E6B8; }

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

This text font color is #E7E6B8.


Background Color

.myBgColor { background-color: #E7E6B8; }

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

This div background color is #E7E6B8.


Border color

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

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

This div border color is #E7E6B8.


Opacity

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

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

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

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

This text has shadow with #E7E6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E6B8 on black background.


Color preview on white background

This text has color #E7E6B8 on white background.



Black color preview on #E7E6B8 background

This text has black color on #E7E6B8 background.


White color preview on #E7E6B8 background

This text has white color on #E7E6B8 background.