COLOR #E1DCBE

HEX: #E1DCBE RGB: (225,220,190)

Color info

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

RGB color model

#E1DCBE color RGB value is (225,220,190).

RGB: (225,220,190) (88%, 86%, 75%)

RGB channels and saturation

R 225 of 255 = 88%
G 220 of 255 = 86%
B 190 of 255 = 75%

225
220
190

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

Portions of RGB colors in percentages

R + G + B = 225 + 220 + 190 = 635 (100%)
R 225 of 635 ~ 35.43%
G 220 of 635 ~ 34.65%
B 190 of 635 ~ 29.92'%

%35.43
%34.65
%29.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.22%
  • 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
%2.22
%15.56
%11.76

Codes

Color #E1DCBE in popluar color models

E1 DC BE
RGB 225 220 190
HSL 51° 36.84% 81.37%
HSB/HSV 51° 15.56% 88.24%
CMYK 0.00% 2.22% 15.56%
11.76%

Color #E1DCBE in popluar number systems.

HEX E1 DC BE
Decimal 225 220 190
Binary 11100001 11011100 10111110
Octal 341 334 276

Shades and tints

Shades of #E1DCBE

#E1DCBE
(225,220,190)
#CDC8AD
(205,200,173)
#B9B49C
(185,180,156)
#A5A08B
(165,160,139)
#918C7A
(145,140,122)
#7D7869
(125,120,105)
#696458
(105,100,88)
#555047
(85,80,71)
#413C36
(65,60,54)
#2D2825
(45,40,37)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #E1DCBE

#E1DCBE
(225,220,190)
#E3DFC3
(227,223,195)
#E5E2C8
(229,226,200)
#E7E5CD
(231,229,205)
#E9E8D2
(233,232,210)
#EBEBD7
(235,235,215)
#EDEEDC
(237,238,220)
#EFF1E1
(239,241,225)
#F1F4E6
(241,244,230)
#F3F7EB
(243,247,235)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DCBE; }

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

This text font color is #E1DCBE.

Background Color

.myBgColor { background-color: #E1DCBE; }

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

This div background color is #E1DCBE.

Border color

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

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

This div border color is #E1DCBE.

Opacity

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

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

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

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

This text has shadow with #E1DCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DCBE.

Preview

Color preview on black background

This text has color #E1DCBE on black background.


Color preview on white background

This text has color #E1DCBE on white background.


Black color preview on #E1DCBE background

This text has black color on #E1DCBE background.


White color preview on #E1DCBE background

This text has white color on #E1DCBE background.


Related colors

Complementary color

Complementary color for #hex is #1E2341.


I love getcolorcode.com

Triadic colors

1 #BEE1DC and #DCBEE1 with #E1DCBE are triadic colors.

2 #BEDCE1 and #DCE1BE with #E1DCBE are triadic colors.