COLOR #E3DDC6

HEX: #E3DDC6
RGB: (227,221,198)

Color info

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

RGB color model

#E3DDC6 color RGB value is (227,221,198).

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

RGB channels and saturation

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

227
221
198

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

Portions of RGB colors in percentages

R + G + B =
227 + 221 + 198 = 646 (100%)
R 227 of 646 ~ 35.14%
G 221 of 646 ~ 34.21%
B 198 of 646 ~ 30.65%

%35.14
%34.21
%30.65

CMYK color model

#E3DDC6 color CMYK value is (0,3,13,11).

  • cyan value is 0.00%
  • magenta value is 2.64%
  • yellow value is 12.78%
  • key color value is 10.98%
CMYK:
(0,3,13,11)
C0M3Y13K11 
(0%,3%,13%,11%)
(0.00/0.03/0.13/0.11)	

CMYK percentages

%0
%2.64
%12.78
%10.98

Codes

Color #E3DDC6 in popluar color models

E3DDC6
RGB227221198
HSL48°34.12%83.33%
HSB/HSV48°12.78%89.02%
CMYK0.00%2.64%12.78%
10.98%

Color #E3DDC6 in popluar number systems.

HEXE3DDC6
Decimal227221198
Binary111000111101110111000110
Octal343335306

Shades and tints

Shades of #E3DDC6

#E3DDC6
(227,221,198)
#CFC9B4
(207,201,180)
#BBB5A2
(187,181,162)
#A7A190
(167,161,144)
#938D7E
(147,141,126)
#7F796C
(127,121,108)
#6B655A
(107,101,90)
#575148
(87,81,72)
#433D36
(67,61,54)
#2F2924
(47,41,36)
#1B1512
(27,21,18)
#000000
(0,0,0)

Tints of #E3DDC6

#E3DDC6
(227,221,198)
#E5E0CB
(229,224,203)
#E7E3D0
(231,227,208)
#E9E6D5
(233,230,213)
#EBE9DA
(235,233,218)
#EDECDF
(237,236,223)
#EFEFE4
(239,239,228)
#F1F2E9
(241,242,233)
#F3F5EE
(243,245,238)
#F5F8F3
(245,248,243)
#F7FBF8
(247,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DDC6; }

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

This text font color is #E3DDC6.


Background Color

.myBgColor { background-color: #E3DDC6; }

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

This div background color is #E3DDC6.


Border color

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

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

This div border color is #E3DDC6.


Opacity

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

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

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

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

This text has shadow with #E3DDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DDC6 on black background.


Color preview on white background

This text has color #E3DDC6 on white background.



Black color preview on #E3DDC6 background

This text has black color on #E3DDC6 background.


White color preview on #E3DDC6 background

This text has white color on #E3DDC6 background.