COLOR #E8E896

HEX: #E8E896
RGB: (232,232,150)

Color info

#E8E896 contains mainly red and green colors. Web safe color of #E8E896 is #FFFF99 (or #FF9).

RGB color model

#E8E896 color RGB value is (232,232,150).

  • red value is 232;
  • green value is 232;
  • blue value is 150.
RGB:
(232,232,150)
(91%,91%,59%)

RGB channels and saturation

R 232 of 255 = 91%
G 232 of 255 = 91%
B 150 of 255 = 59%

232
232
150

R + G + B ~ 80%. #E8E896 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 232 + 150 = 614 (100%)
R 232 of 614 ~ 37.79%
G 232 of 614 ~ 37.79%
B 150 of 614 ~ 24.43%

%37.79
%37.79
%24.43

CMYK color model

#E8E896 color CMYK value is (0,0,35,9).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 35.34%
  • key color value is 9.02%
CMYK:
(0,0,35,9)
C0M0Y35K9 
(0%,0%,35%,9%)
(0.00/0.00/0.35/0.09)	

CMYK percentages

%0
%0
%35.34
%9.02

Codes

Color #E8E896 in popluar color models

E8E896
RGB232232150
HSL60°64.06%74.90%
HSB/HSV60°35.34%90.98%
CMYK0.00%0.00%35.34%
9.02%

Color #E8E896 in popluar number systems.

HEXE8E896
Decimal232232150
Binary111010001110100010010110
Octal350350226

Shades and tints

Shades of #E8E896

#E8E896
(232,232,150)
#D3D389
(211,211,137)
#BEBE7C
(190,190,124)
#A9A96F
(169,169,111)
#949462
(148,148,98)
#7F7F55
(127,127,85)
#6A6A48
(106,106,72)
#55553B
(85,85,59)
#40402E
(64,64,46)
#2B2B21
(43,43,33)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #E8E896

#E8E896
(232,232,150)
#EAEA9F
(234,234,159)
#ECECA8
(236,236,168)
#EEEEB1
(238,238,177)
#F0F0BA
(240,240,186)
#F2F2C3
(242,242,195)
#F4F4CC
(244,244,204)
#F6F6D5
(246,246,213)
#F8F8DE
(248,248,222)
#FAFAE7
(250,250,231)
#FCFCF0
(252,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E896; }

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

This text font color is #E8E896.


Background Color

.myBgColor { background-color: #E8E896; }

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

This div background color is #E8E896.


Border color

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

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

This div border color is #E8E896.


Opacity

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

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

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

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

This text has shadow with #E8E896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E896 on black background.


Color preview on white background

This text has color #E8E896 on white background.



Black color preview on #E8E896 background

This text has black color on #E8E896 background.


White color preview on #E8E896 background

This text has white color on #E8E896 background.