COLOR #E3DED6

HEX: #E3DED6
RGB: (227,222,214)

Color info

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

RGB color model

#E3DED6 color RGB value is (227,222,214).

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

RGB channels and saturation

R 227 of 255 = 89%
G 222 of 255 = 87%
B 214 of 255 = 84%

227
222
214

R + G + B ~ 87%. #E3DED6 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 222 + 214 = 663 (100%)
R 227 of 663 ~ 34.24%
G 222 of 663 ~ 33.48%
B 214 of 663 ~ 32.28%

%34.24
%33.48
%32.28

CMYK color model

#E3DED6 color CMYK value is (0,2,6,11).

  • cyan value is 0.00%
  • magenta value is 2.20%
  • yellow value is 5.73%
  • key color value is 10.98%
CMYK:
(0,2,6,11)
C0M2Y6K11 
(0%,2%,6%,11%)
(0.00/0.02/0.06/0.11)	

CMYK percentages

%0
%2.2
%5.73
%10.98

Codes

Color #E3DED6 in popluar color models

E3DED6
RGB227222214
HSL37°18.84%86.47%
HSB/HSV37°5.73%89.02%
CMYK0.00%2.20%5.73%
10.98%

Color #E3DED6 in popluar number systems.

HEXE3DED6
Decimal227222214
Binary111000111101111011010110
Octal343336326

Shades and tints

Shades of #E3DED6

#E3DED6
(227,222,214)
#CFCAC3
(207,202,195)
#BBB6B0
(187,182,176)
#A7A29D
(167,162,157)
#938E8A
(147,142,138)
#7F7A77
(127,122,119)
#6B6664
(107,102,100)
#575251
(87,82,81)
#433E3E
(67,62,62)
#2F2A2B
(47,42,43)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #E3DED6

#E3DED6
(227,222,214)
#E5E1D9
(229,225,217)
#E7E4DC
(231,228,220)
#E9E7DF
(233,231,223)
#EBEAE2
(235,234,226)
#EDEDE5
(237,237,229)
#EFF0E8
(239,240,232)
#F1F3EB
(241,243,235)
#F3F6EE
(243,246,238)
#F5F9F1
(245,249,241)
#F7FCF4
(247,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DED6; }

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

This text font color is #E3DED6.


Background Color

.myBgColor { background-color: #E3DED6; }

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

This div background color is #E3DED6.


Border color

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

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

This div border color is #E3DED6.


Opacity

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

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

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

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

This text has shadow with #E3DED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DED6 on black background.


Color preview on white background

This text has color #E3DED6 on white background.



Black color preview on #E3DED6 background

This text has black color on #E3DED6 background.


White color preview on #E3DED6 background

This text has white color on #E3DED6 background.