COLOR #E3DDCE

HEX: #E3DDCE
RGB: (227,221,206)

Color info

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

RGB color model

#E3DDCE color RGB value is (227,221,206).

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

RGB channels and saturation

R 227 of 255 = 89%
G 221 of 255 = 87%
B 206 of 255 = 81%

227
221
206

R + G + B ~ 86%. #E3DDCE is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 221 + 206 = 654 (100%)
R 227 of 654 ~ 34.71%
G 221 of 654 ~ 33.79%
B 206 of 654 ~ 31.5%

%34.71
%33.79
%31.5

CMYK color model

#E3DDCE color CMYK value is (0,3,9,11).

  • cyan value is 0.00%
  • magenta value is 2.64%
  • yellow value is 9.25%
  • key color value is 10.98%
CMYK:
(0,3,9,11)
C0M3Y9K11 
(0%,3%,9%,11%)
(0.00/0.03/0.09/0.11)	

CMYK percentages

%0
%2.64
%9.25
%10.98

Codes

Color #E3DDCE in popluar color models

E3DDCE
RGB227221206
HSL43°27.27%84.90%
HSB/HSV43°9.25%89.02%
CMYK0.00%2.64%9.25%
10.98%

Color #E3DDCE in popluar number systems.

HEXE3DDCE
Decimal227221206
Binary111000111101110111001110
Octal343335316

Shades and tints

Shades of #E3DDCE

#E3DDCE
(227,221,206)
#CFC9BC
(207,201,188)
#BBB5AA
(187,181,170)
#A7A198
(167,161,152)
#938D86
(147,141,134)
#7F7974
(127,121,116)
#6B6562
(107,101,98)
#575150
(87,81,80)
#433D3E
(67,61,62)
#2F292C
(47,41,44)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #E3DDCE

#E3DDCE
(227,221,206)
#E5E0D2
(229,224,210)
#E7E3D6
(231,227,214)
#E9E6DA
(233,230,218)
#EBE9DE
(235,233,222)
#EDECE2
(237,236,226)
#EFEFE6
(239,239,230)
#F1F2EA
(241,242,234)
#F3F5EE
(243,245,238)
#F5F8F2
(245,248,242)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DDCE; }

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

This text font color is #E3DDCE.


Background Color

.myBgColor { background-color: #E3DDCE; }

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

This div background color is #E3DDCE.


Border color

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

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

This div border color is #E3DDCE.


Opacity

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

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

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

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

This text has shadow with #E3DDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DDCE on black background.


Color preview on white background

This text has color #E3DDCE on white background.



Black color preview on #E3DDCE background

This text has black color on #E3DDCE background.


White color preview on #E3DDCE background

This text has white color on #E3DDCE background.