COLOR #E3DDC4

HEX: #E3DDC4
RGB: (227,221,196)

Color info

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

RGB color model

#E3DDC4 color RGB value is (227,221,196).

  • red value is 227;
  • green value is 221;
  • blue value is 196.
RGB:
(227,221,196)
(89%,87%,77%)

RGB channels and saturation

R 227 of 255 = 89%
G 221 of 255 = 87%
B 196 of 255 = 77%

227
221
196

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

Portions of RGB colors in percentages

R + G + B =
227 + 221 + 196 = 644 (100%)
R 227 of 644 ~ 35.25%
G 221 of 644 ~ 34.32%
B 196 of 644 ~ 30.43%

%35.25
%34.32
%30.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.64%
  • yellow value is 13.66%
  • key color value is 10.98%
CMYK:
(0,3,14,11)
C0M3Y14K11 
(0%,3%,14%,11%)
(0.00/0.03/0.14/0.11)	

CMYK percentages

%0
%2.64
%13.66
%10.98

Codes

Color #E3DDC4 in popluar color models

E3DDC4
RGB227221196
HSL48°35.63%82.94%
HSB/HSV48°13.66%89.02%
CMYK0.00%2.64%13.66%
10.98%

Color #E3DDC4 in popluar number systems.

HEXE3DDC4
Decimal227221196
Binary111000111101110111000100
Octal343335304

Shades and tints

Shades of #E3DDC4

#E3DDC4
(227,221,196)
#CFC9B3
(207,201,179)
#BBB5A2
(187,181,162)
#A7A191
(167,161,145)
#938D80
(147,141,128)
#7F796F
(127,121,111)
#6B655E
(107,101,94)
#57514D
(87,81,77)
#433D3C
(67,61,60)
#2F292B
(47,41,43)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #E3DDC4

#E3DDC4
(227,221,196)
#E5E0C9
(229,224,201)
#E7E3CE
(231,227,206)
#E9E6D3
(233,230,211)
#EBE9D8
(235,233,216)
#EDECDD
(237,236,221)
#EFEFE2
(239,239,226)
#F1F2E7
(241,242,231)
#F3F5EC
(243,245,236)
#F5F8F1
(245,248,241)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DDC4 color. Also use rgb(227,221,196) instead hex code.

Text Font Color

.myTextColor { color: #E3DDC4; }

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

This text font color is #E3DDC4.


Background Color

.myBgColor { background-color: #E3DDC4; }

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

This div background color is #E3DDC4.


Border color

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

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

This div border color is #E3DDC4.


Opacity

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

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

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

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

This text has shadow with #E3DDC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DDC4 on black background.


Color preview on white background

This text has color #E3DDC4 on white background.



Black color preview on #E3DDC4 background

This text has black color on #E3DDC4 background.


White color preview on #E3DDC4 background

This text has white color on #E3DDC4 background.