COLOR #E4D2AD

HEX: #E4D2AD RGB: (228,210,173)

Color info

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

RGB color model

#E4D2AD color RGB value is (228,210,173).

RGB: (228,210,173) (89%, 82%, 68%)

RGB channels and saturation

R 228 of 255 = 89%
G 210 of 255 = 82%
B 173 of 255 = 68%

228
210
173

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

Portions of RGB colors in percentages

R + G + B = 228 + 210 + 173 = 611 (100%)
R 228 of 611 ~ 37.32%
G 210 of 611 ~ 34.37%
B 173 of 611 ~ 28.31'%

%37.32
%34.37
%28.31

CMYK color model

#E4D2AD color CMYK value is (0,8,24,11).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 24.12%
  • key color value is 10.59%

CMYK: (0,8,24,11)
C0M8Y24K11 (0%, 8%, 24%, 11%)
(0.00 / 0.08 / 0.24 / 0.11)

CMYK percentages

%0
%7.89
%24.12
%10.59

Codes

Color #E4D2AD in popluar color models

E4 D2 AD
RGB 228 210 173
HSL 40° 50.46% 78.63%
HSB/HSV 40° 24.12% 89.41%
CMYK 0.00% 7.89% 24.12%
10.59%

Color #E4D2AD in popluar number systems.

HEX E4 D2 AD
Decimal 228 210 173
Binary 11100100 11010010 10101101
Octal 344 322 255

Shades and tints

Shades of #E4D2AD

#E4D2AD
(228,210,173)
#D0BF9E
(208,191,158)
#BCAC8F
(188,172,143)
#A89980
(168,153,128)
#948671
(148,134,113)
#807362
(128,115,98)
#6C6053
(108,96,83)
#584D44
(88,77,68)
#443A35
(68,58,53)
#302726
(48,39,38)
#1C1417
(28,20,23)
#000000
(0,0,0)

Tints of #E4D2AD

#E4D2AD
(228,210,173)
#E6D6B4
(230,214,180)
#E8DABB
(232,218,187)
#EADEC2
(234,222,194)
#ECE2C9
(236,226,201)
#EEE6D0
(238,230,208)
#F0EAD7
(240,234,215)
#F2EEDE
(242,238,222)
#F4F2E5
(244,242,229)
#F6F6EC
(246,246,236)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D2AD; }

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

This text font color is #E4D2AD.

Background Color

.myBgColor { background-color: #E4D2AD; }

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

This div background color is #E4D2AD.

Border color

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

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

This div border color is #E4D2AD.

Opacity

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

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

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

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

This text has shadow with #E4D2AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4D2AD.

Preview

Color preview on black background

This text has color #E4D2AD on black background.


Color preview on white background

This text has color #E4D2AD on white background.


Black color preview on #E4D2AD background

This text has black color on #E4D2AD background.


White color preview on #E4D2AD background

This text has white color on #E4D2AD background.


Related colors

Complementary color

Complementary color for #hex is #1B2D52.


I love getcolorcode.com

Triadic colors

1 #ADE4D2 and #D2ADE4 with #E4D2AD are triadic colors.

2 #ADD2E4 and #D2E4AD with #E4D2AD are triadic colors.