COLOR #E2D2CD

HEX: #E2D2CD
RGB: (226,210,205)

Color info

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

RGB color model

#E2D2CD color RGB value is (226,210,205).

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

RGB channels and saturation

R 226 of 255 = 89%
G 210 of 255 = 82%
B 205 of 255 = 80%

226
210
205

R + G + B ~ 84%. #E2D2CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 210 + 205 = 641 (100%)
R 226 of 641 ~ 35.26%
G 210 of 641 ~ 32.76%
B 205 of 641 ~ 31.98%

%35.26
%32.76
%31.98

CMYK color model

#E2D2CD color CMYK value is (0,7,9,11).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 9.29%
  • key color value is 11.37%
CMYK:
(0,7,9,11)
C0M7Y9K11 
(0%,7%,9%,11%)
(0.00/0.07/0.09/0.11)	

CMYK percentages

%0
%7.08
%9.29
%11.37

Codes

Color #E2D2CD in popluar color models

E2D2CD
RGB226210205
HSL14°26.58%84.51%
HSB/HSV14°9.29%88.63%
CMYK0.00%7.08%9.29%
11.37%

Color #E2D2CD in popluar number systems.

HEXE2D2CD
Decimal226210205
Binary111000101101001011001101
Octal342322315

Shades and tints

Shades of #E2D2CD

#E2D2CD
(226,210,205)
#CEBFBB
(206,191,187)
#BAACA9
(186,172,169)
#A69997
(166,153,151)
#928685
(146,134,133)
#7E7373
(126,115,115)
#6A6061
(106,96,97)
#564D4F
(86,77,79)
#423A3D
(66,58,61)
#2E272B
(46,39,43)
#1A1419
(26,20,25)
#000000
(0,0,0)

Tints of #E2D2CD

#E2D2CD
(226,210,205)
#E4D6D1
(228,214,209)
#E6DAD5
(230,218,213)
#E8DED9
(232,222,217)
#EAE2DD
(234,226,221)
#ECE6E1
(236,230,225)
#EEEAE5
(238,234,229)
#F0EEE9
(240,238,233)
#F2F2ED
(242,242,237)
#F4F6F1
(244,246,241)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D2CD; }

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

This text font color is #E2D2CD.


Background Color

.myBgColor { background-color: #E2D2CD; }

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

This div background color is #E2D2CD.


Border color

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

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

This div border color is #E2D2CD.


Opacity

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

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

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

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

This text has shadow with #E2D2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D2CD on black background.


Color preview on white background

This text has color #E2D2CD on white background.



Black color preview on #E2D2CD background

This text has black color on #E2D2CD background.


White color preview on #E2D2CD background

This text has white color on #E2D2CD background.