COLOR #E2D4BB

HEX: #E2D4BB RGB: (226,212,187)

Color info

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

RGB color model

#E2D4BB color RGB value is (226,212,187).

RGB: (226,212,187) (89%, 83%, 73%)

RGB channels and saturation

R 226 of 255 = 89%
G 212 of 255 = 83%
B 187 of 255 = 73%

226
212
187

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

Portions of RGB colors in percentages

R + G + B = 226 + 212 + 187 = 625 (100%)
R 226 of 625 ~ 36.16%
G 212 of 625 ~ 33.92%
B 187 of 625 ~ 29.92'%

%36.16
%33.92
%29.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.19%
  • yellow value is 17.26%
  • 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
%6.19
%17.26
%11.37

Codes

Color #E2D4BB in popluar color models

E2 D4 BB
RGB 226 212 187
HSL 38° 40.21% 80.98%
HSB/HSV 38° 17.26% 88.63%
CMYK 0.00% 6.19% 17.26%
11.37%

Color #E2D4BB in popluar number systems.

HEX E2 D4 BB
Decimal 226 212 187
Binary 11100010 11010100 10111011
Octal 342 324 273

Shades and tints

Shades of #E2D4BB

#E2D4BB
(226,212,187)
#CEC1AA
(206,193,170)
#BAAE99
(186,174,153)
#A69B88
(166,155,136)
#928877
(146,136,119)
#7E7566
(126,117,102)
#6A6255
(106,98,85)
#564F44
(86,79,68)
#423C33
(66,60,51)
#2E2922
(46,41,34)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #E2D4BB

#E2D4BB
(226,212,187)
#E4D7C1
(228,215,193)
#E6DAC7
(230,218,199)
#E8DDCD
(232,221,205)
#EAE0D3
(234,224,211)
#ECE3D9
(236,227,217)
#EEE6DF
(238,230,223)
#F0E9E5
(240,233,229)
#F2ECEB
(242,236,235)
#F4EFF1
(244,239,241)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D4BB color. Also use rgb(226,212,187) instead hex code.

Text Font Color

.myTextColor { color: #E2D4BB; }

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

This text font color is #E2D4BB.

Background Color

.myBgColor { background-color: #E2D4BB; }

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

This div background color is #E2D4BB.

Border color

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

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

This div border color is #E2D4BB.

Opacity

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

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

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

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

This text has shadow with #E2D4BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D4BB.

Preview

Color preview on black background

This text has color #E2D4BB on black background.


Color preview on white background

This text has color #E2D4BB on white background.


Black color preview on #E2D4BB background

This text has black color on #E2D4BB background.


White color preview on #E2D4BB background

This text has white color on #E2D4BB background.


Related colors

Complementary color

Complementary color for #hex is #1D2B44.


I love getcolorcode.com

Triadic colors

1 #BBE2D4 and #D4BBE2 with #E2D4BB are triadic colors.

2 #BBD4E2 and #D4E2BB with #E2D4BB are triadic colors.