COLOR #E1E5BD

HEX: #E1E5BD RGB: (225,229,189)

Color info

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

RGB color model

#E1E5BD color RGB value is (225,229,189).

RGB: (225,229,189) (88%, 90%, 74%)

RGB channels and saturation

R 225 of 255 = 88%
G 229 of 255 = 90%
B 189 of 255 = 74%

225
229
189

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

Portions of RGB colors in percentages

R + G + B = 225 + 229 + 189 = 643 (100%)
R 225 of 643 ~ 34.99%
G 229 of 643 ~ 35.61%
B 189 of 643 ~ 29.39'%

%34.99
%35.61
%29.39

CMYK color model

#E1E5BD color CMYK value is (2,0,17,10).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 17.47%
  • key color value is 10.20%
CMYK: (2,0,17,10) C2M0Y17K10 (2%,0%,17%,10%) (0.02/0.00/0.17/0.10) 

CMYK percentages

%1.75
%0
%17.47
%10.2

Codes

Color #E1E5BD in popluar color models

E1 E5 BD
RGB 225 229 189
HSL 66° 43.48% 81.96%
HSB/HSV 66° 17.47% 89.80%
CMYK 1.75% 0.00% 17.47%
10.20%

Color #E1E5BD in popluar number systems.

HEX E1 E5 BD
Decimal 225 229 189
Binary 11100001 11100101 10111101
Octal 341 345 275

Shades and tints

Shades of #E1E5BD

#E1E5BD
(225,229,189)
#CDD1AC
(205,209,172)
#B9BD9B
(185,189,155)
#A5A98A
(165,169,138)
#919579
(145,149,121)
#7D8168
(125,129,104)
#696D57
(105,109,87)
#555946
(85,89,70)
#414535
(65,69,53)
#2D3124
(45,49,36)
#191D13
(25,29,19)
#000000
(0,0,0)

Tints of #E1E5BD

#E1E5BD
(225,229,189)
#E3E7C3
(227,231,195)
#E5E9C9
(229,233,201)
#E7EBCF
(231,235,207)
#E9EDD5
(233,237,213)
#EBEFDB
(235,239,219)
#EDF1E1
(237,241,225)
#EFF3E7
(239,243,231)
#F1F5ED
(241,245,237)
#F3F7F3
(243,247,243)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E5BD; }

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

This text font color is #E1E5BD.

Background Color

.myBgColor { background-color: #E1E5BD; }

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

This div background color is #E1E5BD.

Border color

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

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

This div border color is #E1E5BD.

Opacity

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

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

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

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

This text has shadow with #E1E5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E5BD.

Preview

Color preview on black background

This text has color #E1E5BD on black background.


Color preview on white background

This text has color #E1E5BD on white background.


Black color preview on #E1E5BD background

This text has black color on #E1E5BD background.


White color preview on #E1E5BD background

This text has white color on #E1E5BD background.


Related colors

Complementary color

Complementary color for #hex is #1E1A42.


I love getcolorcode.com

Triadic colors

1 #BDE1E5 and #E5BDE1 with #E1E5BD are triadic colors.

2 #BDE5E1 and #E5E1BD with #E1E5BD are triadic colors.