COLOR #E2D8D2

HEX: #E2D8D2
RGB: (226,216,210)

Color info

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

RGB color model

#E2D8D2 color RGB value is (226,216,210).

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

RGB channels and saturation

R 226 of 255 = 89%
G 216 of 255 = 85%
B 210 of 255 = 82%

226
216
210

R + G + B ~ 85%. #E2D8D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 216 + 210 = 652 (100%)
R 226 of 652 ~ 34.66%
G 216 of 652 ~ 33.13%
B 210 of 652 ~ 32.21%

%34.66
%33.13
%32.21

CMYK color model

#E2D8D2 color CMYK value is (0,4,7,11).

  • cyan value is 0.00%
  • magenta value is 4.42%
  • yellow value is 7.08%
  • key color value is 11.37%
CMYK:
(0,4,7,11)
C0M4Y7K11 
(0%,4%,7%,11%)
(0.00/0.04/0.07/0.11)	

CMYK percentages

%0
%4.42
%7.08
%11.37

Codes

Color #E2D8D2 in popluar color models

E2D8D2
RGB226216210
HSL23°21.62%85.49%
HSB/HSV23°7.08%88.63%
CMYK0.00%4.42%7.08%
11.37%

Color #E2D8D2 in popluar number systems.

HEXE2D8D2
Decimal226216210
Binary111000101101100011010010
Octal342330322

Shades and tints

Shades of #E2D8D2

#E2D8D2
(226,216,210)
#CEC5BF
(206,197,191)
#BAB2AC
(186,178,172)
#A69F99
(166,159,153)
#928C86
(146,140,134)
#7E7973
(126,121,115)
#6A6660
(106,102,96)
#56534D
(86,83,77)
#42403A
(66,64,58)
#2E2D27
(46,45,39)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #E2D8D2

#E2D8D2
(226,216,210)
#E4DBD6
(228,219,214)
#E6DEDA
(230,222,218)
#E8E1DE
(232,225,222)
#EAE4E2
(234,228,226)
#ECE7E6
(236,231,230)
#EEEAEA
(238,234,234)
#F0EDEE
(240,237,238)
#F2F0F2
(242,240,242)
#F4F3F6
(244,243,246)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D8D2; }

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

This text font color is #E2D8D2.


Background Color

.myBgColor { background-color: #E2D8D2; }

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

This div background color is #E2D8D2.


Border color

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

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

This div border color is #E2D8D2.


Opacity

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

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

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

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

This text has shadow with #E2D8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D8D2 on black background.


Color preview on white background

This text has color #E2D8D2 on white background.



Black color preview on #E2D8D2 background

This text has black color on #E2D8D2 background.


White color preview on #E2D8D2 background

This text has white color on #E2D8D2 background.