COLOR #E3DDC7

HEX: #E3DDC7
RGB: (227,221,199)

Color info

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

RGB color model

#E3DDC7 color RGB value is (227,221,199).

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

RGB channels and saturation

R 227 of 255 = 89%
G 221 of 255 = 87%
B 199 of 255 = 78%

227
221
199

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

Portions of RGB colors in percentages

R + G + B =
227 + 221 + 199 = 647 (100%)
R 227 of 647 ~ 35.09%
G 221 of 647 ~ 34.16%
B 199 of 647 ~ 30.76%

%35.09
%34.16
%30.76

CMYK color model

#E3DDC7 color CMYK value is (0,3,12,11).

  • cyan value is 0.00%
  • magenta value is 2.64%
  • yellow value is 12.33%
  • key color value is 10.98%
CMYK:
(0,3,12,11)
C0M3Y12K11 
(0%,3%,12%,11%)
(0.00/0.03/0.12/0.11)	

CMYK percentages

%0
%2.64
%12.33
%10.98

Codes

Color #E3DDC7 in popluar color models

E3DDC7
RGB227221199
HSL47°33.33%83.53%
HSB/HSV47°12.33%89.02%
CMYK0.00%2.64%12.33%
10.98%

Color #E3DDC7 in popluar number systems.

HEXE3DDC7
Decimal227221199
Binary111000111101110111000111
Octal343335307

Shades and tints

Shades of #E3DDC7

#E3DDC7
(227,221,199)
#CFC9B5
(207,201,181)
#BBB5A3
(187,181,163)
#A7A191
(167,161,145)
#938D7F
(147,141,127)
#7F796D
(127,121,109)
#6B655B
(107,101,91)
#575149
(87,81,73)
#433D37
(67,61,55)
#2F2925
(47,41,37)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #E3DDC7

#E3DDC7
(227,221,199)
#E5E0CC
(229,224,204)
#E7E3D1
(231,227,209)
#E9E6D6
(233,230,214)
#EBE9DB
(235,233,219)
#EDECE0
(237,236,224)
#EFEFE5
(239,239,229)
#F1F2EA
(241,242,234)
#F3F5EF
(243,245,239)
#F5F8F4
(245,248,244)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DDC7; }

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

This text font color is #E3DDC7.


Background Color

.myBgColor { background-color: #E3DDC7; }

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

This div background color is #E3DDC7.


Border color

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

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

This div border color is #E3DDC7.


Opacity

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

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

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

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

This text has shadow with #E3DDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DDC7 on black background.


Color preview on white background

This text has color #E3DDC7 on white background.



Black color preview on #E3DDC7 background

This text has black color on #E3DDC7 background.


White color preview on #E3DDC7 background

This text has white color on #E3DDC7 background.