COLOR #E2DBDA

HEX: #E2DBDA
RGB: (226,219,218)

Color info

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

RGB color model

#E2DBDA color RGB value is (226,219,218).

  • red value is 226;
  • green value is 219;
  • blue value is 218.
RGB:
(226,219,218)
(89%,86%,85%)

RGB channels and saturation

R 226 of 255 = 89%
G 219 of 255 = 86%
B 218 of 255 = 85%

226
219
218

R + G + B ~ 87%. #E2DBDA is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 219 + 218 = 663 (100%)
R 226 of 663 ~ 34.09%
G 219 of 663 ~ 33.03%
B 218 of 663 ~ 32.88%

%34.09
%33.03
%32.88

CMYK color model

#E2DBDA color CMYK value is (0,3,4,11).

  • cyan value is 0.00%
  • magenta value is 3.10%
  • yellow value is 3.54%
  • key color value is 11.37%
CMYK:
(0,3,4,11)
C0M3Y4K11 
(0%,3%,4%,11%)
(0.00/0.03/0.04/0.11)	

CMYK percentages

%0
%3.1
%3.54
%11.37

Codes

Color #E2DBDA in popluar color models

E2DBDA
RGB226219218
HSL12.12%87.06%
HSB/HSV3.54%88.63%
CMYK0.00%3.10%3.54%
11.37%

Color #E2DBDA in popluar number systems.

HEXE2DBDA
Decimal226219218
Binary111000101101101111011010
Octal342333332

Shades and tints

Shades of #E2DBDA

#E2DBDA
(226,219,218)
#CEC8C7
(206,200,199)
#BAB5B4
(186,181,180)
#A6A2A1
(166,162,161)
#928F8E
(146,143,142)
#7E7C7B
(126,124,123)
#6A6968
(106,105,104)
#565655
(86,86,85)
#424342
(66,67,66)
#2E302F
(46,48,47)
#1A1D1C
(26,29,28)
#000000
(0,0,0)

Tints of #E2DBDA

#E2DBDA
(226,219,218)
#E4DEDD
(228,222,221)
#E6E1E0
(230,225,224)
#E8E4E3
(232,228,227)
#EAE7E6
(234,231,230)
#ECEAE9
(236,234,233)
#EEEDEC
(238,237,236)
#F0F0EF
(240,240,239)
#F2F3F2
(242,243,242)
#F4F6F5
(244,246,245)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DBDA color. Also use rgb(226,219,218) instead hex code.

Text Font Color

.myTextColor { color: #E2DBDA; }

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

This text font color is #E2DBDA.


Background Color

.myBgColor { background-color: #E2DBDA; }

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

This div background color is #E2DBDA.


Border color

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

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

This div border color is #E2DBDA.


Opacity

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

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

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

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

This text has shadow with #E2DBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DBDA on black background.


Color preview on white background

This text has color #E2DBDA on white background.



Black color preview on #E2DBDA background

This text has black color on #E2DBDA background.


White color preview on #E2DBDA background

This text has white color on #E2DBDA background.