COLOR #E3DCB9

HEX: #E3DCB9
RGB: (227,220,185)

Color info

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

RGB color model

#E3DCB9 color RGB value is (227,220,185).

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

RGB channels and saturation

R 227 of 255 = 89%
G 220 of 255 = 86%
B 185 of 255 = 73%

227
220
185

R + G + B ~ 83%. #E3DCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 220 + 185 = 632 (100%)
R 227 of 632 ~ 35.92%
G 220 of 632 ~ 34.81%
B 185 of 632 ~ 29.27%

%35.92
%34.81
%29.27

CMYK color model

#E3DCB9 color CMYK value is (0,3,19,11).

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 18.50%
  • key color value is 10.98%
CMYK:
(0,3,19,11)
C0M3Y19K11 
(0%,3%,19%,11%)
(0.00/0.03/0.19/0.11)	

CMYK percentages

%0
%3.08
%18.5
%10.98

Codes

Color #E3DCB9 in popluar color models

E3DCB9
RGB227220185
HSL50°42.86%80.78%
HSB/HSV50°18.50%89.02%
CMYK0.00%3.08%18.50%
10.98%

Color #E3DCB9 in popluar number systems.

HEXE3DCB9
Decimal227220185
Binary111000111101110010111001
Octal343334271

Shades and tints

Shades of #E3DCB9

#E3DCB9
(227,220,185)
#CFC8A9
(207,200,169)
#BBB499
(187,180,153)
#A7A089
(167,160,137)
#938C79
(147,140,121)
#7F7869
(127,120,105)
#6B6459
(107,100,89)
#575049
(87,80,73)
#433C39
(67,60,57)
#2F2829
(47,40,41)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #E3DCB9

#E3DCB9
(227,220,185)
#E5DFBF
(229,223,191)
#E7E2C5
(231,226,197)
#E9E5CB
(233,229,203)
#EBE8D1
(235,232,209)
#EDEBD7
(237,235,215)
#EFEEDD
(239,238,221)
#F1F1E3
(241,241,227)
#F3F4E9
(243,244,233)
#F5F7EF
(245,247,239)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DCB9; }

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

This text font color is #E3DCB9.


Background Color

.myBgColor { background-color: #E3DCB9; }

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

This div background color is #E3DCB9.


Border color

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

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

This div border color is #E3DCB9.


Opacity

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

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

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

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

This text has shadow with #E3DCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DCB9 on black background.


Color preview on white background

This text has color #E3DCB9 on white background.



Black color preview on #E3DCB9 background

This text has black color on #E3DCB9 background.


White color preview on #E3DCB9 background

This text has white color on #E3DCB9 background.