COLOR #E3DAD2

HEX: #E3DAD2 RGB: (227,218,210)

Color info

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

RGB color model

#E3DAD2 color RGB value is (227,218,210).

RGB: (227,218,210) (89%, 85%, 82%)

RGB channels and saturation

R 227 of 255 = 89%
G 218 of 255 = 85%
B 210 of 255 = 82%

227
218
210

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

Portions of RGB colors in percentages

R + G + B = 227 + 218 + 210 = 655 (100%)
R 227 of 655 ~ 34.66%
G 218 of 655 ~ 33.28%
B 210 of 655 ~ 32.06'%

%34.66
%33.28
%32.06

CMYK color model

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

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

CMYK: (0,4,7,11)
C0M4Y7K11 (0%, 4%, 7%, 11%)
(0.00 / 0.04 / 0.07 / 0.11)

CMYK percentages

%0
%3.96
%7.49
%10.98

Codes

Color #E3DAD2 in popluar color models

E3 DA D2
RGB 227 218 210
HSL 28° 23.29% 85.69%
HSB/HSV 28° 7.49% 89.02%
CMYK 0.00% 3.96% 7.49%
10.98%

Color #E3DAD2 in popluar number systems.

HEX E3 DA D2
Decimal 227 218 210
Binary 11100011 11011010 11010010
Octal 343 332 322

Shades and tints

Shades of #E3DAD2

#E3DAD2
(227,218,210)
#CFC7BF
(207,199,191)
#BBB4AC
(187,180,172)
#A7A199
(167,161,153)
#938E86
(147,142,134)
#7F7B73
(127,123,115)
#6B6860
(107,104,96)
#57554D
(87,85,77)
#43423A
(67,66,58)
#2F2F27
(47,47,39)
#1B1C14
(27,28,20)
#000000
(0,0,0)

Tints of #E3DAD2

#E3DAD2
(227,218,210)
#E5DDD6
(229,221,214)
#E7E0DA
(231,224,218)
#E9E3DE
(233,227,222)
#EBE6E2
(235,230,226)
#EDE9E6
(237,233,230)
#EFECEA
(239,236,234)
#F1EFEE
(241,239,238)
#F3F2F2
(243,242,242)
#F5F5F6
(245,245,246)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DAD2; }

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

This text font color is #E3DAD2.

Background Color

.myBgColor { background-color: #E3DAD2; }

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

This div background color is #E3DAD2.

Border color

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

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

This div border color is #E3DAD2.

Opacity

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

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

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

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

This text has shadow with #E3DAD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DAD2.

Preview

Color preview on black background

This text has color #E3DAD2 on black background.


Color preview on white background

This text has color #E3DAD2 on white background.


Black color preview on #E3DAD2 background

This text has black color on #E3DAD2 background.


White color preview on #E3DAD2 background

This text has white color on #E3DAD2 background.


Related colors

Complementary color

Complementary color for #hex is #1C252D.


I love getcolorcode.com

Triadic colors

1 #D2E3DA and #DAD2E3 with #E3DAD2 are triadic colors.

2 #D2DAE3 and #DAE3D2 with #E3DAD2 are triadic colors.