COLOR #E1D8BE

HEX: #E1D8BE RGB: (225,216,190)

Color info

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

RGB color model

#E1D8BE color RGB value is (225,216,190).

RGB: (225,216,190) (88%, 85%, 75%)

RGB channels and saturation

R 225 of 255 = 88%
G 216 of 255 = 85%
B 190 of 255 = 75%

225
216
190

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

Portions of RGB colors in percentages

R + G + B = 225 + 216 + 190 = 631 (100%)
R 225 of 631 ~ 35.66%
G 216 of 631 ~ 34.23%
B 190 of 631 ~ 30.11'%

%35.66
%34.23
%30.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 15.56%
  • key color value is 11.76%

CMYK: (0,4,16,12)
C0M4Y16K12 (0%, 4%, 16%, 12%)
(0.00 / 0.04 / 0.16 / 0.12)

CMYK percentages

%0
%4
%15.56
%11.76

Codes

Color #E1D8BE in popluar color models

E1 D8 BE
RGB 225 216 190
HSL 45° 36.84% 81.37%
HSB/HSV 45° 15.56% 88.24%
CMYK 0.00% 4.00% 15.56%
11.76%

Color #E1D8BE in popluar number systems.

HEX E1 D8 BE
Decimal 225 216 190
Binary 11100001 11011000 10111110
Octal 341 330 276

Shades and tints

Shades of #E1D8BE

#E1D8BE
(225,216,190)
#CDC5AD
(205,197,173)
#B9B29C
(185,178,156)
#A59F8B
(165,159,139)
#918C7A
(145,140,122)
#7D7969
(125,121,105)
#696658
(105,102,88)
#555347
(85,83,71)
#414036
(65,64,54)
#2D2D25
(45,45,37)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #E1D8BE

#E1D8BE
(225,216,190)
#E3DBC3
(227,219,195)
#E5DEC8
(229,222,200)
#E7E1CD
(231,225,205)
#E9E4D2
(233,228,210)
#EBE7D7
(235,231,215)
#EDEADC
(237,234,220)
#EFEDE1
(239,237,225)
#F1F0E6
(241,240,230)
#F3F3EB
(243,243,235)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D8BE color. Also use rgb(225,216,190) instead hex code.

Text Font Color

.myTextColor { color: #E1D8BE; }

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

This text font color is #E1D8BE.

Background Color

.myBgColor { background-color: #E1D8BE; }

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

This div background color is #E1D8BE.

Border color

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

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

This div border color is #E1D8BE.

Opacity

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

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

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

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

This text has shadow with #E1D8BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D8BE.

Preview

Color preview on black background

This text has color #E1D8BE on black background.


Color preview on white background

This text has color #E1D8BE on white background.


Black color preview on #E1D8BE background

This text has black color on #E1D8BE background.


White color preview on #E1D8BE background

This text has white color on #E1D8BE background.


Related colors

Complementary color

Complementary color for #hex is #1E2741.


I love getcolorcode.com

Triadic colors

1 #BEE1D8 and #D8BEE1 with #E1D8BE are triadic colors.

2 #BED8E1 and #D8E1BE with #E1D8BE are triadic colors.