COLOR #E5DCBC

HEX: #E5DCBC RGB: (229,220,188)

Color info

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

RGB color model

#E5DCBC color RGB value is (229,220,188).

RGB: (229,220,188) (90%, 86%, 74%)

RGB channels and saturation

R 229 of 255 = 90%
G 220 of 255 = 86%
B 188 of 255 = 74%

229
220
188

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

Portions of RGB colors in percentages

R + G + B = 229 + 220 + 188 = 637 (100%)
R 229 of 637 ~ 35.95%
G 220 of 637 ~ 34.54%
B 188 of 637 ~ 29.51'%

%35.95
%34.54
%29.51

CMYK color model

#E5DCBC color CMYK value is (0,4,18,10).

  • cyan value is 0.00%
  • magenta value is 3.93%
  • yellow value is 17.90%
  • key color value is 10.20%
CMYK: (0,4,18,10) C0M4Y18K10 (0%,4%,18%,10%) (0.00/0.04/0.18/0.10) 

CMYK percentages

%0
%3.93
%17.9
%10.2

Codes

Color #E5DCBC in popluar color models

E5 DC BC
RGB 229 220 188
HSL 47° 44.09% 81.76%
HSB/HSV 47° 17.90% 89.80%
CMYK 0.00% 3.93% 17.90%
10.20%

Color #E5DCBC in popluar number systems.

HEX E5 DC BC
Decimal 229 220 188
Binary 11100101 11011100 10111100
Octal 345 334 274

Shades and tints

Shades of #E5DCBC

#E5DCBC
(229,220,188)
#D1C8AB
(209,200,171)
#BDB49A
(189,180,154)
#A9A089
(169,160,137)
#958C78
(149,140,120)
#817867
(129,120,103)
#6D6456
(109,100,86)
#595045
(89,80,69)
#453C34
(69,60,52)
#312823
(49,40,35)
#1D1412
(29,20,18)
#000000
(0,0,0)

Tints of #E5DCBC

#E5DCBC
(229,220,188)
#E7DFC2
(231,223,194)
#E9E2C8
(233,226,200)
#EBE5CE
(235,229,206)
#EDE8D4
(237,232,212)
#EFEBDA
(239,235,218)
#F1EEE0
(241,238,224)
#F3F1E6
(243,241,230)
#F5F4EC
(245,244,236)
#F7F7F2
(247,247,242)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DCBC; }

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

This text font color is #E5DCBC.

Background Color

.myBgColor { background-color: #E5DCBC; }

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

This div background color is #E5DCBC.

Border color

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

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

This div border color is #E5DCBC.

Opacity

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

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

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

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

This text has shadow with #E5DCBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DCBC.

Preview

Color preview on black background

This text has color #E5DCBC on black background.


Color preview on white background

This text has color #E5DCBC on white background.


Black color preview on #E5DCBC background

This text has black color on #E5DCBC background.


White color preview on #E5DCBC background

This text has white color on #E5DCBC background.


Related colors

Complementary color

Complementary color for #hex is #1A2343.


I love getcolorcode.com

Triadic colors

1 #BCE5DC and #DCBCE5 with #E5DCBC are triadic colors.

2 #BCDCE5 and #DCE5BC with #E5DCBC are triadic colors.