COLOR #E5D8BF

HEX: #E5D8BF RGB: (229,216,191)

Color info

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

RGB color model

#E5D8BF color RGB value is (229,216,191).

RGB: (229,216,191) (90%, 85%, 75%)

RGB channels and saturation

R 229 of 255 = 90%
G 216 of 255 = 85%
B 191 of 255 = 75%

229
216
191

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

Portions of RGB colors in percentages

R + G + B = 229 + 216 + 191 = 636 (100%)
R 229 of 636 ~ 36.01%
G 216 of 636 ~ 33.96%
B 191 of 636 ~ 30.03'%

%36.01
%33.96
%30.03

CMYK color model

#E5D8BF color CMYK value is (0,6,17,10).

  • cyan value is 0.00%
  • magenta value is 5.68%
  • yellow value is 16.59%
  • key color value is 10.20%

CMYK: (0,6,17,10)
C0M6Y17K10 (0%, 6%, 17%, 10%)
(0.00 / 0.06 / 0.17 / 0.10)

CMYK percentages

%0
%5.68
%16.59
%10.2

Codes

Color #E5D8BF in popluar color models

E5 D8 BF
RGB 229 216 191
HSL 39° 42.22% 82.35%
HSB/HSV 39° 16.59% 89.80%
CMYK 0.00% 5.68% 16.59%
10.20%

Color #E5D8BF in popluar number systems.

HEX E5 D8 BF
Decimal 229 216 191
Binary 11100101 11011000 10111111
Octal 345 330 277

Shades and tints

Shades of #E5D8BF

#E5D8BF
(229,216,191)
#D1C5AE
(209,197,174)
#BDB29D
(189,178,157)
#A99F8C
(169,159,140)
#958C7B
(149,140,123)
#81796A
(129,121,106)
#6D6659
(109,102,89)
#595348
(89,83,72)
#454037
(69,64,55)
#312D26
(49,45,38)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #E5D8BF

#E5D8BF
(229,216,191)
#E7DBC4
(231,219,196)
#E9DEC9
(233,222,201)
#EBE1CE
(235,225,206)
#EDE4D3
(237,228,211)
#EFE7D8
(239,231,216)
#F1EADD
(241,234,221)
#F3EDE2
(243,237,226)
#F5F0E7
(245,240,231)
#F7F3EC
(247,243,236)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D8BF color. Also use rgb(229,216,191) instead hex code.

Text Font Color

.myTextColor { color: #E5D8BF; }

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

This text font color is #E5D8BF.

Background Color

.myBgColor { background-color: #E5D8BF; }

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

This div background color is #E5D8BF.

Border color

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

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

This div border color is #E5D8BF.

Opacity

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

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

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

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

This text has shadow with #E5D8BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D8BF.

Preview

Color preview on black background

This text has color #E5D8BF on black background.


Color preview on white background

This text has color #E5D8BF on white background.


Black color preview on #E5D8BF background

This text has black color on #E5D8BF background.


White color preview on #E5D8BF background

This text has white color on #E5D8BF background.


Related colors

Complementary color

Complementary color for #hex is #1A2740.


I love getcolorcode.com

Triadic colors

1 #BFE5D8 and #D8BFE5 with #E5D8BF are triadic colors.

2 #BFD8E5 and #D8E5BF with #E5D8BF are triadic colors.