COLOR #E3D6AD

HEX: #E3D6AD
RGB: (227,214,173)

Color info

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

RGB color model

#E3D6AD color RGB value is (227,214,173).

  • red value is 227;
  • green value is 214;
  • blue value is 173.
RGB:
(227,214,173)
(89%,84%,68%)

RGB channels and saturation

R 227 of 255 = 89%
G 214 of 255 = 84%
B 173 of 255 = 68%

227
214
173

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

Portions of RGB colors in percentages

R + G + B =
227 + 214 + 173 = 614 (100%)
R 227 of 614 ~ 36.97%
G 214 of 614 ~ 34.85%
B 173 of 614 ~ 28.18%

%36.97
%34.85
%28.18

CMYK color model

#E3D6AD color CMYK value is (0,6,24,11).

  • cyan value is 0.00%
  • magenta value is 5.73%
  • yellow value is 23.79%
  • key color value is 10.98%
CMYK:
(0,6,24,11)
C0M6Y24K11 
(0%,6%,24%,11%)
(0.00/0.06/0.24/0.11)	

CMYK percentages

%0
%5.73
%23.79
%10.98

Codes

Color #E3D6AD in popluar color models

E3D6AD
RGB227214173
HSL46°49.09%78.43%
HSB/HSV46°23.79%89.02%
CMYK0.00%5.73%23.79%
10.98%

Color #E3D6AD in popluar number systems.

HEXE3D6AD
Decimal227214173
Binary111000111101011010101101
Octal343326255

Shades and tints

Shades of #E3D6AD

#E3D6AD
(227,214,173)
#CFC39E
(207,195,158)
#BBB08F
(187,176,143)
#A79D80
(167,157,128)
#938A71
(147,138,113)
#7F7762
(127,119,98)
#6B6453
(107,100,83)
#575144
(87,81,68)
#433E35
(67,62,53)
#2F2B26
(47,43,38)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #E3D6AD

#E3D6AD
(227,214,173)
#E5D9B4
(229,217,180)
#E7DCBB
(231,220,187)
#E9DFC2
(233,223,194)
#EBE2C9
(235,226,201)
#EDE5D0
(237,229,208)
#EFE8D7
(239,232,215)
#F1EBDE
(241,235,222)
#F3EEE5
(243,238,229)
#F5F1EC
(245,241,236)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D6AD color. Also use rgb(227,214,173) instead hex code.

Text Font Color

.myTextColor { color: #E3D6AD; }

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

This text font color is #E3D6AD.


Background Color

.myBgColor { background-color: #E3D6AD; }

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

This div background color is #E3D6AD.


Border color

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

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

This div border color is #E3D6AD.


Opacity

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

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

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

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

This text has shadow with #E3D6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D6AD on black background.


Color preview on white background

This text has color #E3D6AD on white background.



Black color preview on #E3D6AD background

This text has black color on #E3D6AD background.


White color preview on #E3D6AD background

This text has white color on #E3D6AD background.