COLOR #E2DCC4

HEX: #E2DCC4
RGB: (226,220,196)

Color info

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

RGB color model

#E2DCC4 color RGB value is (226,220,196).

  • red value is 226;
  • green value is 220;
  • blue value is 196.
RGB:
(226,220,196)
(89%,86%,77%)

RGB channels and saturation

R 226 of 255 = 89%
G 220 of 255 = 86%
B 196 of 255 = 77%

226
220
196

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

Portions of RGB colors in percentages

R + G + B =
226 + 220 + 196 = 642 (100%)
R 226 of 642 ~ 35.2%
G 220 of 642 ~ 34.27%
B 196 of 642 ~ 30.53%

%35.2
%34.27
%30.53

CMYK color model

#E2DCC4 color CMYK value is (0,3,13,11).

  • cyan value is 0.00%
  • magenta value is 2.65%
  • yellow value is 13.27%
  • key color value is 11.37%
CMYK:
(0,3,13,11)
C0M3Y13K11 
(0%,3%,13%,11%)
(0.00/0.03/0.13/0.11)	

CMYK percentages

%0
%2.65
%13.27
%11.37

Codes

Color #E2DCC4 in popluar color models

E2DCC4
RGB226220196
HSL48°34.09%82.75%
HSB/HSV48°13.27%88.63%
CMYK0.00%2.65%13.27%
11.37%

Color #E2DCC4 in popluar number systems.

HEXE2DCC4
Decimal226220196
Binary111000101101110011000100
Octal342334304

Shades and tints

Shades of #E2DCC4

#E2DCC4
(226,220,196)
#CEC8B3
(206,200,179)
#BAB4A2
(186,180,162)
#A6A091
(166,160,145)
#928C80
(146,140,128)
#7E786F
(126,120,111)
#6A645E
(106,100,94)
#56504D
(86,80,77)
#423C3C
(66,60,60)
#2E282B
(46,40,43)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #E2DCC4

#E2DCC4
(226,220,196)
#E4DFC9
(228,223,201)
#E6E2CE
(230,226,206)
#E8E5D3
(232,229,211)
#EAE8D8
(234,232,216)
#ECEBDD
(236,235,221)
#EEEEE2
(238,238,226)
#F0F1E7
(240,241,231)
#F2F4EC
(242,244,236)
#F4F7F1
(244,247,241)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DCC4; }

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

This text font color is #E2DCC4.


Background Color

.myBgColor { background-color: #E2DCC4; }

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

This div background color is #E2DCC4.


Border color

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

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

This div border color is #E2DCC4.


Opacity

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

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

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

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

This text has shadow with #E2DCC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DCC4 on black background.


Color preview on white background

This text has color #E2DCC4 on white background.



Black color preview on #E2DCC4 background

This text has black color on #E2DCC4 background.


White color preview on #E2DCC4 background

This text has white color on #E2DCC4 background.