COLOR #E2D2B5

HEX: #E2D2B5 RGB: (226,210,181)

Color info

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

RGB color model

#E2D2B5 color RGB value is (226,210,181).

RGB: (226,210,181) (89%, 82%, 71%)

RGB channels and saturation

R 226 of 255 = 89%
G 210 of 255 = 82%
B 181 of 255 = 71%

226
210
181

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

Portions of RGB colors in percentages

R + G + B = 226 + 210 + 181 = 617 (100%)
R 226 of 617 ~ 36.63%
G 210 of 617 ~ 34.04%
B 181 of 617 ~ 29.34'%

%36.63
%34.04
%29.34

CMYK color model

#E2D2B5 color CMYK value is (0,7,20,11).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 19.91%
  • key color value is 11.37%
CMYK: (0,7,20,11) C0M7Y20K11 (0%,7%,20%,11%) (0.00/0.07/0.20/0.11) 

CMYK percentages

%0
%7.08
%19.91
%11.37

Codes

Color #E2D2B5 in popluar color models

E2 D2 B5
RGB 226 210 181
HSL 39° 43.69% 79.80%
HSB/HSV 39° 19.91% 88.63%
CMYK 0.00% 7.08% 19.91%
11.37%

Color #E2D2B5 in popluar number systems.

HEX E2 D2 B5
Decimal 226 210 181
Binary 11100010 11010010 10110101
Octal 342 322 265

Shades and tints

Shades of #E2D2B5

#E2D2B5
(226,210,181)
#CEBFA5
(206,191,165)
#BAAC95
(186,172,149)
#A69985
(166,153,133)
#928675
(146,134,117)
#7E7365
(126,115,101)
#6A6055
(106,96,85)
#564D45
(86,77,69)
#423A35
(66,58,53)
#2E2725
(46,39,37)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #E2D2B5

#E2D2B5
(226,210,181)
#E4D6BB
(228,214,187)
#E6DAC1
(230,218,193)
#E8DEC7
(232,222,199)
#EAE2CD
(234,226,205)
#ECE6D3
(236,230,211)
#EEEAD9
(238,234,217)
#F0EEDF
(240,238,223)
#F2F2E5
(242,242,229)
#F4F6EB
(244,246,235)
#F6FAF1
(246,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D2B5; }

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

This text font color is #E2D2B5.

Background Color

.myBgColor { background-color: #E2D2B5; }

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

This div background color is #E2D2B5.

Border color

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

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

This div border color is #E2D2B5.

Opacity

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

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

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

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

This text has shadow with #E2D2B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D2B5.

Preview

Color preview on black background

This text has color #E2D2B5 on black background.


Color preview on white background

This text has color #E2D2B5 on white background.


Black color preview on #E2D2B5 background

This text has black color on #E2D2B5 background.


White color preview on #E2D2B5 background

This text has white color on #E2D2B5 background.


Related colors

Complementary color

Complementary color for #hex is #1D2D4A.


I love getcolorcode.com

Triadic colors

1 #B5E2D2 and #D2B5E2 with #E2D2B5 are triadic colors.

2 #B5D2E2 and #D2E2B5 with #E2D2B5 are triadic colors.