COLOR #E2D7CC

HEX: #E2D7CC
RGB: (226,215,204)

Color info

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

RGB color model

#E2D7CC color RGB value is (226,215,204).

  • red value is 226;
  • green value is 215;
  • blue value is 204.
RGB:
(226,215,204)
(89%,84%,80%)

RGB channels and saturation

R 226 of 255 = 89%
G 215 of 255 = 84%
B 204 of 255 = 80%

226
215
204

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

Portions of RGB colors in percentages

R + G + B =
226 + 215 + 204 = 645 (100%)
R 226 of 645 ~ 35.04%
G 215 of 645 ~ 33.33%
B 204 of 645 ~ 31.63%

%35.04
%33.33
%31.63

CMYK color model

#E2D7CC color CMYK value is (0,5,10,11).

  • cyan value is 0.00%
  • magenta value is 4.87%
  • yellow value is 9.73%
  • key color value is 11.37%
CMYK:
(0,5,10,11)
C0M5Y10K11 
(0%,5%,10%,11%)
(0.00/0.05/0.10/0.11)	

CMYK percentages

%0
%4.87
%9.73
%11.37

Codes

Color #E2D7CC in popluar color models

E2D7CC
RGB226215204
HSL30°27.50%84.31%
HSB/HSV30°9.73%88.63%
CMYK0.00%4.87%9.73%
11.37%

Color #E2D7CC in popluar number systems.

HEXE2D7CC
Decimal226215204
Binary111000101101011111001100
Octal342327314

Shades and tints

Shades of #E2D7CC

#E2D7CC
(226,215,204)
#CEC4BA
(206,196,186)
#BAB1A8
(186,177,168)
#A69E96
(166,158,150)
#928B84
(146,139,132)
#7E7872
(126,120,114)
#6A6560
(106,101,96)
#56524E
(86,82,78)
#423F3C
(66,63,60)
#2E2C2A
(46,44,42)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #E2D7CC

#E2D7CC
(226,215,204)
#E4DAD0
(228,218,208)
#E6DDD4
(230,221,212)
#E8E0D8
(232,224,216)
#EAE3DC
(234,227,220)
#ECE6E0
(236,230,224)
#EEE9E4
(238,233,228)
#F0ECE8
(240,236,232)
#F2EFEC
(242,239,236)
#F4F2F0
(244,242,240)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D7CC color. Also use rgb(226,215,204) instead hex code.

Text Font Color

.myTextColor { color: #E2D7CC; }

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

This text font color is #E2D7CC.


Background Color

.myBgColor { background-color: #E2D7CC; }

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

This div background color is #E2D7CC.


Border color

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

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

This div border color is #E2D7CC.


Opacity

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

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

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

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

This text has shadow with #E2D7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D7CC on black background.


Color preview on white background

This text has color #E2D7CC on white background.



Black color preview on #E2D7CC background

This text has black color on #E2D7CC background.


White color preview on #E2D7CC background

This text has white color on #E2D7CC background.