COLOR #E5D0BC

HEX: #E5D0BC RGB: (229,208,188)

Color info

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

RGB color model

#E5D0BC color RGB value is (229,208,188).

RGB: (229,208,188) (90%, 82%, 74%)

RGB channels and saturation

R 229 of 255 = 90%
G 208 of 255 = 82%
B 188 of 255 = 74%

229
208
188

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

Portions of RGB colors in percentages

R + G + B = 229 + 208 + 188 = 625 (100%)
R 229 of 625 ~ 36.64%
G 208 of 625 ~ 33.28%
B 188 of 625 ~ 30.08'%

%36.64
%33.28
%30.08

CMYK color model

#E5D0BC color CMYK value is (0,9,18,10).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 17.90%
  • key color value is 10.20%
CMYK: (0,9,18,10) C0M9Y18K10 (0%,9%,18%,10%) (0.00/0.09/0.18/0.10) 

CMYK percentages

%0
%9.17
%17.9
%10.2

Codes

Color #E5D0BC in popluar color models

E5 D0 BC
RGB 229 208 188
HSL 29° 44.09% 81.76%
HSB/HSV 29° 17.90% 89.80%
CMYK 0.00% 9.17% 17.90%
10.20%

Color #E5D0BC in popluar number systems.

HEX E5 D0 BC
Decimal 229 208 188
Binary 11100101 11010000 10111100
Octal 345 320 274

Shades and tints

Shades of #E5D0BC

#E5D0BC
(229,208,188)
#D1BEAB
(209,190,171)
#BDAC9A
(189,172,154)
#A99A89
(169,154,137)
#958878
(149,136,120)
#817667
(129,118,103)
#6D6456
(109,100,86)
#595245
(89,82,69)
#454034
(69,64,52)
#312E23
(49,46,35)
#1D1C12
(29,28,18)
#000000
(0,0,0)

Tints of #E5D0BC

#E5D0BC
(229,208,188)
#E7D4C2
(231,212,194)
#E9D8C8
(233,216,200)
#EBDCCE
(235,220,206)
#EDE0D4
(237,224,212)
#EFE4DA
(239,228,218)
#F1E8E0
(241,232,224)
#F3ECE6
(243,236,230)
#F5F0EC
(245,240,236)
#F7F4F2
(247,244,242)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D0BC color. Also use rgb(229,208,188) instead hex code.

Text Font Color

.myTextColor { color: #E5D0BC; }

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

This text font color is #E5D0BC.

Background Color

.myBgColor { background-color: #E5D0BC; }

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

This div background color is #E5D0BC.

Border color

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

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

This div border color is #E5D0BC.

Opacity

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

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

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

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

This text has shadow with #E5D0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D0BC.

Preview

Color preview on black background

This text has color #E5D0BC on black background.


Color preview on white background

This text has color #E5D0BC on white background.


Black color preview on #E5D0BC background

This text has black color on #E5D0BC background.


White color preview on #E5D0BC background

This text has white color on #E5D0BC background.


Related colors

Complementary color

Complementary color for #hex is #1A2F43.


I love getcolorcode.com

Triadic colors

1 #BCE5D0 and #D0BCE5 with #E5D0BC are triadic colors.

2 #BCD0E5 and #D0E5BC with #E5D0BC are triadic colors.