COLOR #E4DCAD

HEX: #E4DCAD
RGB: (228,220,173)

Color info

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

RGB color model

#E4DCAD color RGB value is (228,220,173).

  • red value is 228;
  • green value is 220;
  • blue value is 173.
RGB:
(228,220,173)
(89%,86%,68%)

RGB channels and saturation

R 228 of 255 = 89%
G 220 of 255 = 86%
B 173 of 255 = 68%

228
220
173

R + G + B ~ 81%. #E4DCAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 220 + 173 = 621 (100%)
R 228 of 621 ~ 36.71%
G 220 of 621 ~ 35.43%
B 173 of 621 ~ 27.86%

%36.71
%35.43
%27.86

CMYK color model

#E4DCAD color CMYK value is (0,4,24,11).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 24.12%
  • key color value is 10.59%
CMYK:
(0,4,24,11)
C0M4Y24K11 
(0%,4%,24%,11%)
(0.00/0.04/0.24/0.11)	

CMYK percentages

%0
%3.51
%24.12
%10.59

Codes

Color #E4DCAD in popluar color models

E4DCAD
RGB228220173
HSL51°50.46%78.63%
HSB/HSV51°24.12%89.41%
CMYK0.00%3.51%24.12%
10.59%

Color #E4DCAD in popluar number systems.

HEXE4DCAD
Decimal228220173
Binary111001001101110010101101
Octal344334255

Shades and tints

Shades of #E4DCAD

#E4DCAD
(228,220,173)
#D0C89E
(208,200,158)
#BCB48F
(188,180,143)
#A8A080
(168,160,128)
#948C71
(148,140,113)
#807862
(128,120,98)
#6C6453
(108,100,83)
#585044
(88,80,68)
#443C35
(68,60,53)
#302826
(48,40,38)
#1C1417
(28,20,23)
#000000
(0,0,0)

Tints of #E4DCAD

#E4DCAD
(228,220,173)
#E6DFB4
(230,223,180)
#E8E2BB
(232,226,187)
#EAE5C2
(234,229,194)
#ECE8C9
(236,232,201)
#EEEBD0
(238,235,208)
#F0EED7
(240,238,215)
#F2F1DE
(242,241,222)
#F4F4E5
(244,244,229)
#F6F7EC
(246,247,236)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DCAD color. Also use rgb(228,220,173) instead hex code.

Text Font Color

.myTextColor { color: #E4DCAD; }

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

This text font color is #E4DCAD.


Background Color

.myBgColor { background-color: #E4DCAD; }

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

This div background color is #E4DCAD.


Border color

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

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

This div border color is #E4DCAD.


Opacity

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

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

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

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

This text has shadow with #E4DCAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DCAD on black background.


Color preview on white background

This text has color #E4DCAD on white background.



Black color preview on #E4DCAD background

This text has black color on #E4DCAD background.


White color preview on #E4DCAD background

This text has white color on #E4DCAD background.