COLOR #E0D7BF

HEX: #E0D7BF RGB: (224,215,191)

Color info

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

RGB color model

#E0D7BF color RGB value is (224,215,191).

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

RGB channels and saturation

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

224
215
191

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

Portions of RGB colors in percentages

R + G + B = 224 + 215 + 191 = 630 (100%)
R 224 of 630 ~ 35.56%
G 215 of 630 ~ 34.13%
B 191 of 630 ~ 30.32'%

%35.56
%34.13
%30.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 14.73%
  • 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
%14.73
%12.16

Codes

Color #E0D7BF in popluar color models

E0 D7 BF
RGB 224 215 191
HSL 44° 34.74% 81.37%
HSB/HSV 44° 14.73% 87.84%
CMYK 0.00% 4.02% 14.73%
12.16%

Color #E0D7BF in popluar number systems.

HEX E0 D7 BF
Decimal 224 215 191
Binary 11100000 11010111 10111111
Octal 340 327 277

Shades and tints

Shades of #E0D7BF

#E0D7BF
(224,215,191)
#CCC4AE
(204,196,174)
#B8B19D
(184,177,157)
#A49E8C
(164,158,140)
#908B7B
(144,139,123)
#7C786A
(124,120,106)
#686559
(104,101,89)
#545248
(84,82,72)
#403F37
(64,63,55)
#2C2C26
(44,44,38)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #E0D7BF

#E0D7BF
(224,215,191)
#E2DAC4
(226,218,196)
#E4DDC9
(228,221,201)
#E6E0CE
(230,224,206)
#E8E3D3
(232,227,211)
#EAE6D8
(234,230,216)
#ECE9DD
(236,233,221)
#EEECE2
(238,236,226)
#F0EFE7
(240,239,231)
#F2F2EC
(242,242,236)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D7BF; }

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

This text font color is #E0D7BF.

Background Color

.myBgColor { background-color: #E0D7BF; }

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

This div background color is #E0D7BF.

Border color

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

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

This div border color is #E0D7BF.

Opacity

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

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

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

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

This text has shadow with #E0D7BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D7BF.

Preview

Color preview on black background

This text has color #E0D7BF on black background.


Color preview on white background

This text has color #E0D7BF on white background.


Black color preview on #E0D7BF background

This text has black color on #E0D7BF background.


White color preview on #E0D7BF background

This text has white color on #E0D7BF background.


Related colors

Complementary color

Complementary color for #hex is #1F2840.


I love getcolorcode.com

Triadic colors

1 #BFE0D7 and #D7BFE0 with #E0D7BF are triadic colors.

2 #BFD7E0 and #D7E0BF with #E0D7BF are triadic colors.