COLOR #E1D3B6

HEX: #E1D3B6 RGB: (225,211,182)

Color info

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

RGB color model

#E1D3B6 color RGB value is (225,211,182).

RGB: (225,211,182) (88%, 83%, 71%)

RGB channels and saturation

R 225 of 255 = 88%
G 211 of 255 = 83%
B 182 of 255 = 71%

225
211
182

R + G + B ~ 81%. #E1D3B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 211 + 182 = 618 (100%)
R 225 of 618 ~ 36.41%
G 211 of 618 ~ 34.14%
B 182 of 618 ~ 29.45'%

%36.41
%34.14
%29.45

CMYK color model

#E1D3B6 color CMYK value is (0,6,19,12).

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 19.11%
  • key color value is 11.76%

CMYK: (0,6,19,12)
C0M6Y19K12 (0%, 6%, 19%, 12%)
(0.00 / 0.06 / 0.19 / 0.12)

CMYK percentages

%0
%6.22
%19.11
%11.76

Codes

Color #E1D3B6 in popluar color models

E1 D3 B6
RGB 225 211 182
HSL 40° 41.75% 79.80%
HSB/HSV 40° 19.11% 88.24%
CMYK 0.00% 6.22% 19.11%
11.76%

Color #E1D3B6 in popluar number systems.

HEX E1 D3 B6
Decimal 225 211 182
Binary 11100001 11010011 10110110
Octal 341 323 266

Shades and tints

Shades of #E1D3B6

#E1D3B6
(225,211,182)
#CDC0A6
(205,192,166)
#B9AD96
(185,173,150)
#A59A86
(165,154,134)
#918776
(145,135,118)
#7D7466
(125,116,102)
#696156
(105,97,86)
#554E46
(85,78,70)
#413B36
(65,59,54)
#2D2826
(45,40,38)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #E1D3B6

#E1D3B6
(225,211,182)
#E3D7BC
(227,215,188)
#E5DBC2
(229,219,194)
#E7DFC8
(231,223,200)
#E9E3CE
(233,227,206)
#EBE7D4
(235,231,212)
#EDEBDA
(237,235,218)
#EFEFE0
(239,239,224)
#F1F3E6
(241,243,230)
#F3F7EC
(243,247,236)
#F5FBF2
(245,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D3B6 color. Also use rgb(225,211,182) instead hex code.

Text Font Color

.myTextColor { color: #E1D3B6; }

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

This text font color is #E1D3B6.

Background Color

.myBgColor { background-color: #E1D3B6; }

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

This div background color is #E1D3B6.

Border color

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

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

This div border color is #E1D3B6.

Opacity

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

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

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

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

This text has shadow with #E1D3B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D3B6.

Preview

Color preview on black background

This text has color #E1D3B6 on black background.


Color preview on white background

This text has color #E1D3B6 on white background.


Black color preview on #E1D3B6 background

This text has black color on #E1D3B6 background.


White color preview on #E1D3B6 background

This text has white color on #E1D3B6 background.


Related colors

Complementary color

Complementary color for #hex is #1E2C49.


I love getcolorcode.com

Triadic colors

1 #B6E1D3 and #D3B6E1 with #E1D3B6 are triadic colors.

2 #B6D3E1 and #D3E1B6 with #E1D3B6 are triadic colors.