COLOR #E8DDB3

HEX: #E8DDB3 RGB: (232,221,179)

Color info

#E8DDB3 contains red, green and blue colors in about the same proportion. Web safe color of #E8DDB3 is #FFCC99 (or #FC9).

RGB color model

#E8DDB3 color RGB value is (232,221,179).

RGB: (232,221,179) (91%, 87%, 70%)

RGB channels and saturation

R 232 of 255 = 91%
G 221 of 255 = 87%
B 179 of 255 = 70%

232
221
179

R + G + B ~ 83%. #E8DDB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 221 + 179 = 632 (100%)
R 232 of 632 ~ 36.71%
G 221 of 632 ~ 34.97%
B 179 of 632 ~ 28.32'%

%36.71
%34.97
%28.32

CMYK color model

#E8DDB3 color CMYK value is (0,5,23,9).

  • cyan value is 0.00%
  • magenta value is 4.74%
  • yellow value is 22.84%
  • key color value is 9.02%

CMYK: (0,5,23,9)
C0M5Y23K9 (0%, 5%, 23%, 9%)
(0.00 / 0.05 / 0.23 / 0.09)

CMYK percentages

%0
%4.74
%22.84
%9.02

Codes

Color #E8DDB3 in popluar color models

E8 DD B3
RGB 232 221 179
HSL 48° 53.54% 80.59%
HSB/HSV 48° 22.84% 90.98%
CMYK 0.00% 4.74% 22.84%
9.02%

Color #E8DDB3 in popluar number systems.

HEX E8 DD B3
Decimal 232 221 179
Binary 11101000 11011101 10110011
Octal 350 335 263

Shades and tints

Shades of #E8DDB3

#E8DDB3
(232,221,179)
#D3C9A3
(211,201,163)
#BEB593
(190,181,147)
#A9A183
(169,161,131)
#948D73
(148,141,115)
#7F7963
(127,121,99)
#6A6553
(106,101,83)
#555143
(85,81,67)
#403D33
(64,61,51)
#2B2923
(43,41,35)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #E8DDB3

#E8DDB3
(232,221,179)
#EAE0B9
(234,224,185)
#ECE3BF
(236,227,191)
#EEE6C5
(238,230,197)
#F0E9CB
(240,233,203)
#F2ECD1
(242,236,209)
#F4EFD7
(244,239,215)
#F6F2DD
(246,242,221)
#F8F5E3
(248,245,227)
#FAF8E9
(250,248,233)
#FCFBEF
(252,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8DDB3 color. Also use rgb(232,221,179) instead hex code.

Text Font Color

.myTextColor { color: #E8DDB3; }

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

This text font color is #E8DDB3.

Background Color

.myBgColor { background-color: #E8DDB3; }

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

This div background color is #E8DDB3.

Border color

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

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

This div border color is #E8DDB3.

Opacity

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

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

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

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

This text has shadow with #E8DDB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8DDB3.

Preview

Color preview on black background

This text has color #E8DDB3 on black background.


Color preview on white background

This text has color #E8DDB3 on white background.


Black color preview on #E8DDB3 background

This text has black color on #E8DDB3 background.


White color preview on #E8DDB3 background

This text has white color on #E8DDB3 background.


Related colors

Complementary color

Complementary color for #hex is #17224C.


I love getcolorcode.com

Triadic colors

1 #B3E8DD and #DDB3E8 with #E8DDB3 are triadic colors.

2 #B3DDE8 and #DDE8B3 with #E8DDB3 are triadic colors.