COLOR #E1DBB6

HEX: #E1DBB6 RGB: (225,219,182)

Color info

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

RGB color model

#E1DBB6 color RGB value is (225,219,182).

RGB: (225,219,182) (88%, 86%, 71%)

RGB channels and saturation

R 225 of 255 = 88%
G 219 of 255 = 86%
B 182 of 255 = 71%

225
219
182

R + G + B ~ 82%. #E1DBB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 219 + 182 = 626 (100%)
R 225 of 626 ~ 35.94%
G 219 of 626 ~ 34.98%
B 182 of 626 ~ 29.07'%

%35.94
%34.98
%29.07

CMYK color model

#E1DBB6 color CMYK value is (0,3,19,12).

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

CMYK: (0,3,19,12)
C0M3Y19K12 (0%, 3%, 19%, 12%)
(0.00 / 0.03 / 0.19 / 0.12)

CMYK percentages

%0
%2.67
%19.11
%11.76

Codes

Color #E1DBB6 in popluar color models

E1 DB B6
RGB 225 219 182
HSL 52° 41.75% 79.80%
HSB/HSV 52° 19.11% 88.24%
CMYK 0.00% 2.67% 19.11%
11.76%

Color #E1DBB6 in popluar number systems.

HEX E1 DB B6
Decimal 225 219 182
Binary 11100001 11011011 10110110
Octal 341 333 266

Shades and tints

Shades of #E1DBB6

#E1DBB6
(225,219,182)
#CDC8A6
(205,200,166)
#B9B596
(185,181,150)
#A5A286
(165,162,134)
#918F76
(145,143,118)
#7D7C66
(125,124,102)
#696956
(105,105,86)
#555646
(85,86,70)
#414336
(65,67,54)
#2D3026
(45,48,38)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #E1DBB6

#E1DBB6
(225,219,182)
#E3DEBC
(227,222,188)
#E5E1C2
(229,225,194)
#E7E4C8
(231,228,200)
#E9E7CE
(233,231,206)
#EBEAD4
(235,234,212)
#EDEDDA
(237,237,218)
#EFF0E0
(239,240,224)
#F1F3E6
(241,243,230)
#F3F6EC
(243,246,236)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DBB6; }

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

This text font color is #E1DBB6.

Background Color

.myBgColor { background-color: #E1DBB6; }

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

This div background color is #E1DBB6.

Border color

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

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

This div border color is #E1DBB6.

Opacity

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

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

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

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

This text has shadow with #E1DBB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DBB6.

Preview

Color preview on black background

This text has color #E1DBB6 on black background.


Color preview on white background

This text has color #E1DBB6 on white background.


Black color preview on #E1DBB6 background

This text has black color on #E1DBB6 background.


White color preview on #E1DBB6 background

This text has white color on #E1DBB6 background.


Related colors

Complementary color

Complementary color for #hex is #1E2449.


I love getcolorcode.com

Triadic colors

1 #B6E1DB and #DBB6E1 with #E1DBB6 are triadic colors.

2 #B6DBE1 and #DBE1B6 with #E1DBB6 are triadic colors.