COLOR #E3DBD2

HEX: #E3DBD2 RGB: (227,219,210)

Color info

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

RGB color model

#E3DBD2 color RGB value is (227,219,210).

RGB: (227,219,210) (89%, 86%, 82%)

RGB channels and saturation

R 227 of 255 = 89%
G 219 of 255 = 86%
B 210 of 255 = 82%

227
219
210

R + G + B ~ 86%. #E3DBD2 is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 219 + 210 = 656 (100%)
R 227 of 656 ~ 34.6%
G 219 of 656 ~ 33.38%
B 210 of 656 ~ 32.01'%

%34.6
%33.38
%32.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.52%
  • 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.52
%7.49
%10.98

Codes

Color #E3DBD2 in popluar color models

E3 DB D2
RGB 227 219 210
HSL 32° 23.29% 85.69%
HSB/HSV 32° 7.49% 89.02%
CMYK 0.00% 3.52% 7.49%
10.98%

Color #E3DBD2 in popluar number systems.

HEX E3 DB D2
Decimal 227 219 210
Binary 11100011 11011011 11010010
Octal 343 333 322

Shades and tints

Shades of #E3DBD2

#E3DBD2
(227,219,210)
#CFC8BF
(207,200,191)
#BBB5AC
(187,181,172)
#A7A299
(167,162,153)
#938F86
(147,143,134)
#7F7C73
(127,124,115)
#6B6960
(107,105,96)
#57564D
(87,86,77)
#43433A
(67,67,58)
#2F3027
(47,48,39)
#1B1D14
(27,29,20)
#000000
(0,0,0)

Tints of #E3DBD2

#E3DBD2
(227,219,210)
#E5DED6
(229,222,214)
#E7E1DA
(231,225,218)
#E9E4DE
(233,228,222)
#EBE7E2
(235,231,226)
#EDEAE6
(237,234,230)
#EFEDEA
(239,237,234)
#F1F0EE
(241,240,238)
#F3F3F2
(243,243,242)
#F5F6F6
(245,246,246)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DBD2; }

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

This text font color is #E3DBD2.

Background Color

.myBgColor { background-color: #E3DBD2; }

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

This div background color is #E3DBD2.

Border color

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

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

This div border color is #E3DBD2.

Opacity

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

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

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

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

This text has shadow with #E3DBD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DBD2.

Preview

Color preview on black background

This text has color #E3DBD2 on black background.


Color preview on white background

This text has color #E3DBD2 on white background.


Black color preview on #E3DBD2 background

This text has black color on #E3DBD2 background.


White color preview on #E3DBD2 background

This text has white color on #E3DBD2 background.


Related colors

Complementary color

Complementary color for #hex is #1C242D.


I love getcolorcode.com

Triadic colors

1 #D2E3DB and #DBD2E3 with #E3DBD2 are triadic colors.

2 #D2DBE3 and #DBE3D2 with #E3DBD2 are triadic colors.