COLOR #E1E5BA

HEX: #E1E5BA
RGB: (225,229,186)

Color info

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

RGB color model

#E1E5BA color RGB value is (225,229,186).

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

RGB channels and saturation

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

225
229
186

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

Portions of RGB colors in percentages

R + G + B =
225 + 229 + 186 = 640 (100%)
R 225 of 640 ~ 35.16%
G 229 of 640 ~ 35.78%
B 186 of 640 ~ 29.06%

%35.16
%35.78
%29.06

CMYK color model

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

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • 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
%18.78
%10.2

Codes

Color #E1E5BA in popluar color models

E1E5BA
RGB225229186
HSL66°45.26%81.37%
HSB/HSV66°18.78%89.80%
CMYK1.75%0.00%18.78%
10.20%

Color #E1E5BA in popluar number systems.

HEXE1E5BA
Decimal225229186
Binary111000011110010110111010
Octal341345272

Shades and tints

Shades of #E1E5BA

#E1E5BA
(225,229,186)
#CDD1AA
(205,209,170)
#B9BD9A
(185,189,154)
#A5A98A
(165,169,138)
#91957A
(145,149,122)
#7D816A
(125,129,106)
#696D5A
(105,109,90)
#55594A
(85,89,74)
#41453A
(65,69,58)
#2D312A
(45,49,42)
#191D1A
(25,29,26)
#000000
(0,0,0)

Tints of #E1E5BA

#E1E5BA
(225,229,186)
#E3E7C0
(227,231,192)
#E5E9C6
(229,233,198)
#E7EBCC
(231,235,204)
#E9EDD2
(233,237,210)
#EBEFD8
(235,239,216)
#EDF1DE
(237,241,222)
#EFF3E4
(239,243,228)
#F1F5EA
(241,245,234)
#F3F7F0
(243,247,240)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E5BA; }

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

This text font color is #E1E5BA.


Background Color

.myBgColor { background-color: #E1E5BA; }

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

This div background color is #E1E5BA.


Border color

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

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

This div border color is #E1E5BA.


Opacity

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

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

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

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

This text has shadow with #E1E5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E5BA on black background.


Color preview on white background

This text has color #E1E5BA on white background.



Black color preview on #E1E5BA background

This text has black color on #E1E5BA background.


White color preview on #E1E5BA background

This text has white color on #E1E5BA background.