COLOR #E1DABD

HEX: #E1DABD RGB: (225,218,189)

Color info

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

RGB color model

#E1DABD color RGB value is (225,218,189).

RGB: (225,218,189) (88%, 85%, 74%)

RGB channels and saturation

R 225 of 255 = 88%
G 218 of 255 = 85%
B 189 of 255 = 74%

225
218
189

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

Portions of RGB colors in percentages

R + G + B = 225 + 218 + 189 = 632 (100%)
R 225 of 632 ~ 35.6%
G 218 of 632 ~ 34.49%
B 189 of 632 ~ 29.91'%

%35.6
%34.49
%29.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.11%
  • yellow value is 16.00%
  • key color value is 11.76%
CMYK: (0,3,16,12) C0M3Y16K12 (0%,3%,16%,12%) (0.00/0.03/0.16/0.12) 

CMYK percentages

%0
%3.11
%16
%11.76

Codes

Color #E1DABD in popluar color models

E1 DA BD
RGB 225 218 189
HSL 48° 37.50% 81.18%
HSB/HSV 48° 16.00% 88.24%
CMYK 0.00% 3.11% 16.00%
11.76%

Color #E1DABD in popluar number systems.

HEX E1 DA BD
Decimal 225 218 189
Binary 11100001 11011010 10111101
Octal 341 332 275

Shades and tints

Shades of #E1DABD

#E1DABD
(225,218,189)
#CDC7AC
(205,199,172)
#B9B49B
(185,180,155)
#A5A18A
(165,161,138)
#918E79
(145,142,121)
#7D7B68
(125,123,104)
#696857
(105,104,87)
#555546
(85,85,70)
#414235
(65,66,53)
#2D2F24
(45,47,36)
#191C13
(25,28,19)
#000000
(0,0,0)

Tints of #E1DABD

#E1DABD
(225,218,189)
#E3DDC3
(227,221,195)
#E5E0C9
(229,224,201)
#E7E3CF
(231,227,207)
#E9E6D5
(233,230,213)
#EBE9DB
(235,233,219)
#EDECE1
(237,236,225)
#EFEFE7
(239,239,231)
#F1F2ED
(241,242,237)
#F3F5F3
(243,245,243)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DABD; }

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

This text font color is #E1DABD.

Background Color

.myBgColor { background-color: #E1DABD; }

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

This div background color is #E1DABD.

Border color

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

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

This div border color is #E1DABD.

Opacity

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

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

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

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

This text has shadow with #E1DABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DABD.

Preview

Color preview on black background

This text has color #E1DABD on black background.


Color preview on white background

This text has color #E1DABD on white background.


Black color preview on #E1DABD background

This text has black color on #E1DABD background.


White color preview on #E1DABD background

This text has white color on #E1DABD background.


Related colors

Complementary color

Complementary color for #hex is #1E2542.


I love getcolorcode.com

Triadic colors

1 #BDE1DA and #DABDE1 with #E1DABD are triadic colors.

2 #BDDAE1 and #DAE1BD with #E1DABD are triadic colors.