COLOR #E1DAB7

HEX: #E1DAB7 RGB: (225,218,183)

Color info

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

RGB color model

#E1DAB7 color RGB value is (225,218,183).

RGB: (225,218,183) (88%, 85%, 72%)

RGB channels and saturation

R 225 of 255 = 88%
G 218 of 255 = 85%
B 183 of 255 = 72%

225
218
183

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

Portions of RGB colors in percentages

R + G + B = 225 + 218 + 183 = 626 (100%)
R 225 of 626 ~ 35.94%
G 218 of 626 ~ 34.82%
B 183 of 626 ~ 29.23'%

%35.94
%34.82
%29.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.11%
  • yellow value is 18.67%
  • 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
%3.11
%18.67
%11.76

Codes

Color #E1DAB7 in popluar color models

E1 DA B7
RGB 225 218 183
HSL 50° 41.18% 80.00%
HSB/HSV 50° 18.67% 88.24%
CMYK 0.00% 3.11% 18.67%
11.76%

Color #E1DAB7 in popluar number systems.

HEX E1 DA B7
Decimal 225 218 183
Binary 11100001 11011010 10110111
Octal 341 332 267

Shades and tints

Shades of #E1DAB7

#E1DAB7
(225,218,183)
#CDC7A7
(205,199,167)
#B9B497
(185,180,151)
#A5A187
(165,161,135)
#918E77
(145,142,119)
#7D7B67
(125,123,103)
#696857
(105,104,87)
#555547
(85,85,71)
#414237
(65,66,55)
#2D2F27
(45,47,39)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #E1DAB7

#E1DAB7
(225,218,183)
#E3DDBD
(227,221,189)
#E5E0C3
(229,224,195)
#E7E3C9
(231,227,201)
#E9E6CF
(233,230,207)
#EBE9D5
(235,233,213)
#EDECDB
(237,236,219)
#EFEFE1
(239,239,225)
#F1F2E7
(241,242,231)
#F3F5ED
(243,245,237)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DAB7 color. Also use rgb(225,218,183) instead hex code.

Text Font Color

.myTextColor { color: #E1DAB7; }

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

This text font color is #E1DAB7.

Background Color

.myBgColor { background-color: #E1DAB7; }

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

This div background color is #E1DAB7.

Border color

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

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

This div border color is #E1DAB7.

Opacity

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

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

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

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

This text has shadow with #E1DAB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DAB7.

Preview

Color preview on black background

This text has color #E1DAB7 on black background.


Color preview on white background

This text has color #E1DAB7 on white background.


Black color preview on #E1DAB7 background

This text has black color on #E1DAB7 background.


White color preview on #E1DAB7 background

This text has white color on #E1DAB7 background.


Related colors

Complementary color

Complementary color for #hex is #1E2548.


I love getcolorcode.com

Triadic colors

1 #B7E1DA and #DAB7E1 with #E1DAB7 are triadic colors.

2 #B7DAE1 and #DAE1B7 with #E1DAB7 are triadic colors.