COLOR #E3DCB2

HEX: #E3DCB2
RGB: (227,220,178)

Color info

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

RGB color model

#E3DCB2 color RGB value is (227,220,178).

  • red value is 227;
  • green value is 220;
  • blue value is 178.
RGB:
(227,220,178)
(89%,86%,70%)

RGB channels and saturation

R 227 of 255 = 89%
G 220 of 255 = 86%
B 178 of 255 = 70%

227
220
178

R + G + B ~ 82%. #E3DCB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 220 + 178 = 625 (100%)
R 227 of 625 ~ 36.32%
G 220 of 625 ~ 35.2%
B 178 of 625 ~ 28.48%

%36.32
%35.2
%28.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 21.59%
  • 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
%21.59
%10.98

Codes

Color #E3DCB2 in popluar color models

E3DCB2
RGB227220178
HSL51°46.67%79.41%
HSB/HSV51°21.59%89.02%
CMYK0.00%3.08%21.59%
10.98%

Color #E3DCB2 in popluar number systems.

HEXE3DCB2
Decimal227220178
Binary111000111101110010110010
Octal343334262

Shades and tints

Shades of #E3DCB2

#E3DCB2
(227,220,178)
#CFC8A2
(207,200,162)
#BBB492
(187,180,146)
#A7A082
(167,160,130)
#938C72
(147,140,114)
#7F7862
(127,120,98)
#6B6452
(107,100,82)
#575042
(87,80,66)
#433C32
(67,60,50)
#2F2822
(47,40,34)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #E3DCB2

#E3DCB2
(227,220,178)
#E5DFB9
(229,223,185)
#E7E2C0
(231,226,192)
#E9E5C7
(233,229,199)
#EBE8CE
(235,232,206)
#EDEBD5
(237,235,213)
#EFEEDC
(239,238,220)
#F1F1E3
(241,241,227)
#F3F4EA
(243,244,234)
#F5F7F1
(245,247,241)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DCB2; }

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

This text font color is #E3DCB2.


Background Color

.myBgColor { background-color: #E3DCB2; }

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

This div background color is #E3DCB2.


Border color

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

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

This div border color is #E3DCB2.


Opacity

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

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

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

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

This text has shadow with #E3DCB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DCB2 on black background.


Color preview on white background

This text has color #E3DCB2 on white background.



Black color preview on #E3DCB2 background

This text has black color on #E3DCB2 background.


White color preview on #E3DCB2 background

This text has white color on #E3DCB2 background.