COLOR #E8DDB5

HEX: #E8DDB5 RGB: (232,221,181)

Color info

#E8DDB5 contains red, green and blue colors in about the same proportion. Web safe color of #E8DDB5 is #FFCCCC (or #FCC).

RGB color model

#E8DDB5 color RGB value is (232,221,181).

RGB: (232,221,181) (91%, 87%, 71%)

RGB channels and saturation

R 232 of 255 = 91%
G 221 of 255 = 87%
B 181 of 255 = 71%

232
221
181

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

Portions of RGB colors in percentages

R + G + B = 232 + 221 + 181 = 634 (100%)
R 232 of 634 ~ 36.59%
G 221 of 634 ~ 34.86%
B 181 of 634 ~ 28.55'%

%36.59
%34.86
%28.55

CMYK color model

#E8DDB5 color CMYK value is (0,5,22,9).

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

CMYK: (0,5,22,9)
C0M5Y22K9 (0%, 5%, 22%, 9%)
(0.00 / 0.05 / 0.22 / 0.09)

CMYK percentages

%0
%4.74
%21.98
%9.02

Codes

Color #E8DDB5 in popluar color models

E8 DD B5
RGB 232 221 181
HSL 47° 52.58% 80.98%
HSB/HSV 47° 21.98% 90.98%
CMYK 0.00% 4.74% 21.98%
9.02%

Color #E8DDB5 in popluar number systems.

HEX E8 DD B5
Decimal 232 221 181
Binary 11101000 11011101 10110101
Octal 350 335 265

Shades and tints

Shades of #E8DDB5

#E8DDB5
(232,221,181)
#D3C9A5
(211,201,165)
#BEB595
(190,181,149)
#A9A185
(169,161,133)
#948D75
(148,141,117)
#7F7965
(127,121,101)
#6A6555
(106,101,85)
#555145
(85,81,69)
#403D35
(64,61,53)
#2B2925
(43,41,37)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #E8DDB5

#E8DDB5
(232,221,181)
#EAE0BB
(234,224,187)
#ECE3C1
(236,227,193)
#EEE6C7
(238,230,199)
#F0E9CD
(240,233,205)
#F2ECD3
(242,236,211)
#F4EFD9
(244,239,217)
#F6F2DF
(246,242,223)
#F8F5E5
(248,245,229)
#FAF8EB
(250,248,235)
#FCFBF1
(252,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DDB5; }

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

This text font color is #E8DDB5.

Background Color

.myBgColor { background-color: #E8DDB5; }

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

This div background color is #E8DDB5.

Border color

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

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

This div border color is #E8DDB5.

Opacity

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

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

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

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

This text has shadow with #E8DDB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8DDB5.

Preview

Color preview on black background

This text has color #E8DDB5 on black background.


Color preview on white background

This text has color #E8DDB5 on white background.


Black color preview on #E8DDB5 background

This text has black color on #E8DDB5 background.


White color preview on #E8DDB5 background

This text has white color on #E8DDB5 background.


Related colors

Complementary color

Complementary color for #hex is #17224A.


I love getcolorcode.com

Triadic colors

1 #B5E8DD and #DDB5E8 with #E8DDB5 are triadic colors.

2 #B5DDE8 and #DDE8B5 with #E8DDB5 are triadic colors.