COLOR #E2D5BC

HEX: #E2D5BC RGB: (226,213,188)

Color info

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

RGB color model

#E2D5BC color RGB value is (226,213,188).

RGB: (226,213,188) (89%, 84%, 74%)

RGB channels and saturation

R 226 of 255 = 89%
G 213 of 255 = 84%
B 188 of 255 = 74%

226
213
188

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

Portions of RGB colors in percentages

R + G + B = 226 + 213 + 188 = 627 (100%)
R 226 of 627 ~ 36.04%
G 213 of 627 ~ 33.97%
B 188 of 627 ~ 29.98'%

%36.04
%33.97
%29.98

CMYK color model

#E2D5BC color CMYK value is (0,6,17,11).

  • cyan value is 0.00%
  • magenta value is 5.75%
  • yellow value is 16.81%
  • key color value is 11.37%

CMYK: (0,6,17,11)
C0M6Y17K11 (0%, 6%, 17%, 11%)
(0.00 / 0.06 / 0.17 / 0.11)

CMYK percentages

%0
%5.75
%16.81
%11.37

Codes

Color #E2D5BC in popluar color models

E2 D5 BC
RGB 226 213 188
HSL 39° 39.58% 81.18%
HSB/HSV 39° 16.81% 88.63%
CMYK 0.00% 5.75% 16.81%
11.37%

Color #E2D5BC in popluar number systems.

HEX E2 D5 BC
Decimal 226 213 188
Binary 11100010 11010101 10111100
Octal 342 325 274

Shades and tints

Shades of #E2D5BC

#E2D5BC
(226,213,188)
#CEC2AB
(206,194,171)
#BAAF9A
(186,175,154)
#A69C89
(166,156,137)
#928978
(146,137,120)
#7E7667
(126,118,103)
#6A6356
(106,99,86)
#565045
(86,80,69)
#423D34
(66,61,52)
#2E2A23
(46,42,35)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #E2D5BC

#E2D5BC
(226,213,188)
#E4D8C2
(228,216,194)
#E6DBC8
(230,219,200)
#E8DECE
(232,222,206)
#EAE1D4
(234,225,212)
#ECE4DA
(236,228,218)
#EEE7E0
(238,231,224)
#F0EAE6
(240,234,230)
#F2EDEC
(242,237,236)
#F4F0F2
(244,240,242)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D5BC color. Also use rgb(226,213,188) instead hex code.

Text Font Color

.myTextColor { color: #E2D5BC; }

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

This text font color is #E2D5BC.

Background Color

.myBgColor { background-color: #E2D5BC; }

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

This div background color is #E2D5BC.

Border color

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

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

This div border color is #E2D5BC.

Opacity

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

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

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

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

This text has shadow with #E2D5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D5BC.

Preview

Color preview on black background

This text has color #E2D5BC on black background.


Color preview on white background

This text has color #E2D5BC on white background.


Black color preview on #E2D5BC background

This text has black color on #E2D5BC background.


White color preview on #E2D5BC background

This text has white color on #E2D5BC background.


Related colors

Complementary color

Complementary color for #hex is #1D2A43.


I love getcolorcode.com

Triadic colors

1 #BCE2D5 and #D5BCE2 with #E2D5BC are triadic colors.

2 #BCD5E2 and #D5E2BC with #E2D5BC are triadic colors.