COLOR #E3DAC6

HEX: #E3DAC6 RGB: (227,218,198)

Color info

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

RGB color model

#E3DAC6 color RGB value is (227,218,198).

RGB: (227,218,198) (89%, 85%, 78%)

RGB channels and saturation

R 227 of 255 = 89%
G 218 of 255 = 85%
B 198 of 255 = 78%

227
218
198

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

Portions of RGB colors in percentages

R + G + B = 227 + 218 + 198 = 643 (100%)
R 227 of 643 ~ 35.3%
G 218 of 643 ~ 33.9%
B 198 of 643 ~ 30.79'%

%35.3
%33.9
%30.79

CMYK color model

#E3DAC6 color CMYK value is (0,4,13,11).

  • cyan value is 0.00%
  • magenta value is 3.96%
  • yellow value is 12.78%
  • key color value is 10.98%

CMYK: (0,4,13,11)
C0M4Y13K11 (0%, 4%, 13%, 11%)
(0.00 / 0.04 / 0.13 / 0.11)

CMYK percentages

%0
%3.96
%12.78
%10.98

Codes

Color #E3DAC6 in popluar color models

E3 DA C6
RGB 227 218 198
HSL 41° 34.12% 83.33%
HSB/HSV 41° 12.78% 89.02%
CMYK 0.00% 3.96% 12.78%
10.98%

Color #E3DAC6 in popluar number systems.

HEX E3 DA C6
Decimal 227 218 198
Binary 11100011 11011010 11000110
Octal 343 332 306

Shades and tints

Shades of #E3DAC6

#E3DAC6
(227,218,198)
#CFC7B4
(207,199,180)
#BBB4A2
(187,180,162)
#A7A190
(167,161,144)
#938E7E
(147,142,126)
#7F7B6C
(127,123,108)
#6B685A
(107,104,90)
#575548
(87,85,72)
#434236
(67,66,54)
#2F2F24
(47,47,36)
#1B1C12
(27,28,18)
#000000
(0,0,0)

Tints of #E3DAC6

#E3DAC6
(227,218,198)
#E5DDCB
(229,221,203)
#E7E0D0
(231,224,208)
#E9E3D5
(233,227,213)
#EBE6DA
(235,230,218)
#EDE9DF
(237,233,223)
#EFECE4
(239,236,228)
#F1EFE9
(241,239,233)
#F3F2EE
(243,242,238)
#F5F5F3
(245,245,243)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DAC6; }

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

This text font color is #E3DAC6.

Background Color

.myBgColor { background-color: #E3DAC6; }

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

This div background color is #E3DAC6.

Border color

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

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

This div border color is #E3DAC6.

Opacity

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

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

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

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

This text has shadow with #E3DAC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DAC6.

Preview

Color preview on black background

This text has color #E3DAC6 on black background.


Color preview on white background

This text has color #E3DAC6 on white background.


Black color preview on #E3DAC6 background

This text has black color on #E3DAC6 background.


White color preview on #E3DAC6 background

This text has white color on #E3DAC6 background.


Related colors

Complementary color

Complementary color for #hex is #1C2539.


I love getcolorcode.com

Triadic colors

1 #C6E3DA and #DAC6E3 with #E3DAC6 are triadic colors.

2 #C6DAE3 and #DAE3C6 with #E3DAC6 are triadic colors.