COLOR #E1E5B9

HEX: #E1E5B9 RGB: (225,229,185)

Color info

#E1E5B9 contains red, green and blue colors in about the same proportion. Web safe color of #E1E5B9 is #CCCCCC (or #CCC).

RGB color model

#E1E5B9 color RGB value is (225,229,185).

RGB: (225,229,185) (88%, 90%, 73%)

RGB channels and saturation

R 225 of 255 = 88%
G 229 of 255 = 90%
B 185 of 255 = 73%

225
229
185

R + G + B ~ 84%. #E1E5B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 229 + 185 = 639 (100%)
R 225 of 639 ~ 35.21%
G 229 of 639 ~ 35.84%
B 185 of 639 ~ 28.95'%

%35.21
%35.84
%28.95

CMYK color model

#E1E5B9 color CMYK value is (2,0,19,10).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 19.21%
  • key color value is 10.20%
CMYK: (2,0,19,10) C2M0Y19K10 (2%,0%,19%,10%) (0.02/0.00/0.19/0.10) 

CMYK percentages

%1.75
%0
%19.21
%10.2

Codes

Color #E1E5B9 in popluar color models

E1 E5 B9
RGB 225 229 185
HSL 65° 45.83% 81.18%
HSB/HSV 65° 19.21% 89.80%
CMYK 1.75% 0.00% 19.21%
10.20%

Color #E1E5B9 in popluar number systems.

HEX E1 E5 B9
Decimal 225 229 185
Binary 11100001 11100101 10111001
Octal 341 345 271

Shades and tints

Shades of #E1E5B9

#E1E5B9
(225,229,185)
#CDD1A9
(205,209,169)
#B9BD99
(185,189,153)
#A5A989
(165,169,137)
#919579
(145,149,121)
#7D8169
(125,129,105)
#696D59
(105,109,89)
#555949
(85,89,73)
#414539
(65,69,57)
#2D3129
(45,49,41)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #E1E5B9

#E1E5B9
(225,229,185)
#E3E7BF
(227,231,191)
#E5E9C5
(229,233,197)
#E7EBCB
(231,235,203)
#E9EDD1
(233,237,209)
#EBEFD7
(235,239,215)
#EDF1DD
(237,241,221)
#EFF3E3
(239,243,227)
#F1F5E9
(241,245,233)
#F3F7EF
(243,247,239)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E5B9; }

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

This text font color is #E1E5B9.

Background Color

.myBgColor { background-color: #E1E5B9; }

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

This div background color is #E1E5B9.

Border color

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

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

This div border color is #E1E5B9.

Opacity

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

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

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

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

This text has shadow with #E1E5B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E5B9.

Preview

Color preview on black background

This text has color #E1E5B9 on black background.


Color preview on white background

This text has color #E1E5B9 on white background.


Black color preview on #E1E5B9 background

This text has black color on #E1E5B9 background.


White color preview on #E1E5B9 background

This text has white color on #E1E5B9 background.


Related colors

Complementary color

Complementary color for #hex is #1E1A46.


I love getcolorcode.com

Triadic colors

1 #B9E1E5 and #E5B9E1 with #E1E5B9 are triadic colors.

2 #B9E5E1 and #E5E1B9 with #E1E5B9 are triadic colors.