COLOR #E3DCCE

HEX: #E3DCCE
RGB: (227,220,206)

Color info

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

RGB color model

#E3DCCE color RGB value is (227,220,206).

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

RGB channels and saturation

R 227 of 255 = 89%
G 220 of 255 = 86%
B 206 of 255 = 81%

227
220
206

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

Portions of RGB colors in percentages

R + G + B =
227 + 220 + 206 = 653 (100%)
R 227 of 653 ~ 34.76%
G 220 of 653 ~ 33.69%
B 206 of 653 ~ 31.55%

%34.76
%33.69
%31.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.08%
  • 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
%3.08
%9.25
%10.98

Codes

Color #E3DCCE in popluar color models

E3DCCE
RGB227220206
HSL40°27.27%84.90%
HSB/HSV40°9.25%89.02%
CMYK0.00%3.08%9.25%
10.98%

Color #E3DCCE in popluar number systems.

HEXE3DCCE
Decimal227220206
Binary111000111101110011001110
Octal343334316

Shades and tints

Shades of #E3DCCE

#E3DCCE
(227,220,206)
#CFC8BC
(207,200,188)
#BBB4AA
(187,180,170)
#A7A098
(167,160,152)
#938C86
(147,140,134)
#7F7874
(127,120,116)
#6B6462
(107,100,98)
#575050
(87,80,80)
#433C3E
(67,60,62)
#2F282C
(47,40,44)
#1B141A
(27,20,26)
#000000
(0,0,0)

Tints of #E3DCCE

#E3DCCE
(227,220,206)
#E5DFD2
(229,223,210)
#E7E2D6
(231,226,214)
#E9E5DA
(233,229,218)
#EBE8DE
(235,232,222)
#EDEBE2
(237,235,226)
#EFEEE6
(239,238,230)
#F1F1EA
(241,241,234)
#F3F4EE
(243,244,238)
#F5F7F2
(245,247,242)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DCCE; }

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

This text font color is #E3DCCE.


Background Color

.myBgColor { background-color: #E3DCCE; }

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

This div background color is #E3DCCE.


Border color

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

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

This div border color is #E3DCCE.


Opacity

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

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

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

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

This text has shadow with #E3DCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DCCE on black background.


Color preview on white background

This text has color #E3DCCE on white background.



Black color preview on #E3DCCE background

This text has black color on #E3DCCE background.


White color preview on #E3DCCE background

This text has white color on #E3DCCE background.