COLOR #E1E9AD

HEX: #E1E9AD
RGB: (225,233,173)

Color info

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

RGB color model

#E1E9AD color RGB value is (225,233,173).

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

RGB channels and saturation

R 225 of 255 = 88%
G 233 of 255 = 91%
B 173 of 255 = 68%

225
233
173

R + G + B ~ 82%. #E1E9AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 233 + 173 = 631 (100%)
R 225 of 631 ~ 35.66%
G 233 of 631 ~ 36.93%
B 173 of 631 ~ 27.42%

%35.66
%36.93
%27.42

CMYK color model

#E1E9AD color CMYK value is (3,0,26,9).

  • cyan value is 3.43%
  • magenta value is 0.00%
  • yellow value is 25.75%
  • key color value is 8.63%
CMYK:
(3,0,26,9)
C3M0Y26K9 
(3%,0%,26%,9%)
(0.03/0.00/0.26/0.09)	

CMYK percentages

%3.43
%0
%25.75
%8.63

Codes

Color #E1E9AD in popluar color models

E1E9AD
RGB225233173
HSL68°57.69%79.61%
HSB/HSV68°25.75%91.37%
CMYK3.43%0.00%25.75%
8.63%

Color #E1E9AD in popluar number systems.

HEXE1E9AD
Decimal225233173
Binary111000011110100110101101
Octal341351255

Shades and tints

Shades of #E1E9AD

#E1E9AD
(225,233,173)
#CDD49E
(205,212,158)
#B9BF8F
(185,191,143)
#A5AA80
(165,170,128)
#919571
(145,149,113)
#7D8062
(125,128,98)
#696B53
(105,107,83)
#555644
(85,86,68)
#414135
(65,65,53)
#2D2C26
(45,44,38)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #E1E9AD

#E1E9AD
(225,233,173)
#E3EBB4
(227,235,180)
#E5EDBB
(229,237,187)
#E7EFC2
(231,239,194)
#E9F1C9
(233,241,201)
#EBF3D0
(235,243,208)
#EDF5D7
(237,245,215)
#EFF7DE
(239,247,222)
#F1F9E5
(241,249,229)
#F3FBEC
(243,251,236)
#F5FDF3
(245,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E9AD; }

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

This text font color is #E1E9AD.


Background Color

.myBgColor { background-color: #E1E9AD; }

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

This div background color is #E1E9AD.


Border color

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

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

This div border color is #E1E9AD.


Opacity

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

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

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

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

This text has shadow with #E1E9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E9AD on black background.


Color preview on white background

This text has color #E1E9AD on white background.



Black color preview on #E1E9AD background

This text has black color on #E1E9AD background.


White color preview on #E1E9AD background

This text has white color on #E1E9AD background.