COLOR #E1E9A4

HEX: #E1E9A4
RGB: (225,233,164)

Color info

#E1E9A4 contains mainly red and green colors. Web safe color of #E1E9A4 is #CCFF99 (or #CF9).

RGB color model

#E1E9A4 color RGB value is (225,233,164).

  • red value is 225;
  • green value is 233;
  • blue value is 164.
RGB:
(225,233,164)
(88%,91%,64%)

RGB channels and saturation

R 225 of 255 = 88%
G 233 of 255 = 91%
B 164 of 255 = 64%

225
233
164

R + G + B ~ 81%. #E1E9A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 233 + 164 = 622 (100%)
R 225 of 622 ~ 36.17%
G 233 of 622 ~ 37.46%
B 164 of 622 ~ 26.37%

%36.17
%37.46
%26.37

CMYK color model

#E1E9A4 color CMYK value is (3,0,30,9).

  • cyan value is 3.43%
  • magenta value is 0.00%
  • yellow value is 29.61%
  • key color value is 8.63%
CMYK:
(3,0,30,9)
C3M0Y30K9 
(3%,0%,30%,9%)
(0.03/0.00/0.30/0.09)	

CMYK percentages

%3.43
%0
%29.61
%8.63

Codes

Color #E1E9A4 in popluar color models

E1E9A4
RGB225233164
HSL67°61.06%77.84%
HSB/HSV67°29.61%91.37%
CMYK3.43%0.00%29.61%
8.63%

Color #E1E9A4 in popluar number systems.

HEXE1E9A4
Decimal225233164
Binary111000011110100110100100
Octal341351244

Shades and tints

Shades of #E1E9A4

#E1E9A4
(225,233,164)
#CDD496
(205,212,150)
#B9BF88
(185,191,136)
#A5AA7A
(165,170,122)
#91956C
(145,149,108)
#7D805E
(125,128,94)
#696B50
(105,107,80)
#555642
(85,86,66)
#414134
(65,65,52)
#2D2C26
(45,44,38)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #E1E9A4

#E1E9A4
(225,233,164)
#E3EBAC
(227,235,172)
#E5EDB4
(229,237,180)
#E7EFBC
(231,239,188)
#E9F1C4
(233,241,196)
#EBF3CC
(235,243,204)
#EDF5D4
(237,245,212)
#EFF7DC
(239,247,220)
#F1F9E4
(241,249,228)
#F3FBEC
(243,251,236)
#F5FDF4
(245,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E9A4 color. Also use rgb(225,233,164) instead hex code.

Text Font Color

.myTextColor { color: #E1E9A4; }

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

This text font color is #E1E9A4.


Background Color

.myBgColor { background-color: #E1E9A4; }

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

This div background color is #E1E9A4.


Border color

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

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

This div border color is #E1E9A4.


Opacity

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

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

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

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

This text has shadow with #E1E9A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E9A4 on black background.


Color preview on white background

This text has color #E1E9A4 on white background.



Black color preview on #E1E9A4 background

This text has black color on #E1E9A4 background.


White color preview on #E1E9A4 background

This text has white color on #E1E9A4 background.