COLOR #E0D7BE

HEX: #E0D7BE RGB: (224,215,190)

Color info

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

RGB color model

#E0D7BE color RGB value is (224,215,190).

RGB: (224,215,190) (88%, 84%, 75%)

RGB channels and saturation

R 224 of 255 = 88%
G 215 of 255 = 84%
B 190 of 255 = 75%

224
215
190

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

Portions of RGB colors in percentages

R + G + B = 224 + 215 + 190 = 629 (100%)
R 224 of 629 ~ 35.61%
G 215 of 629 ~ 34.18%
B 190 of 629 ~ 30.21'%

%35.61
%34.18
%30.21

CMYK color model

#E0D7BE color CMYK value is (0,4,15,12).

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 15.18%
  • key color value is 12.16%
CMYK: (0,4,15,12) C0M4Y15K12 (0%,4%,15%,12%) (0.00/0.04/0.15/0.12) 

CMYK percentages

%0
%4.02
%15.18
%12.16

Codes

Color #E0D7BE in popluar color models

E0 D7 BE
RGB 224 215 190
HSL 44° 35.42% 81.18%
HSB/HSV 44° 15.18% 87.84%
CMYK 0.00% 4.02% 15.18%
12.16%

Color #E0D7BE in popluar number systems.

HEX E0 D7 BE
Decimal 224 215 190
Binary 11100000 11010111 10111110
Octal 340 327 276

Shades and tints

Shades of #E0D7BE

#E0D7BE
(224,215,190)
#CCC4AD
(204,196,173)
#B8B19C
(184,177,156)
#A49E8B
(164,158,139)
#908B7A
(144,139,122)
#7C7869
(124,120,105)
#686558
(104,101,88)
#545247
(84,82,71)
#403F36
(64,63,54)
#2C2C25
(44,44,37)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #E0D7BE

#E0D7BE
(224,215,190)
#E2DAC3
(226,218,195)
#E4DDC8
(228,221,200)
#E6E0CD
(230,224,205)
#E8E3D2
(232,227,210)
#EAE6D7
(234,230,215)
#ECE9DC
(236,233,220)
#EEECE1
(238,236,225)
#F0EFE6
(240,239,230)
#F2F2EB
(242,242,235)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D7BE color. Also use rgb(224,215,190) instead hex code.

Text Font Color

.myTextColor { color: #E0D7BE; }

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

This text font color is #E0D7BE.

Background Color

.myBgColor { background-color: #E0D7BE; }

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

This div background color is #E0D7BE.

Border color

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

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

This div border color is #E0D7BE.

Opacity

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

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

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

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

This text has shadow with #E0D7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D7BE.

Preview

Color preview on black background

This text has color #E0D7BE on black background.


Color preview on white background

This text has color #E0D7BE on white background.


Black color preview on #E0D7BE background

This text has black color on #E0D7BE background.


White color preview on #E0D7BE background

This text has white color on #E0D7BE background.


Related colors

Complementary color

Complementary color for #hex is #1F2841.


I love getcolorcode.com

Triadic colors

1 #BEE0D7 and #D7BEE0 with #E0D7BE are triadic colors.

2 #BED7E0 and #D7E0BE with #E0D7BE are triadic colors.