COLOR #E3DBA6

HEX: #E3DBA6
RGB: (227,219,166)

Color info

#E3DBA6 contains mainly red and green colors. Web safe color of #E3DBA6 is #CCCC99 (or #CC9).

RGB color model

#E3DBA6 color RGB value is (227,219,166).

  • red value is 227;
  • green value is 219;
  • blue value is 166.
RGB:
(227,219,166)
(89%,86%,65%)

RGB channels and saturation

R 227 of 255 = 89%
G 219 of 255 = 86%
B 166 of 255 = 65%

227
219
166

R + G + B ~ 80%. #E3DBA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 219 + 166 = 612 (100%)
R 227 of 612 ~ 37.09%
G 219 of 612 ~ 35.78%
B 166 of 612 ~ 27.12%

%37.09
%35.78
%27.12

CMYK color model

#E3DBA6 color CMYK value is (0,4,27,11).

  • cyan value is 0.00%
  • magenta value is 3.52%
  • yellow value is 26.87%
  • key color value is 10.98%
CMYK:
(0,4,27,11)
C0M4Y27K11 
(0%,4%,27%,11%)
(0.00/0.04/0.27/0.11)	

CMYK percentages

%0
%3.52
%26.87
%10.98

Codes

Color #E3DBA6 in popluar color models

E3DBA6
RGB227219166
HSL52°52.14%77.06%
HSB/HSV52°26.87%89.02%
CMYK0.00%3.52%26.87%
10.98%

Color #E3DBA6 in popluar number systems.

HEXE3DBA6
Decimal227219166
Binary111000111101101110100110
Octal343333246

Shades and tints

Shades of #E3DBA6

#E3DBA6
(227,219,166)
#CFC897
(207,200,151)
#BBB588
(187,181,136)
#A7A279
(167,162,121)
#938F6A
(147,143,106)
#7F7C5B
(127,124,91)
#6B694C
(107,105,76)
#57563D
(87,86,61)
#43432E
(67,67,46)
#2F301F
(47,48,31)
#1B1D10
(27,29,16)
#000000
(0,0,0)

Tints of #E3DBA6

#E3DBA6
(227,219,166)
#E5DEAE
(229,222,174)
#E7E1B6
(231,225,182)
#E9E4BE
(233,228,190)
#EBE7C6
(235,231,198)
#EDEACE
(237,234,206)
#EFEDD6
(239,237,214)
#F1F0DE
(241,240,222)
#F3F3E6
(243,243,230)
#F5F6EE
(245,246,238)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DBA6; }

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

This text font color is #E3DBA6.


Background Color

.myBgColor { background-color: #E3DBA6; }

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

This div background color is #E3DBA6.


Border color

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

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

This div border color is #E3DBA6.


Opacity

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

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

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

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

This text has shadow with #E3DBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DBA6 on black background.


Color preview on white background

This text has color #E3DBA6 on white background.



Black color preview on #E3DBA6 background

This text has black color on #E3DBA6 background.


White color preview on #E3DBA6 background

This text has white color on #E3DBA6 background.