COLOR #E4D3A6

HEX: #E4D3A6
RGB: (228,211,166)

Color info

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

RGB color model

#E4D3A6 color RGB value is (228,211,166).

  • red value is 228;
  • green value is 211;
  • blue value is 166.
RGB:
(228,211,166)
(89%,83%,65%)

RGB channels and saturation

R 228 of 255 = 89%
G 211 of 255 = 83%
B 166 of 255 = 65%

228
211
166

R + G + B ~ 79%. #E4D3A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 211 + 166 = 605 (100%)
R 228 of 605 ~ 37.69%
G 211 of 605 ~ 34.88%
B 166 of 605 ~ 27.44%

%37.69
%34.88
%27.44

CMYK color model

#E4D3A6 color CMYK value is (0,7,27,11).

  • cyan value is 0.00%
  • magenta value is 7.46%
  • yellow value is 27.19%
  • key color value is 10.59%
CMYK:
(0,7,27,11)
C0M7Y27K11 
(0%,7%,27%,11%)
(0.00/0.07/0.27/0.11)	

CMYK percentages

%0
%7.46
%27.19
%10.59

Codes

Color #E4D3A6 in popluar color models

E4D3A6
RGB228211166
HSL44°53.45%77.25%
HSB/HSV44°27.19%89.41%
CMYK0.00%7.46%27.19%
10.59%

Color #E4D3A6 in popluar number systems.

HEXE4D3A6
Decimal228211166
Binary111001001101001110100110
Octal344323246

Shades and tints

Shades of #E4D3A6

#E4D3A6
(228,211,166)
#D0C097
(208,192,151)
#BCAD88
(188,173,136)
#A89A79
(168,154,121)
#94876A
(148,135,106)
#80745B
(128,116,91)
#6C614C
(108,97,76)
#584E3D
(88,78,61)
#443B2E
(68,59,46)
#30281F
(48,40,31)
#1C1510
(28,21,16)
#000000
(0,0,0)

Tints of #E4D3A6

#E4D3A6
(228,211,166)
#E6D7AE
(230,215,174)
#E8DBB6
(232,219,182)
#EADFBE
(234,223,190)
#ECE3C6
(236,227,198)
#EEE7CE
(238,231,206)
#F0EBD6
(240,235,214)
#F2EFDE
(242,239,222)
#F4F3E6
(244,243,230)
#F6F7EE
(246,247,238)
#F8FBF6
(248,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D3A6 color. Also use rgb(228,211,166) instead hex code.

Text Font Color

.myTextColor { color: #E4D3A6; }

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

This text font color is #E4D3A6.


Background Color

.myBgColor { background-color: #E4D3A6; }

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

This div background color is #E4D3A6.


Border color

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

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

This div border color is #E4D3A6.


Opacity

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

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

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

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

This text has shadow with #E4D3A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D3A6 on black background.


Color preview on white background

This text has color #E4D3A6 on white background.



Black color preview on #E4D3A6 background

This text has black color on #E4D3A6 background.


White color preview on #E4D3A6 background

This text has white color on #E4D3A6 background.