COLOR #E1DDBE

HEX: #E1DDBE RGB: (225,221,190)

Color info

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

RGB color model

#E1DDBE color RGB value is (225,221,190).

RGB: (225,221,190) (88%, 87%, 75%)

RGB channels and saturation

R 225 of 255 = 88%
G 221 of 255 = 87%
B 190 of 255 = 75%

225
221
190

R + G + B ~ 83%. #E1DDBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 221 + 190 = 636 (100%)
R 225 of 636 ~ 35.38%
G 221 of 636 ~ 34.75%
B 190 of 636 ~ 29.87'%

%35.38
%34.75
%29.87

CMYK color model

#E1DDBE color CMYK value is (0,2,16,12).

  • cyan value is 0.00%
  • magenta value is 1.78%
  • yellow value is 15.56%
  • key color value is 11.76%

CMYK: (0,2,16,12)
C0M2Y16K12 (0%, 2%, 16%, 12%)
(0.00 / 0.02 / 0.16 / 0.12)

CMYK percentages

%0
%1.78
%15.56
%11.76

Codes

Color #E1DDBE in popluar color models

E1 DD BE
RGB 225 221 190
HSL 53° 36.84% 81.37%
HSB/HSV 53° 15.56% 88.24%
CMYK 0.00% 1.78% 15.56%
11.76%

Color #E1DDBE in popluar number systems.

HEX E1 DD BE
Decimal 225 221 190
Binary 11100001 11011101 10111110
Octal 341 335 276

Shades and tints

Shades of #E1DDBE

#E1DDBE
(225,221,190)
#CDC9AD
(205,201,173)
#B9B59C
(185,181,156)
#A5A18B
(165,161,139)
#918D7A
(145,141,122)
#7D7969
(125,121,105)
#696558
(105,101,88)
#555147
(85,81,71)
#413D36
(65,61,54)
#2D2925
(45,41,37)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #E1DDBE

#E1DDBE
(225,221,190)
#E3E0C3
(227,224,195)
#E5E3C8
(229,227,200)
#E7E6CD
(231,230,205)
#E9E9D2
(233,233,210)
#EBECD7
(235,236,215)
#EDEFDC
(237,239,220)
#EFF2E1
(239,242,225)
#F1F5E6
(241,245,230)
#F3F8EB
(243,248,235)
#F5FBF0
(245,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DDBE; }

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

This text font color is #E1DDBE.

Background Color

.myBgColor { background-color: #E1DDBE; }

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

This div background color is #E1DDBE.

Border color

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

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

This div border color is #E1DDBE.

Opacity

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

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

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

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

This text has shadow with #E1DDBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DDBE.

Preview

Color preview on black background

This text has color #E1DDBE on black background.


Color preview on white background

This text has color #E1DDBE on white background.


Black color preview on #E1DDBE background

This text has black color on #E1DDBE background.


White color preview on #E1DDBE background

This text has white color on #E1DDBE background.


Related colors

Complementary color

Complementary color for #hex is #1E2241.


I love getcolorcode.com

Triadic colors

1 #BEE1DD and #DDBEE1 with #E1DDBE are triadic colors.

2 #BEDDE1 and #DDE1BE with #E1DDBE are triadic colors.