COLOR #E2DCC2

HEX: #E2DCC2 RGB: (226,220,194)

Color info

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

RGB color model

#E2DCC2 color RGB value is (226,220,194).

RGB: (226,220,194) (89%, 86%, 76%)

RGB channels and saturation

R 226 of 255 = 89%
G 220 of 255 = 86%
B 194 of 255 = 76%

226
220
194

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

Portions of RGB colors in percentages

R + G + B = 226 + 220 + 194 = 640 (100%)
R 226 of 640 ~ 35.31%
G 220 of 640 ~ 34.38%
B 194 of 640 ~ 30.31'%

%35.31
%34.38
%30.31

CMYK color model

#E2DCC2 color CMYK value is (0,3,14,11).

  • cyan value is 0.00%
  • magenta value is 2.65%
  • yellow value is 14.16%
  • key color value is 11.37%

CMYK: (0,3,14,11)
C0M3Y14K11 (0%, 3%, 14%, 11%)
(0.00 / 0.03 / 0.14 / 0.11)

CMYK percentages

%0
%2.65
%14.16
%11.37

Codes

Color #E2DCC2 in popluar color models

E2 DC C2
RGB 226 220 194
HSL 49° 35.56% 82.35%
HSB/HSV 49° 14.16% 88.63%
CMYK 0.00% 2.65% 14.16%
11.37%

Color #E2DCC2 in popluar number systems.

HEX E2 DC C2
Decimal 226 220 194
Binary 11100010 11011100 11000010
Octal 342 334 302

Shades and tints

Shades of #E2DCC2

#E2DCC2
(226,220,194)
#CEC8B1
(206,200,177)
#BAB4A0
(186,180,160)
#A6A08F
(166,160,143)
#928C7E
(146,140,126)
#7E786D
(126,120,109)
#6A645C
(106,100,92)
#56504B
(86,80,75)
#423C3A
(66,60,58)
#2E2829
(46,40,41)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #E2DCC2

#E2DCC2
(226,220,194)
#E4DFC7
(228,223,199)
#E6E2CC
(230,226,204)
#E8E5D1
(232,229,209)
#EAE8D6
(234,232,214)
#ECEBDB
(236,235,219)
#EEEEE0
(238,238,224)
#F0F1E5
(240,241,229)
#F2F4EA
(242,244,234)
#F4F7EF
(244,247,239)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DCC2 color. Also use rgb(226,220,194) instead hex code.

Text Font Color

.myTextColor { color: #E2DCC2; }

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

This text font color is #E2DCC2.

Background Color

.myBgColor { background-color: #E2DCC2; }

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

This div background color is #E2DCC2.

Border color

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

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

This div border color is #E2DCC2.

Opacity

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

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

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

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

This text has shadow with #E2DCC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DCC2.

Preview

Color preview on black background

This text has color #E2DCC2 on black background.


Color preview on white background

This text has color #E2DCC2 on white background.


Black color preview on #E2DCC2 background

This text has black color on #E2DCC2 background.


White color preview on #E2DCC2 background

This text has white color on #E2DCC2 background.


Related colors

Complementary color

Complementary color for #hex is #1D233D.


I love getcolorcode.com

Triadic colors

1 #C2E2DC and #DCC2E2 with #E2DCC2 are triadic colors.

2 #C2DCE2 and #DCE2C2 with #E2DCC2 are triadic colors.