COLOR #E1E0BD

HEX: #E1E0BD RGB: (225,224,189)

Color info

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

RGB color model

#E1E0BD color RGB value is (225,224,189).

RGB: (225,224,189) (88%, 88%, 74%)

RGB channels and saturation

R 225 of 255 = 88%
G 224 of 255 = 88%
B 189 of 255 = 74%

225
224
189

R + G + B ~ 83%. #E1E0BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 224 + 189 = 638 (100%)
R 225 of 638 ~ 35.27%
G 224 of 638 ~ 35.11%
B 189 of 638 ~ 29.62'%

%35.27
%35.11
%29.62

CMYK color model

#E1E0BD color CMYK value is (0,0,16,12).

  • cyan value is 0.00%
  • magenta value is 0.44%
  • yellow value is 16.00%
  • key color value is 11.76%

CMYK: (0,0,16,12)
C0M0Y16K12 (0%, 0%, 16%, 12%)
(0.00 / 0.00 / 0.16 / 0.12)

CMYK percentages

%0
%0.44
%16
%11.76

Codes

Color #E1E0BD in popluar color models

E1 E0 BD
RGB 225 224 189
HSL 58° 37.50% 81.18%
HSB/HSV 58° 16.00% 88.24%
CMYK 0.00% 0.44% 16.00%
11.76%

Color #E1E0BD in popluar number systems.

HEX E1 E0 BD
Decimal 225 224 189
Binary 11100001 11100000 10111101
Octal 341 340 275

Shades and tints

Shades of #E1E0BD

#E1E0BD
(225,224,189)
#CDCCAC
(205,204,172)
#B9B89B
(185,184,155)
#A5A48A
(165,164,138)
#919079
(145,144,121)
#7D7C68
(125,124,104)
#696857
(105,104,87)
#555446
(85,84,70)
#414035
(65,64,53)
#2D2C24
(45,44,36)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #E1E0BD

#E1E0BD
(225,224,189)
#E3E2C3
(227,226,195)
#E5E4C9
(229,228,201)
#E7E6CF
(231,230,207)
#E9E8D5
(233,232,213)
#EBEADB
(235,234,219)
#EDECE1
(237,236,225)
#EFEEE7
(239,238,231)
#F1F0ED
(241,240,237)
#F3F2F3
(243,242,243)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E0BD; }

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

This text font color is #E1E0BD.

Background Color

.myBgColor { background-color: #E1E0BD; }

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

This div background color is #E1E0BD.

Border color

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

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

This div border color is #E1E0BD.

Opacity

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

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

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

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

This text has shadow with #E1E0BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E0BD.

Preview

Color preview on black background

This text has color #E1E0BD on black background.


Color preview on white background

This text has color #E1E0BD on white background.


Black color preview on #E1E0BD background

This text has black color on #E1E0BD background.


White color preview on #E1E0BD background

This text has white color on #E1E0BD background.


Related colors

Complementary color

Complementary color for #hex is #1E1F42.


I love getcolorcode.com

Triadic colors

1 #BDE1E0 and #E0BDE1 with #E1E0BD are triadic colors.

2 #BDE0E1 and #E0E1BD with #E1E0BD are triadic colors.