COLOR #E3DAC9

HEX: #E3DAC9 RGB: (227,218,201)

Color info

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

RGB color model

#E3DAC9 color RGB value is (227,218,201).

RGB: (227,218,201) (89%, 85%, 79%)

RGB channels and saturation

R 227 of 255 = 89%
G 218 of 255 = 85%
B 201 of 255 = 79%

227
218
201

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

Portions of RGB colors in percentages

R + G + B = 227 + 218 + 201 = 646 (100%)
R 227 of 646 ~ 35.14%
G 218 of 646 ~ 33.75%
B 201 of 646 ~ 31.11'%

%35.14
%33.75
%31.11

CMYK color model

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

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

CMYK: (0,4,11,11)
C0M4Y11K11 (0%, 4%, 11%, 11%)
(0.00 / 0.04 / 0.11 / 0.11)

CMYK percentages

%0
%3.96
%11.45
%10.98

Codes

Color #E3DAC9 in popluar color models

E3 DA C9
RGB 227 218 201
HSL 39° 31.71% 83.92%
HSB/HSV 39° 11.45% 89.02%
CMYK 0.00% 3.96% 11.45%
10.98%

Color #E3DAC9 in popluar number systems.

HEX E3 DA C9
Decimal 227 218 201
Binary 11100011 11011010 11001001
Octal 343 332 311

Shades and tints

Shades of #E3DAC9

#E3DAC9
(227,218,201)
#CFC7B7
(207,199,183)
#BBB4A5
(187,180,165)
#A7A193
(167,161,147)
#938E81
(147,142,129)
#7F7B6F
(127,123,111)
#6B685D
(107,104,93)
#57554B
(87,85,75)
#434239
(67,66,57)
#2F2F27
(47,47,39)
#1B1C15
(27,28,21)
#000000
(0,0,0)

Tints of #E3DAC9

#E3DAC9
(227,218,201)
#E5DDCD
(229,221,205)
#E7E0D1
(231,224,209)
#E9E3D5
(233,227,213)
#EBE6D9
(235,230,217)
#EDE9DD
(237,233,221)
#EFECE1
(239,236,225)
#F1EFE5
(241,239,229)
#F3F2E9
(243,242,233)
#F5F5ED
(245,245,237)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DAC9; }

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

This text font color is #E3DAC9.

Background Color

.myBgColor { background-color: #E3DAC9; }

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

This div background color is #E3DAC9.

Border color

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

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

This div border color is #E3DAC9.

Opacity

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

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

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

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

This text has shadow with #E3DAC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DAC9.

Preview

Color preview on black background

This text has color #E3DAC9 on black background.


Color preview on white background

This text has color #E3DAC9 on white background.


Black color preview on #E3DAC9 background

This text has black color on #E3DAC9 background.


White color preview on #E3DAC9 background

This text has white color on #E3DAC9 background.


Related colors

Complementary color

Complementary color for #hex is #1C2536.


I love getcolorcode.com

Gradients

Color #E3DAC9 is used in Bone gradient.

Bone


Triadic colors

1 #C9E3DA and #DAC9E3 with #E3DAC9 are triadic colors.

2 #C9DAE3 and #DAE3C9 with #E3DAC9 are triadic colors.