COLOR #E2DDBA

HEX: #E2DDBA
RGB: (226,221,186)

Color info

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

RGB color model

#E2DDBA color RGB value is (226,221,186).

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

RGB channels and saturation

R 226 of 255 = 89%
G 221 of 255 = 87%
B 186 of 255 = 73%

226
221
186

R + G + B ~ 83%. #E2DDBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 221 + 186 = 633 (100%)
R 226 of 633 ~ 35.7%
G 221 of 633 ~ 34.91%
B 186 of 633 ~ 29.38%

%35.7
%34.91
%29.38

CMYK color model

#E2DDBA color CMYK value is (0,2,18,11).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 17.70%
  • key color value is 11.37%
CMYK:
(0,2,18,11)
C0M2Y18K11 
(0%,2%,18%,11%)
(0.00/0.02/0.18/0.11)	

CMYK percentages

%0
%2.21
%17.7
%11.37

Codes

Color #E2DDBA in popluar color models

E2DDBA
RGB226221186
HSL53°40.82%80.78%
HSB/HSV53°17.70%88.63%
CMYK0.00%2.21%17.70%
11.37%

Color #E2DDBA in popluar number systems.

HEXE2DDBA
Decimal226221186
Binary111000101101110110111010
Octal342335272

Shades and tints

Shades of #E2DDBA

#E2DDBA
(226,221,186)
#CEC9AA
(206,201,170)
#BAB59A
(186,181,154)
#A6A18A
(166,161,138)
#928D7A
(146,141,122)
#7E796A
(126,121,106)
#6A655A
(106,101,90)
#56514A
(86,81,74)
#423D3A
(66,61,58)
#2E292A
(46,41,42)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #E2DDBA

#E2DDBA
(226,221,186)
#E4E0C0
(228,224,192)
#E6E3C6
(230,227,198)
#E8E6CC
(232,230,204)
#EAE9D2
(234,233,210)
#ECECD8
(236,236,216)
#EEEFDE
(238,239,222)
#F0F2E4
(240,242,228)
#F2F5EA
(242,245,234)
#F4F8F0
(244,248,240)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DDBA; }

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

This text font color is #E2DDBA.


Background Color

.myBgColor { background-color: #E2DDBA; }

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

This div background color is #E2DDBA.


Border color

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

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

This div border color is #E2DDBA.


Opacity

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

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

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

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

This text has shadow with #E2DDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DDBA on black background.


Color preview on white background

This text has color #E2DDBA on white background.



Black color preview on #E2DDBA background

This text has black color on #E2DDBA background.


White color preview on #E2DDBA background

This text has white color on #E2DDBA background.