COLOR #E4D3AE

HEX: #E4D3AE
RGB: (228,211,174)

Color info

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

RGB color model

#E4D3AE color RGB value is (228,211,174).

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

RGB channels and saturation

R 228 of 255 = 89%
G 211 of 255 = 83%
B 174 of 255 = 68%

228
211
174

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

Portions of RGB colors in percentages

R + G + B =
228 + 211 + 174 = 613 (100%)
R 228 of 613 ~ 37.19%
G 211 of 613 ~ 34.42%
B 174 of 613 ~ 28.38%

%37.19
%34.42
%28.38

CMYK color model

#E4D3AE color CMYK value is (0,7,24,11).

  • cyan value is 0.00%
  • magenta value is 7.46%
  • yellow value is 23.68%
  • key color value is 10.59%
CMYK:
(0,7,24,11)
C0M7Y24K11 
(0%,7%,24%,11%)
(0.00/0.07/0.24/0.11)	

CMYK percentages

%0
%7.46
%23.68
%10.59

Codes

Color #E4D3AE in popluar color models

E4D3AE
RGB228211174
HSL41°50.00%78.82%
HSB/HSV41°23.68%89.41%
CMYK0.00%7.46%23.68%
10.59%

Color #E4D3AE in popluar number systems.

HEXE4D3AE
Decimal228211174
Binary111001001101001110101110
Octal344323256

Shades and tints

Shades of #E4D3AE

#E4D3AE
(228,211,174)
#D0C09F
(208,192,159)
#BCAD90
(188,173,144)
#A89A81
(168,154,129)
#948772
(148,135,114)
#807463
(128,116,99)
#6C6154
(108,97,84)
#584E45
(88,78,69)
#443B36
(68,59,54)
#302827
(48,40,39)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #E4D3AE

#E4D3AE
(228,211,174)
#E6D7B5
(230,215,181)
#E8DBBC
(232,219,188)
#EADFC3
(234,223,195)
#ECE3CA
(236,227,202)
#EEE7D1
(238,231,209)
#F0EBD8
(240,235,216)
#F2EFDF
(242,239,223)
#F4F3E6
(244,243,230)
#F6F7ED
(246,247,237)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D3AE; }

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

This text font color is #E4D3AE.


Background Color

.myBgColor { background-color: #E4D3AE; }

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

This div background color is #E4D3AE.


Border color

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

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

This div border color is #E4D3AE.


Opacity

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

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

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

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

This text has shadow with #E4D3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D3AE on black background.


Color preview on white background

This text has color #E4D3AE on white background.



Black color preview on #E4D3AE background

This text has black color on #E4D3AE background.


White color preview on #E4D3AE background

This text has white color on #E4D3AE background.