COLOR #E2DDBB

HEX: #E2DDBB
RGB: (226,221,187)

Color info

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

RGB color model

#E2DDBB color RGB value is (226,221,187).

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

RGB channels and saturation

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

226
221
187

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

Portions of RGB colors in percentages

R + G + B =
226 + 221 + 187 = 634 (100%)
R 226 of 634 ~ 35.65%
G 221 of 634 ~ 34.86%
B 187 of 634 ~ 29.5%

%35.65
%34.86
%29.5

CMYK color model

#E2DDBB color CMYK value is (0,2,17,11).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 17.26%
  • key color value is 11.37%
CMYK:
(0,2,17,11)
C0M2Y17K11 
(0%,2%,17%,11%)
(0.00/0.02/0.17/0.11)	

CMYK percentages

%0
%2.21
%17.26
%11.37

Codes

Color #E2DDBB in popluar color models

E2DDBB
RGB226221187
HSL52°40.21%80.98%
HSB/HSV52°17.26%88.63%
CMYK0.00%2.21%17.26%
11.37%

Color #E2DDBB in popluar number systems.

HEXE2DDBB
Decimal226221187
Binary111000101101110110111011
Octal342335273

Shades and tints

Shades of #E2DDBB

#E2DDBB
(226,221,187)
#CEC9AA
(206,201,170)
#BAB599
(186,181,153)
#A6A188
(166,161,136)
#928D77
(146,141,119)
#7E7966
(126,121,102)
#6A6555
(106,101,85)
#565144
(86,81,68)
#423D33
(66,61,51)
#2E2922
(46,41,34)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #E2DDBB

#E2DDBB
(226,221,187)
#E4E0C1
(228,224,193)
#E6E3C7
(230,227,199)
#E8E6CD
(232,230,205)
#EAE9D3
(234,233,211)
#ECECD9
(236,236,217)
#EEEFDF
(238,239,223)
#F0F2E5
(240,242,229)
#F2F5EB
(242,245,235)
#F4F8F1
(244,248,241)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DDBB; }

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

This text font color is #E2DDBB.


Background Color

.myBgColor { background-color: #E2DDBB; }

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

This div background color is #E2DDBB.


Border color

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

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

This div border color is #E2DDBB.


Opacity

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

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

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

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

This text has shadow with #E2DDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DDBB on black background.


Color preview on white background

This text has color #E2DDBB on white background.



Black color preview on #E2DDBB background

This text has black color on #E2DDBB background.


White color preview on #E2DDBB background

This text has white color on #E2DDBB background.