COLOR #E2D2BA

HEX: #E2D2BA
RGB: (226,210,186)

Color info

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

RGB color model

#E2D2BA color RGB value is (226,210,186).

  • red value is 226;
  • green value is 210;
  • blue value is 186.
RGB:
(226,210,186)
(89%,82%,73%)

RGB channels and saturation

R 226 of 255 = 89%
G 210 of 255 = 82%
B 186 of 255 = 73%

226
210
186

R + G + B ~ 81%. #E2D2BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 210 + 186 = 622 (100%)
R 226 of 622 ~ 36.33%
G 210 of 622 ~ 33.76%
B 186 of 622 ~ 29.9%

%36.33
%33.76
%29.9

CMYK color model

#E2D2BA color CMYK value is (0,7,18,11).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 17.70%
  • key color value is 11.37%
CMYK:
(0,7,18,11)
C0M7Y18K11 
(0%,7%,18%,11%)
(0.00/0.07/0.18/0.11)	

CMYK percentages

%0
%7.08
%17.7
%11.37

Codes

Color #E2D2BA in popluar color models

E2D2BA
RGB226210186
HSL36°40.82%80.78%
HSB/HSV36°17.70%88.63%
CMYK0.00%7.08%17.70%
11.37%

Color #E2D2BA in popluar number systems.

HEXE2D2BA
Decimal226210186
Binary111000101101001010111010
Octal342322272

Shades and tints

Shades of #E2D2BA

#E2D2BA
(226,210,186)
#CEBFAA
(206,191,170)
#BAAC9A
(186,172,154)
#A6998A
(166,153,138)
#92867A
(146,134,122)
#7E736A
(126,115,106)
#6A605A
(106,96,90)
#564D4A
(86,77,74)
#423A3A
(66,58,58)
#2E272A
(46,39,42)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #E2D2BA

#E2D2BA
(226,210,186)
#E4D6C0
(228,214,192)
#E6DAC6
(230,218,198)
#E8DECC
(232,222,204)
#EAE2D2
(234,226,210)
#ECE6D8
(236,230,216)
#EEEADE
(238,234,222)
#F0EEE4
(240,238,228)
#F2F2EA
(242,242,234)
#F4F6F0
(244,246,240)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D2BA color. Also use rgb(226,210,186) instead hex code.

Text Font Color

.myTextColor { color: #E2D2BA; }

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

This text font color is #E2D2BA.


Background Color

.myBgColor { background-color: #E2D2BA; }

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

This div background color is #E2D2BA.


Border color

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

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

This div border color is #E2D2BA.


Opacity

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

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

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

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

This text has shadow with #E2D2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D2BA on black background.


Color preview on white background

This text has color #E2D2BA on white background.



Black color preview on #E2D2BA background

This text has black color on #E2D2BA background.


White color preview on #E2D2BA background

This text has white color on #E2D2BA background.