COLOR #E3DCB0

HEX: #E3DCB0 RGB: (227,220,176)

Color info

#E3DCB0 contains red, green and blue colors in about the same proportion. Web safe color of #E3DCB0 is #CCCC99 (or #CC9).

RGB color model

#E3DCB0 color RGB value is (227,220,176).

RGB: (227,220,176) (89%, 86%, 69%)

RGB channels and saturation

R 227 of 255 = 89%
G 220 of 255 = 86%
B 176 of 255 = 69%

227
220
176

R + G + B ~ 81%. #E3DCB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 220 + 176 = 623 (100%)
R 227 of 623 ~ 36.44%
G 220 of 623 ~ 35.31%
B 176 of 623 ~ 28.25'%

%36.44
%35.31
%28.25

CMYK color model

#E3DCB0 color CMYK value is (0,3,22,11).

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 22.47%
  • key color value is 10.98%

CMYK: (0,3,22,11)
C0M3Y22K11 (0%, 3%, 22%, 11%)
(0.00 / 0.03 / 0.22 / 0.11)

CMYK percentages

%0
%3.08
%22.47
%10.98

Codes

Color #E3DCB0 in popluar color models

E3 DC B0
RGB 227 220 176
HSL 52° 47.66% 79.02%
HSB/HSV 52° 22.47% 89.02%
CMYK 0.00% 3.08% 22.47%
10.98%

Color #E3DCB0 in popluar number systems.

HEX E3 DC B0
Decimal 227 220 176
Binary 11100011 11011100 10110000
Octal 343 334 260

Shades and tints

Shades of #E3DCB0

#E3DCB0
(227,220,176)
#CFC8A0
(207,200,160)
#BBB490
(187,180,144)
#A7A080
(167,160,128)
#938C70
(147,140,112)
#7F7860
(127,120,96)
#6B6450
(107,100,80)
#575040
(87,80,64)
#433C30
(67,60,48)
#2F2820
(47,40,32)
#1B1410
(27,20,16)
#000000
(0,0,0)

Tints of #E3DCB0

#E3DCB0
(227,220,176)
#E5DFB7
(229,223,183)
#E7E2BE
(231,226,190)
#E9E5C5
(233,229,197)
#EBE8CC
(235,232,204)
#EDEBD3
(237,235,211)
#EFEEDA
(239,238,218)
#F1F1E1
(241,241,225)
#F3F4E8
(243,244,232)
#F5F7EF
(245,247,239)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DCB0 color. Also use rgb(227,220,176) instead hex code.

Text Font Color

.myTextColor { color: #E3DCB0; }

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

This text font color is #E3DCB0.

Background Color

.myBgColor { background-color: #E3DCB0; }

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

This div background color is #E3DCB0.

Border color

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

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

This div border color is #E3DCB0.

Opacity

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

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

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

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

This text has shadow with #E3DCB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DCB0.

Preview

Color preview on black background

This text has color #E3DCB0 on black background.


Color preview on white background

This text has color #E3DCB0 on white background.


Black color preview on #E3DCB0 background

This text has black color on #E3DCB0 background.


White color preview on #E3DCB0 background

This text has white color on #E3DCB0 background.


Related colors

Complementary color

Complementary color for #hex is #1C234F.


I love getcolorcode.com

Triadic colors

1 #B0E3DC and #DCB0E3 with #E3DCB0 are triadic colors.

2 #B0DCE3 and #DCE3B0 with #E3DCB0 are triadic colors.