COLOR #E2D9CC

HEX: #E2D9CC RGB: (226,217,204)

Color info

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

RGB color model

#E2D9CC color RGB value is (226,217,204).

RGB: (226,217,204) (89%, 85%, 80%)

RGB channels and saturation

R 226 of 255 = 89%
G 217 of 255 = 85%
B 204 of 255 = 80%

226
217
204

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

Portions of RGB colors in percentages

R + G + B = 226 + 217 + 204 = 647 (100%)
R 226 of 647 ~ 34.93%
G 217 of 647 ~ 33.54%
B 204 of 647 ~ 31.53'%

%34.93
%33.54
%31.53

CMYK color model

#E2D9CC color CMYK value is (0,4,10,11).

  • cyan value is 0.00%
  • magenta value is 3.98%
  • yellow value is 9.73%
  • key color value is 11.37%

CMYK: (0,4,10,11)
C0M4Y10K11 (0%, 4%, 10%, 11%)
(0.00 / 0.04 / 0.10 / 0.11)

CMYK percentages

%0
%3.98
%9.73
%11.37

Codes

Color #E2D9CC in popluar color models

E2 D9 CC
RGB 226 217 204
HSL 35° 27.50% 84.31%
HSB/HSV 35° 9.73% 88.63%
CMYK 0.00% 3.98% 9.73%
11.37%

Color #E2D9CC in popluar number systems.

HEX E2 D9 CC
Decimal 226 217 204
Binary 11100010 11011001 11001100
Octal 342 331 314

Shades and tints

Shades of #E2D9CC

#E2D9CC
(226,217,204)
#CEC6BA
(206,198,186)
#BAB3A8
(186,179,168)
#A6A096
(166,160,150)
#928D84
(146,141,132)
#7E7A72
(126,122,114)
#6A6760
(106,103,96)
#56544E
(86,84,78)
#42413C
(66,65,60)
#2E2E2A
(46,46,42)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #E2D9CC

#E2D9CC
(226,217,204)
#E4DCD0
(228,220,208)
#E6DFD4
(230,223,212)
#E8E2D8
(232,226,216)
#EAE5DC
(234,229,220)
#ECE8E0
(236,232,224)
#EEEBE4
(238,235,228)
#F0EEE8
(240,238,232)
#F2F1EC
(242,241,236)
#F4F4F0
(244,244,240)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D9CC; }

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

This text font color is #E2D9CC.

Background Color

.myBgColor { background-color: #E2D9CC; }

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

This div background color is #E2D9CC.

Border color

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

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

This div border color is #E2D9CC.

Opacity

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

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

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

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

This text has shadow with #E2D9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D9CC.

Preview

Color preview on black background

This text has color #E2D9CC on black background.


Color preview on white background

This text has color #E2D9CC on white background.


Black color preview on #E2D9CC background

This text has black color on #E2D9CC background.


White color preview on #E2D9CC background

This text has white color on #E2D9CC background.


Related colors

Complementary color

Complementary color for #hex is #1D2633.


I love getcolorcode.com

Triadic colors

1 #CCE2D9 and #D9CCE2 with #E2D9CC are triadic colors.

2 #CCD9E2 and #D9E2CC with #E2D9CC are triadic colors.