COLOR #E1DDB7

HEX: #E1DDB7 RGB: (225,221,183)

Color info

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

RGB color model

#E1DDB7 color RGB value is (225,221,183).

RGB: (225,221,183) (88%, 87%, 72%)

RGB channels and saturation

R 225 of 255 = 88%
G 221 of 255 = 87%
B 183 of 255 = 72%

225
221
183

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

Portions of RGB colors in percentages

R + G + B = 225 + 221 + 183 = 629 (100%)
R 225 of 629 ~ 35.77%
G 221 of 629 ~ 35.14%
B 183 of 629 ~ 29.09'%

%35.77
%35.14
%29.09

CMYK color model

#E1DDB7 color CMYK value is (0,2,19,12).

  • cyan value is 0.00%
  • magenta value is 1.78%
  • yellow value is 18.67%
  • key color value is 11.76%
CMYK: (0,2,19,12) C0M2Y19K12 (0%,2%,19%,12%) (0.00/0.02/0.19/0.12) 

CMYK percentages

%0
%1.78
%18.67
%11.76

Codes

Color #E1DDB7 in popluar color models

E1 DD B7
RGB 225 221 183
HSL 54° 41.18% 80.00%
HSB/HSV 54° 18.67% 88.24%
CMYK 0.00% 1.78% 18.67%
11.76%

Color #E1DDB7 in popluar number systems.

HEX E1 DD B7
Decimal 225 221 183
Binary 11100001 11011101 10110111
Octal 341 335 267

Shades and tints

Shades of #E1DDB7

#E1DDB7
(225,221,183)
#CDC9A7
(205,201,167)
#B9B597
(185,181,151)
#A5A187
(165,161,135)
#918D77
(145,141,119)
#7D7967
(125,121,103)
#696557
(105,101,87)
#555147
(85,81,71)
#413D37
(65,61,55)
#2D2927
(45,41,39)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #E1DDB7

#E1DDB7
(225,221,183)
#E3E0BD
(227,224,189)
#E5E3C3
(229,227,195)
#E7E6C9
(231,230,201)
#E9E9CF
(233,233,207)
#EBECD5
(235,236,213)
#EDEFDB
(237,239,219)
#EFF2E1
(239,242,225)
#F1F5E7
(241,245,231)
#F3F8ED
(243,248,237)
#F5FBF3
(245,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DDB7; }

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

This text font color is #E1DDB7.

Background Color

.myBgColor { background-color: #E1DDB7; }

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

This div background color is #E1DDB7.

Border color

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

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

This div border color is #E1DDB7.

Opacity

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

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

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

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

This text has shadow with #E1DDB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DDB7.

Preview

Color preview on black background

This text has color #E1DDB7 on black background.


Color preview on white background

This text has color #E1DDB7 on white background.


Black color preview on #E1DDB7 background

This text has black color on #E1DDB7 background.


White color preview on #E1DDB7 background

This text has white color on #E1DDB7 background.


Related colors

Complementary color

Complementary color for #hex is #1E2248.


I love getcolorcode.com

Triadic colors

1 #B7E1DD and #DDB7E1 with #E1DDB7 are triadic colors.

2 #B7DDE1 and #DDE1B7 with #E1DDB7 are triadic colors.