COLOR #E2D2CC

HEX: #E2D2CC RGB: (226,210,204)

Color info

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

RGB color model

#E2D2CC color RGB value is (226,210,204).

RGB: (226,210,204) (89%, 82%, 80%)

RGB channels and saturation

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

226
210
204

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

Portions of RGB colors in percentages

R + G + B = 226 + 210 + 204 = 640 (100%)
R 226 of 640 ~ 35.31%
G 210 of 640 ~ 32.81%
B 204 of 640 ~ 31.88'%

%35.31
%32.81
%31.88

CMYK color model

#E2D2CC color CMYK value is (0,7,10,11).

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

CMYK: (0,7,10,11)
C0M7Y10K11 (0%, 7%, 10%, 11%)
(0.00 / 0.07 / 0.10 / 0.11)

CMYK percentages

%0
%7.08
%9.73
%11.37

Codes

Color #E2D2CC in popluar color models

E2 D2 CC
RGB 226 210 204
HSL 16° 27.50% 84.31%
HSB/HSV 16° 9.73% 88.63%
CMYK 0.00% 7.08% 9.73%
11.37%

Color #E2D2CC in popluar number systems.

HEX E2 D2 CC
Decimal 226 210 204
Binary 11100010 11010010 11001100
Octal 342 322 314

Shades and tints

Shades of #E2D2CC

#E2D2CC
(226,210,204)
#CEBFBA
(206,191,186)
#BAACA8
(186,172,168)
#A69996
(166,153,150)
#928684
(146,134,132)
#7E7372
(126,115,114)
#6A6060
(106,96,96)
#564D4E
(86,77,78)
#423A3C
(66,58,60)
#2E272A
(46,39,42)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #E2D2CC

#E2D2CC
(226,210,204)
#E4D6D0
(228,214,208)
#E6DAD4
(230,218,212)
#E8DED8
(232,222,216)
#EAE2DC
(234,226,220)
#ECE6E0
(236,230,224)
#EEEAE4
(238,234,228)
#F0EEE8
(240,238,232)
#F2F2EC
(242,242,236)
#F4F6F0
(244,246,240)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D2CC; }

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

This text font color is #E2D2CC.

Background Color

.myBgColor { background-color: #E2D2CC; }

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

This div background color is #E2D2CC.

Border color

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

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

This div border color is #E2D2CC.

Opacity

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

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

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

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

This text has shadow with #E2D2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D2CC.

Preview

Color preview on black background

This text has color #E2D2CC on black background.


Color preview on white background

This text has color #E2D2CC on white background.


Black color preview on #E2D2CC background

This text has black color on #E2D2CC background.


White color preview on #E2D2CC background

This text has white color on #E2D2CC background.


Related colors

Complementary color

Complementary color for #hex is #1D2D33.


I love getcolorcode.com

Triadic colors

1 #CCE2D2 and #D2CCE2 with #E2D2CC are triadic colors.

2 #CCD2E2 and #D2E2CC with #E2D2CC are triadic colors.