COLOR #E1E0A7

HEX: #E1E0A7
RGB: (225,224,167)

Color info

#E1E0A7 contains red, green and blue colors in about the same proportion. Web safe color of #E1E0A7 is #CCCC99 (or #CC9).

RGB color model

#E1E0A7 color RGB value is (225,224,167).

  • red value is 225;
  • green value is 224;
  • blue value is 167.
RGB:
(225,224,167)
(88%,88%,65%)

RGB channels and saturation

R 225 of 255 = 88%
G 224 of 255 = 88%
B 167 of 255 = 65%

225
224
167

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

Portions of RGB colors in percentages

R + G + B =
225 + 224 + 167 = 616 (100%)
R 225 of 616 ~ 36.53%
G 224 of 616 ~ 36.36%
B 167 of 616 ~ 27.11%

%36.53
%36.36
%27.11

CMYK color model

#E1E0A7 color CMYK value is (0,0,26,12).

  • cyan value is 0.00%
  • magenta value is 0.44%
  • yellow value is 25.78%
  • key color value is 11.76%
CMYK:
(0,0,26,12)
C0M0Y26K12 
(0%,0%,26%,12%)
(0.00/0.00/0.26/0.12)	

CMYK percentages

%0
%0.44
%25.78
%11.76

Codes

Color #E1E0A7 in popluar color models

E1E0A7
RGB225224167
HSL59°49.15%76.86%
HSB/HSV59°25.78%88.24%
CMYK0.00%0.44%25.78%
11.76%

Color #E1E0A7 in popluar number systems.

HEXE1E0A7
Decimal225224167
Binary111000011110000010100111
Octal341340247

Shades and tints

Shades of #E1E0A7

#E1E0A7
(225,224,167)
#CDCC98
(205,204,152)
#B9B889
(185,184,137)
#A5A47A
(165,164,122)
#91906B
(145,144,107)
#7D7C5C
(125,124,92)
#69684D
(105,104,77)
#55543E
(85,84,62)
#41402F
(65,64,47)
#2D2C20
(45,44,32)
#191811
(25,24,17)
#000000
(0,0,0)

Tints of #E1E0A7

#E1E0A7
(225,224,167)
#E3E2AF
(227,226,175)
#E5E4B7
(229,228,183)
#E7E6BF
(231,230,191)
#E9E8C7
(233,232,199)
#EBEACF
(235,234,207)
#EDECD7
(237,236,215)
#EFEEDF
(239,238,223)
#F1F0E7
(241,240,231)
#F3F2EF
(243,242,239)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E0A7 color. Also use rgb(225,224,167) instead hex code.

Text Font Color

.myTextColor { color: #E1E0A7; }

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

This text font color is #E1E0A7.


Background Color

.myBgColor { background-color: #E1E0A7; }

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

This div background color is #E1E0A7.


Border color

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

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

This div border color is #E1E0A7.


Opacity

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

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

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

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

This text has shadow with #E1E0A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E0A7 on black background.


Color preview on white background

This text has color #E1E0A7 on white background.



Black color preview on #E1E0A7 background

This text has black color on #E1E0A7 background.


White color preview on #E1E0A7 background

This text has white color on #E1E0A7 background.