COLOR #E1E5AB

HEX: #E1E5AB
RGB: (225,229,171)

Color info

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

RGB color model

#E1E5AB color RGB value is (225,229,171).

  • red value is 225;
  • green value is 229;
  • blue value is 171.
RGB:
(225,229,171)
(88%,90%,67%)

RGB channels and saturation

R 225 of 255 = 88%
G 229 of 255 = 90%
B 171 of 255 = 67%

225
229
171

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

Portions of RGB colors in percentages

R + G + B =
225 + 229 + 171 = 625 (100%)
R 225 of 625 ~ 36%
G 229 of 625 ~ 36.64%
B 171 of 625 ~ 27.36%

%36
%36.64
%27.36

CMYK color model

#E1E5AB color CMYK value is (2,0,25,10).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 25.33%
  • key color value is 10.20%
CMYK:
(2,0,25,10)
C2M0Y25K10 
(2%,0%,25%,10%)
(0.02/0.00/0.25/0.10)	

CMYK percentages

%1.75
%0
%25.33
%10.2

Codes

Color #E1E5AB in popluar color models

E1E5AB
RGB225229171
HSL64°52.73%78.43%
HSB/HSV64°25.33%89.80%
CMYK1.75%0.00%25.33%
10.20%

Color #E1E5AB in popluar number systems.

HEXE1E5AB
Decimal225229171
Binary111000011110010110101011
Octal341345253

Shades and tints

Shades of #E1E5AB

#E1E5AB
(225,229,171)
#CDD19C
(205,209,156)
#B9BD8D
(185,189,141)
#A5A97E
(165,169,126)
#91956F
(145,149,111)
#7D8160
(125,129,96)
#696D51
(105,109,81)
#555942
(85,89,66)
#414533
(65,69,51)
#2D3124
(45,49,36)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #E1E5AB

#E1E5AB
(225,229,171)
#E3E7B2
(227,231,178)
#E5E9B9
(229,233,185)
#E7EBC0
(231,235,192)
#E9EDC7
(233,237,199)
#EBEFCE
(235,239,206)
#EDF1D5
(237,241,213)
#EFF3DC
(239,243,220)
#F1F5E3
(241,245,227)
#F3F7EA
(243,247,234)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E5AB color. Also use rgb(225,229,171) instead hex code.

Text Font Color

.myTextColor { color: #E1E5AB; }

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

This text font color is #E1E5AB.


Background Color

.myBgColor { background-color: #E1E5AB; }

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

This div background color is #E1E5AB.


Border color

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

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

This div border color is #E1E5AB.


Opacity

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

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

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

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

This text has shadow with #E1E5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E5AB on black background.


Color preview on white background

This text has color #E1E5AB on white background.



Black color preview on #E1E5AB background

This text has black color on #E1E5AB background.


White color preview on #E1E5AB background

This text has white color on #E1E5AB background.