COLOR #E3DEC8

HEX: #E3DEC8
RGB: (227,222,200)

Color info

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

RGB color model

#E3DEC8 color RGB value is (227,222,200).

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

RGB channels and saturation

R 227 of 255 = 89%
G 222 of 255 = 87%
B 200 of 255 = 78%

227
222
200

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

Portions of RGB colors in percentages

R + G + B =
227 + 222 + 200 = 649 (100%)
R 227 of 649 ~ 34.98%
G 222 of 649 ~ 34.21%
B 200 of 649 ~ 30.82%

%34.98
%34.21
%30.82

CMYK color model

#E3DEC8 color CMYK value is (0,2,12,11).

  • cyan value is 0.00%
  • magenta value is 2.20%
  • yellow value is 11.89%
  • key color value is 10.98%
CMYK:
(0,2,12,11)
C0M2Y12K11 
(0%,2%,12%,11%)
(0.00/0.02/0.12/0.11)	

CMYK percentages

%0
%2.2
%11.89
%10.98

Codes

Color #E3DEC8 in popluar color models

E3DEC8
RGB227222200
HSL49°32.53%83.73%
HSB/HSV49°11.89%89.02%
CMYK0.00%2.20%11.89%
10.98%

Color #E3DEC8 in popluar number systems.

HEXE3DEC8
Decimal227222200
Binary111000111101111011001000
Octal343336310

Shades and tints

Shades of #E3DEC8

#E3DEC8
(227,222,200)
#CFCAB6
(207,202,182)
#BBB6A4
(187,182,164)
#A7A292
(167,162,146)
#938E80
(147,142,128)
#7F7A6E
(127,122,110)
#6B665C
(107,102,92)
#57524A
(87,82,74)
#433E38
(67,62,56)
#2F2A26
(47,42,38)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #E3DEC8

#E3DEC8
(227,222,200)
#E5E1CD
(229,225,205)
#E7E4D2
(231,228,210)
#E9E7D7
(233,231,215)
#EBEADC
(235,234,220)
#EDEDE1
(237,237,225)
#EFF0E6
(239,240,230)
#F1F3EB
(241,243,235)
#F3F6F0
(243,246,240)
#F5F9F5
(245,249,245)
#F7FCFA
(247,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DEC8 color. Also use rgb(227,222,200) instead hex code.

Text Font Color

.myTextColor { color: #E3DEC8; }

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

This text font color is #E3DEC8.


Background Color

.myBgColor { background-color: #E3DEC8; }

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

This div background color is #E3DEC8.


Border color

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

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

This div border color is #E3DEC8.


Opacity

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

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

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

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

This text has shadow with #E3DEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DEC8 on black background.


Color preview on white background

This text has color #E3DEC8 on white background.



Black color preview on #E3DEC8 background

This text has black color on #E3DEC8 background.


White color preview on #E3DEC8 background

This text has white color on #E3DEC8 background.