COLOR #E3DDC2

HEX: #E3DDC2 RGB: (227,221,194)

Color info

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

RGB color model

#E3DDC2 color RGB value is (227,221,194).

RGB: (227,221,194) (89%, 87%, 76%)

RGB channels and saturation

R 227 of 255 = 89%
G 221 of 255 = 87%
B 194 of 255 = 76%

227
221
194

R + G + B ~ 84%. #E3DDC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 221 + 194 = 642 (100%)
R 227 of 642 ~ 35.36%
G 221 of 642 ~ 34.42%
B 194 of 642 ~ 30.22'%

%35.36
%34.42
%30.22

CMYK color model

#E3DDC2 color CMYK value is (0,3,15,11).

  • cyan value is 0.00%
  • magenta value is 2.64%
  • yellow value is 14.54%
  • key color value is 10.98%

CMYK: (0,3,15,11)
C0M3Y15K11 (0%, 3%, 15%, 11%)
(0.00 / 0.03 / 0.15 / 0.11)

CMYK percentages

%0
%2.64
%14.54
%10.98

Codes

Color #E3DDC2 in popluar color models

E3 DD C2
RGB 227 221 194
HSL 49° 37.08% 82.55%
HSB/HSV 49° 14.54% 89.02%
CMYK 0.00% 2.64% 14.54%
10.98%

Color #E3DDC2 in popluar number systems.

HEX E3 DD C2
Decimal 227 221 194
Binary 11100011 11011101 11000010
Octal 343 335 302

Shades and tints

Shades of #E3DDC2

#E3DDC2
(227,221,194)
#CFC9B1
(207,201,177)
#BBB5A0
(187,181,160)
#A7A18F
(167,161,143)
#938D7E
(147,141,126)
#7F796D
(127,121,109)
#6B655C
(107,101,92)
#57514B
(87,81,75)
#433D3A
(67,61,58)
#2F2929
(47,41,41)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #E3DDC2

#E3DDC2
(227,221,194)
#E5E0C7
(229,224,199)
#E7E3CC
(231,227,204)
#E9E6D1
(233,230,209)
#EBE9D6
(235,233,214)
#EDECDB
(237,236,219)
#EFEFE0
(239,239,224)
#F1F2E5
(241,242,229)
#F3F5EA
(243,245,234)
#F5F8EF
(245,248,239)
#F7FBF4
(247,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DDC2; }

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

This text font color is #E3DDC2.

Background Color

.myBgColor { background-color: #E3DDC2; }

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

This div background color is #E3DDC2.

Border color

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

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

This div border color is #E3DDC2.

Opacity

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

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

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

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

This text has shadow with #E3DDC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DDC2.

Preview

Color preview on black background

This text has color #E3DDC2 on black background.


Color preview on white background

This text has color #E3DDC2 on white background.


Black color preview on #E3DDC2 background

This text has black color on #E3DDC2 background.


White color preview on #E3DDC2 background

This text has white color on #E3DDC2 background.


Related colors

Complementary color

Complementary color for #hex is #1C223D.


I love getcolorcode.com

Triadic colors

1 #C2E3DD and #DDC2E3 with #E3DDC2 are triadic colors.

2 #C2DDE3 and #DDE3C2 with #E3DDC2 are triadic colors.