COLOR #E2D1BD

HEX: #E2D1BD RGB: (226,209,189)

Color info

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

RGB color model

#E2D1BD color RGB value is (226,209,189).

RGB: (226,209,189) (89%, 82%, 74%)

RGB channels and saturation

R 226 of 255 = 89%
G 209 of 255 = 82%
B 189 of 255 = 74%

226
209
189

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

Portions of RGB colors in percentages

R + G + B = 226 + 209 + 189 = 624 (100%)
R 226 of 624 ~ 36.22%
G 209 of 624 ~ 33.49%
B 189 of 624 ~ 30.29'%

%36.22
%33.49
%30.29

CMYK color model

#E2D1BD color CMYK value is (0,8,16,11).

  • cyan value is 0.00%
  • magenta value is 7.52%
  • yellow value is 16.37%
  • key color value is 11.37%

CMYK: (0,8,16,11)
C0M8Y16K11 (0%, 8%, 16%, 11%)
(0.00 / 0.08 / 0.16 / 0.11)

CMYK percentages

%0
%7.52
%16.37
%11.37

Codes

Color #E2D1BD in popluar color models

E2 D1 BD
RGB 226 209 189
HSL 32° 38.95% 81.37%
HSB/HSV 32° 16.37% 88.63%
CMYK 0.00% 7.52% 16.37%
11.37%

Color #E2D1BD in popluar number systems.

HEX E2 D1 BD
Decimal 226 209 189
Binary 11100010 11010001 10111101
Octal 342 321 275

Shades and tints

Shades of #E2D1BD

#E2D1BD
(226,209,189)
#CEBEAC
(206,190,172)
#BAAB9B
(186,171,155)
#A6988A
(166,152,138)
#928579
(146,133,121)
#7E7268
(126,114,104)
#6A5F57
(106,95,87)
#564C46
(86,76,70)
#423935
(66,57,53)
#2E2624
(46,38,36)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #E2D1BD

#E2D1BD
(226,209,189)
#E4D5C3
(228,213,195)
#E6D9C9
(230,217,201)
#E8DDCF
(232,221,207)
#EAE1D5
(234,225,213)
#ECE5DB
(236,229,219)
#EEE9E1
(238,233,225)
#F0EDE7
(240,237,231)
#F2F1ED
(242,241,237)
#F4F5F3
(244,245,243)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D1BD color. Also use rgb(226,209,189) instead hex code.

Text Font Color

.myTextColor { color: #E2D1BD; }

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

This text font color is #E2D1BD.

Background Color

.myBgColor { background-color: #E2D1BD; }

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

This div background color is #E2D1BD.

Border color

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

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

This div border color is #E2D1BD.

Opacity

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

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

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

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

This text has shadow with #E2D1BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D1BD.

Preview

Color preview on black background

This text has color #E2D1BD on black background.


Color preview on white background

This text has color #E2D1BD on white background.


Black color preview on #E2D1BD background

This text has black color on #E2D1BD background.


White color preview on #E2D1BD background

This text has white color on #E2D1BD background.


Related colors

Complementary color

Complementary color for #hex is #1D2E42.


I love getcolorcode.com

Triadic colors

1 #BDE2D1 and #D1BDE2 with #E2D1BD are triadic colors.

2 #BDD1E2 and #D1E2BD with #E2D1BD are triadic colors.